Skip to content

Commit

Permalink
kubeone reset --destroy-workers default true (#252)
Browse files Browse the repository at this point in the history
  • Loading branch information
kron4eg authored and kubermatic-bot committed Mar 12, 2019
1 parent 486ac65 commit 6216f42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/cmd/reset.go
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ It's possible to source information about hosts from Terraform output, using the
},
}

cmd.Flags().BoolVarP(&ropts.DestroyWorkers, "destroy-workers", "", false, "destroy all worker machines before resetting cluster")
cmd.Flags().BoolVarP(&ropts.DestroyWorkers, "destroy-workers", "", true, "destroy all worker machines before resetting the cluster")

return cmd
}
Expand Down

0 comments on commit 6216f42

Please sign in to comment.