Skip to content

Commit

Permalink
kubernetes: unhide high availability flag (#1310)
Browse files Browse the repository at this point in the history
  • Loading branch information
Timo Reimann authored Nov 16, 2022
1 parent 4a3132b commit 073e671
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion commands/kubernetes.go
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,6 @@ This command updates the specified configuration values for the specified Kubern
"Boolean specifying whether to enable surge-upgrade for the cluster")
AddBoolFlag(cmdKubeClusterUpdate, doctl.ArgHA, "", false,
"Boolean specifying whether to enable the highly-available control plane for the cluster")
cmdKubeClusterUpdate.Flags().MarkHidden(doctl.ArgHA) // disabled until HA enablement launch
AddBoolFlag(cmdKubeClusterUpdate, doctl.ArgClusterUpdateKubeconfig, "",
true, "Boolean specifying whether to update the cluster in your kubeconfig")
AddBoolFlag(cmdKubeClusterUpdate, doctl.ArgSetCurrentContext, "", true,
Expand Down

0 comments on commit 073e671

Please sign in to comment.