mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-22 03:11:40 +00:00
add note for kubeadm cert renew
This commit is contained in:
parent
33a07ca92a
commit
b9067e5a0c
@ -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