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 b329224 commit 6169bc0Copy full SHA for 6169bc0
pkg/cmd/roachprod/cli/flags.go
@@ -453,6 +453,8 @@ func initFlagsStartOpsForCmd(cmd *cobra.Command) {
453
cmd.Flags().BoolVar(&startOpts.EnableFluentSink,
454
"enable-fluent-sink", startOpts.EnableFluentSink,
455
"whether to enable the fluent-servers attribute in the CockroachDB logging configuration")
456
+ cmd.Flags().BoolVar(&startOpts.AutoRestart,
457
+ "auto-restart", startOpts.AutoRestart, "automatically restart cockroach processes that die")
458
}
459
460
func initFlagInsecureIgnoreHostKeyForCmd(cmd *cobra.Command) {
0 commit comments