mirror of
https://github.com/k3s-io/kubernetes.git
synced 2026-02-22 07:03:28 +00:00
[Manual bugfix]: unhide the etcd-join phase for v1.33
Signed-off-by: Andrey Borovets <andrey.borovets@flant.com>
This commit is contained in:
@@ -88,9 +88,6 @@ func NewEtcdJoinPhase() workflow.Phase {
|
||||
Example: etcdJoinExample,
|
||||
InheritFlags: getControlPlaneJoinPhaseFlags("etcd"),
|
||||
ArgsValidator: cobra.NoArgs,
|
||||
// TODO: unhide this phase once ControlPlaneKubeletLocalMode goes GA:
|
||||
// https://github.com/kubernetes/enhancements/issues/4471
|
||||
Hidden: true,
|
||||
// Only run this phase as if `ControlPlaneKubeletLocalMode` is activated.
|
||||
RunIf: func(c workflow.RunData) (bool, error) {
|
||||
return checkFeatureState(c, features.ControlPlaneKubeletLocalMode, true)
|
||||
|
||||
Reference in New Issue
Block a user