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 e11e84f commit a5757b4Copy full SHA for a5757b4
pkg/cmd/hub/operator.go
@@ -29,7 +29,7 @@ func NewHubOperatorCmd() *cobra.Command {
29
flags.Int32Var(&cmOptions.DeploymentReplicas, "deployment-replicas", 0,
30
"Number of deployment replicas, operator will automatically determine replicas if not set")
31
flags.BoolVar(&cmOptions.EnableSyncLabels, "enable-sync-labels", false,
32
- "If set, will sync the labels of Klusterlet CR to all agent resources")
+ "If set, will sync the labels of ClusterManager CR to all hub resources")
33
opts.AddFlags(flags)
34
return cmd
35
}
0 commit comments