Skip to content

Commit 073e671

Browse files
author
Timo Reimann
authored
kubernetes: unhide high availability flag (#1310)
1 parent 4a3132b commit 073e671

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

commands/kubernetes.go

-1
Original file line numberDiff line numberDiff line change
@@ -322,7 +322,6 @@ This command updates the specified configuration values for the specified Kubern
322322
"Boolean specifying whether to enable surge-upgrade for the cluster")
323323
AddBoolFlag(cmdKubeClusterUpdate, doctl.ArgHA, "", false,
324324
"Boolean specifying whether to enable the highly-available control plane for the cluster")
325-
cmdKubeClusterUpdate.Flags().MarkHidden(doctl.ArgHA) // disabled until HA enablement launch
326325
AddBoolFlag(cmdKubeClusterUpdate, doctl.ArgClusterUpdateKubeconfig, "",
327326
true, "Boolean specifying whether to update the cluster in your kubeconfig")
328327
AddBoolFlag(cmdKubeClusterUpdate, doctl.ArgSetCurrentContext, "", true,

0 commit comments

Comments
 (0)