We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 603ab33 commit e1814a5Copy full SHA for e1814a5
cmd/embedded-cluster/uninstall.go
@@ -319,7 +319,7 @@ var resetCommand = &cli.Command{
319
},
320
Usage: fmt.Sprintf("Uninstall %s from the current node", binName),
321
Action: func(c *cli.Context) error {
322
- logrus.Info("This will remove this node from the cluster and completely reset it.")
+ logrus.Info("This will remove this node from the cluster and completely reset it, removing all data stored on the node.")
323
logrus.Info("Do not reset another node until this is complete.")
324
if !c.Bool("force") && !c.Bool("no-prompt") && !prompts.New().Confirm("Do you want to continue?", false) {
325
return fmt.Errorf("Aborting")
0 commit comments