Merge pull request #85024 from neolit123/1.17-fix-etcd-node-upgrade

kubeadm: fix skipped etcd upgrade on secondary CP nodes
This commit is contained in:
Kubernetes Prow Robot 2019-11-09 07:13:39 -08:00 committed by GitHub
commit 9920b733ba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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