Ensure /etc/etcd and /var/log/kubernetes exist
Create additional directories on the host, ensuring that they exist with the appropriate permissions: - /etc/etcd - /var/log/kubernetes Change-Id: I0b7bed19b849037cfcc812453731460563270278
This commit is contained in:
parent
41b3ad3dbb
commit
bc14e9bbb9
@ -12,8 +12,10 @@ if [ -h /etc/resolv.conf ]; then
|
||||
fi
|
||||
|
||||
CURATED_DIRS=(
|
||||
/etc/etcd
|
||||
/etc/kubernetes
|
||||
/var/lib/etcd
|
||||
/var/log/kubernetes
|
||||
)
|
||||
|
||||
APT_INSTALL_TIMEOUT=${APT_INSTALL_TIMEOUT:-1800}
|
||||
|
Loading…
x
Reference in New Issue
Block a user