Skip to content

Commit

Permalink
fix(azure): change GCP ref in CLI docs to Azure (#2353)
Browse files Browse the repository at this point in the history
  • Loading branch information
mrsimonemms authored and jokestax committed Jan 6, 2025
1 parent 96fd31c commit 05ed7a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/azure/command.go
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ func Create() *cobra.Command {
createCmd.Flags().StringVar(&alertsEmailFlag, "alerts-email", "", "email address for let's encrypt certificate notifications (required)")
createCmd.MarkFlagRequired("alerts-email")
createCmd.Flags().BoolVar(&ciFlag, "ci", false, "if running kubefirst in ci, set this flag to disable interactive features")
createCmd.Flags().StringVar(&cloudRegionFlag, "cloud-region", "eastus", "the GCP region to provision infrastructure in")
createCmd.Flags().StringVar(&cloudRegionFlag, "cloud-region", "eastus", "the Azure region to provision infrastructure in")
createCmd.Flags().StringVar(&clusterNameFlag, "cluster-name", "kubefirst", "the name of the cluster to create")
createCmd.Flags().StringVar(&clusterTypeFlag, "cluster-type", "mgmt", "the type of cluster to create (i.e. mgmt|workload)")
createCmd.Flags().StringVar(&nodeCountFlag, "node-count", azureDefaults.NodeCount, "the node count for the cluster")
Expand Down

0 comments on commit 05ed7a3

Please sign in to comment.