Update to v1.32
This commit is contained in:
@ -40,8 +40,8 @@ checkup() {
|
||||
start_control_plane() {
|
||||
for host in ${!hosts[*]}; do
|
||||
sshcmd -q root@${hosts[$host]} << EOF
|
||||
if ls /etc/kubernetes/manifests.static/* &>/dev/null ; then
|
||||
mv /etc/kubernetes/manifests.static/* /var/lib/kubelet/manifests/
|
||||
if ls /etc/kubernetes/manifests.bootstrap/* &>/dev/null ; then
|
||||
mv /etc/kubernetes/manifests.bootstrap/* /var/lib/kubelet/manifests/
|
||||
fi
|
||||
EOF
|
||||
done
|
||||
@ -94,7 +94,6 @@ source $(dirname $0)/.common
|
||||
prereqs
|
||||
prereqs_control_plane
|
||||
prereqs_addons
|
||||
check_conf
|
||||
unlock_store
|
||||
declare -A hosts && get_hosts
|
||||
checkup
|
||||
|
||||
Reference in New Issue
Block a user