[etcd] Move etcd storage to tmpfs
The PS allows to use tmpfs for etcd during the gates. There is an assumption that it will improve the performance and will allow to get rid of weird issues. Change-Id: Id68645b6535c9b1d87c133431b7cd6eb50fb030e
This commit is contained in:
parent
3d3f74de69
commit
44c1dcc4c9
@ -80,6 +80,10 @@ EOF
|
||||
|
||||
configure_resolvconf
|
||||
|
||||
# Prepare tmpfs for etcd
|
||||
sudo mkdir -p /data
|
||||
sudo mount -t tmpfs -o size=512m tmpfs /data
|
||||
|
||||
# Install minikube and kubectl
|
||||
URL="https://storage.googleapis.com"
|
||||
sudo -E curl -sSLo /usr/local/bin/minikube \
|
||||
|
Loading…
Reference in New Issue
Block a user