mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-24 20:24:09 +00:00
kubeadm: renew certificates on "upgrade node" by default
This commit is contained in:
parent
79dd60e201
commit
218e9a5f77
@ -106,6 +106,7 @@ func newNodeOptions() *nodeOptions {
|
|||||||
return &nodeOptions{
|
return &nodeOptions{
|
||||||
kubeConfigPath: constants.GetKubeletKubeConfigPath(),
|
kubeConfigPath: constants.GetKubeletKubeConfigPath(),
|
||||||
dryRun: false,
|
dryRun: false,
|
||||||
|
renewCerts: true,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user