mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-02 08:17:26 +00:00
Merge pull request #124374 from neolit123/1.31-remove-experimental-description-of-download-certs
kubeadm: remove the EXPERIMENTAL tag of the download-certs phase
This commit is contained in:
commit
c4bce63d98
@ -141,7 +141,7 @@ func getControlPlanePreparePhaseFlags(name string) []string {
|
|||||||
func newControlPlanePrepareDownloadCertsSubphase() workflow.Phase {
|
func newControlPlanePrepareDownloadCertsSubphase() workflow.Phase {
|
||||||
return workflow.Phase{
|
return workflow.Phase{
|
||||||
Name: "download-certs [api-server-endpoint]",
|
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,
|
Run: runControlPlanePrepareDownloadCertsPhaseLocal,
|
||||||
InheritFlags: getControlPlanePreparePhaseFlags("download-certs"),
|
InheritFlags: getControlPlanePreparePhaseFlags("download-certs"),
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user