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:
Phil Sphicas 2021-08-14 21:11:56 +00:00
parent 41b3ad3dbb
commit bc14e9bbb9
1 changed files with 2 additions and 0 deletions

View File

@ -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}