kubeadm: fix skipped etcd upgrade on secondary cp nodes

This commit is contained in:
Lubomir I. Ivanov 2019-11-09 03:59:59 +02:00
parent f7c3fa8324
commit cc0320d41a

View File

@ -106,6 +106,7 @@ func newNodeOptions() *nodeOptions {
kubeConfigPath: constants.GetKubeletKubeConfigPath(),
dryRun: false,
renewCerts: true,
etcdUpgrade: true,
}
}