Skip to content

Commit

Permalink
Merge pull request #175 from iamjanr/fix/cloud-provisioner-flags
Browse files Browse the repository at this point in the history
Fix/cloud provisioner flags
  • Loading branch information
iamjanr authored Jun 23, 2023
2 parents 59de740 + cc7eca6 commit 6846ffe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/cmd/kind/create/cluster/createcluster.go
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ func NewCommand(logger log.Logger, streams cmd.IOStreams) *cobra.Command {
"descriptor",
"d",
"",
"allows you to indicate the name of the descriptor located in this directory. By default it is cluster.yaml",
"allows you to indicate the name of the descriptor located in current or other directory. Default: cluster.yaml",
)
cmd.Flags().BoolVar(
&flags.MoveManagement,
Expand All @@ -137,7 +137,7 @@ func NewCommand(logger log.Logger, streams cmd.IOStreams) *cobra.Command {
&flags.ForceDelete,
"delete-previous",
false,
"by setting this flag the local cluster will be deleted",
"by setting this flag the local cluster container will be deleted",
)

return cmd
Expand Down

0 comments on commit 6846ffe

Please sign in to comment.