Skip to content

Commit

Permalink
Merge remote-tracking branch 'stratio/branch-0.17.0-0.2' into feature…
Browse files Browse the repository at this point in the history
…/azure_custom_infra
  • Loading branch information
kahun committed Jun 23, 2023
2 parents 0daeddf + 6846ffe commit c260c2f
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 c260c2f

Please sign in to comment.