mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-22 19:31:44 +00:00
kubeadm: fix skipped etcd upgrade on secondary cp nodes
This commit is contained in:
parent
f7c3fa8324
commit
cc0320d41a
@ -106,6 +106,7 @@ func newNodeOptions() *nodeOptions {
|
||||
kubeConfigPath: constants.GetKubeletKubeConfigPath(),
|
||||
dryRun: false,
|
||||
renewCerts: true,
|
||||
etcdUpgrade: true,
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user