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
cmd.Flags().StringVarP(&opts.clusterID, "cluster-id", "C", "", "The internal ID of the cluster to perform actions on")
70
74
cmd.Flags().StringVar(&opts.size, "size", "", "The target request-serving node size (e.g. m54xl). If not specified, will auto-select the next size up")
71
75
cmd.Flags().StringVar(&opts.reason, "reason", "", "The reason for this command, which requires elevation, to be run (usually an OHSS or PD ticket)")
76
+
cmd.Flags().BoolVar(&opts.removeOverride, "remove-override", false, "Remove the cluster-size-override annotation to revert to default sizing behavior")
--kubeconfig string Path to the kubeconfig file to use for CLI requests.
1888
1888
-o, --output string Valid formats are ['', 'json', 'yaml', 'env']
1889
1889
--reason string The reason for this command, which requires elevation, to be run (usually an OHSS or PD ticket)
1890
+
--remove-override Remove the cluster-size-override annotation to revert to default sizing behavior
1890
1891
--request-timeout string The length of time to wait before giving up on a single server request. Non-zero values should contain a corresponding time unit (e.g. 1s, 2m, 3h). A value of zero means don't timeout requests. (default "0")
1891
1892
-s, --server string The address and port of the Kubernetes API server
1892
1893
--size string The target request-serving node size (e.g. m54xl). If not specified, will auto-select the next size up
0 commit comments