You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
config.RuntimeCLIFlags.IgnoreRaftSetup=fs.Bool("ignore-raft-setup", false, "Override RaftEnabled for CLI invocation (CLI by default not allowed for raft setups). NOTE: operations by CLI invocation may not reflect in all raft nodes.")
141
141
config.RuntimeCLIFlags.Tag=fs.String("tag", "", "tag to add ('tagname' or 'tagname=tagvalue') or to search ('tagname' or 'tagname=tagvalue' or comma separated 'tag0,tag1=val1,tag2' for intersection of all)")
142
142
@@ -175,7 +175,7 @@ Please update your scripts before the next version, when this will begin to brea
175
175
*destination=*sibling
176
176
}
177
177
178
-
startText:="starting orchestrator"
178
+
startText:="starting vtorc"
179
179
ifAppVersion!="" {
180
180
startText+=", version: "+AppVersion
181
181
}
@@ -187,7 +187,7 @@ Please update your scripts before the next version, when this will begin to brea
0 commit comments