mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-31 07:20:13 +00:00
kubeadm: remove the EXPERIMENTAL tag of the download-certs phase
The phase was tagged as EXPERIMENTAL 5+ years ago.
This commit is contained in:
parent
77f7d1b89d
commit
f309a0c7a6
@ -141,7 +141,7 @@ func getControlPlanePreparePhaseFlags(name string) []string {
|
||||
func newControlPlanePrepareDownloadCertsSubphase() workflow.Phase {
|
||||
return workflow.Phase{
|
||||
Name: "download-certs [api-server-endpoint]",
|
||||
Short: fmt.Sprintf("[EXPERIMENTAL] Download certificates shared among control-plane nodes from the %s Secret", kubeadmconstants.KubeadmCertsSecret),
|
||||
Short: fmt.Sprintf("Download certificates shared among control-plane nodes from the %s Secret", kubeadmconstants.KubeadmCertsSecret),
|
||||
Run: runControlPlanePrepareDownloadCertsPhaseLocal,
|
||||
InheritFlags: getControlPlanePreparePhaseFlags("download-certs"),
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user