mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-23 19:56:01 +00:00
Merge pull request #95134 from zgfh/add_note_for_kubeadm_cert_renew
kubeadm: add note for kubeadm cert renew
This commit is contained in:
commit
902ed94bba
@ -286,6 +286,7 @@ func getRenewSubCommands(out io.Writer, kdir string) []*cobra.Command {
|
||||
return err
|
||||
}
|
||||
}
|
||||
fmt.Printf("\nDone renewing certificates. You must restart the kube-apiserver, kube-controller-manager, kube-scheduler and etcd, so that they can use the new certificates.\n")
|
||||
return nil
|
||||
},
|
||||
Args: cobra.NoArgs,
|
||||
|
Loading…
Reference in New Issue
Block a user