Skip to content

Commit

Permalink
OCM-6120 | fix: mark --no-cni flag as hidden
Browse files Browse the repository at this point in the history
Mark the --no-cni as hidden as we want to expose it gradually to customers
  • Loading branch information
andreadecorte authored and ciaranRoche committed Feb 19, 2024
1 parent 0dc147d commit 4a32cac
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd/create/cluster/cmd.go
Original file line number Diff line number Diff line change
Expand Up @@ -698,6 +698,7 @@ func initFlags(cmd *cobra.Command) {
false,
"Disable CNI creation to let users bring their own CNI.",
)
flags.MarkHidden("no-cni")

flags.StringVar(
&args.clusterAdminUser,
Expand Down

0 comments on commit 4a32cac

Please sign in to comment.