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
-`--recommendation-type`: The type of recommendation to use in comparisons. One of: `lower-bound`, `target`, `uncapped-target`, `upper-bound`. Default to `target`
67
67
- see [`RecommendedContainerResources`](https://github.com/kubernetes/autoscaler/blob/master/vertical-pod-autoscaler/pkg/apis/autoscaling.k8s.io/v1/types.go#L245) for more details about the fields represented by each possible value
68
68
-`--show-containers`, `-c`: Display containers recommendations for each `VerticalPodAutoscaler` resource
69
69
-`--show-kind`, `-k`: Show the resource type for the requested object(s) and their target
70
70
-`--show-namespace`: Show resource namespace as the first column
71
-
-`--sort-columns`: Comma-separated list of column names for sorting the table. Any of: `cpu-diff`, `cpu-rec`, `cpu-req`, `mem-diff`, `mem-rec`, `mem-request`, `name`, `namespace`,`target`. Default to `namespace,name`
71
+
-`--sort-columns`: Comma-separated list of column names for sorting the table. Any of: `cpu-diff` | `cpu-rec` | `cpu-req` | `mem-diff` | `mem-rec` | `mem-req` | `name` | `namespace` |`target`. Default to `namespace,name`
72
72
-`--sort-order`: The sort order of the table columns. Either `asc` or `desc`. Default to `asc`
73
73
74
74
To view the full list of available options, use the following command:
0 commit comments