mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-23 19:56:01 +00:00
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:
commit
9920b733ba
@ -106,6 +106,7 @@ func newNodeOptions() *nodeOptions {
|
|||||||
kubeConfigPath: constants.GetKubeletKubeConfigPath(),
|
kubeConfigPath: constants.GetKubeletKubeConfigPath(),
|
||||||
dryRun: false,
|
dryRun: false,
|
||||||
renewCerts: true,
|
renewCerts: true,
|
||||||
|
etcdUpgrade: true,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user