Skip to content

Commit 6530065

Browse files
committed
docs: fix typo and indentation in README
1 parent e7bf71f commit 6530065

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ The plugin is compatible with Kubernetes servers starting from version 1.16, whi
1616

1717
### With [Krew](https://krew.sigs.k8s.io/)
1818

19-
Follow these [instructions](https://github.com/kubernetes-sigs/krew#installation) to install `krew`. Then run the following command:
19+
Follow these [instructions](https://github.com/kubernetes-sigs/krew#installation) to install `krew`. Then run the following commands:
2020

2121
```shell
2222
$ kubectl krew install vpa-recommendation
@@ -63,7 +63,8 @@ Apart from the flags defined by the [`genericclioptions`](https://pkg.go.dev/k8s
6363
- `--no-colors`: Do not use colors to highlight increase/decrease percentage values
6464
- `--no-headers`: Do not print table headers
6565
- `--output`, `-o`: Output format. Empty string or `wide`
66-
- `--recommendation-type`: The type of recommendation to use in comparisons. One of: `lower-bound`, `target`, `uncapped-target`, `upper-bound`. Default to `target` (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)
66+
- `--recommendation-type`: The type of recommendation to use in comparisons. One of: `lower-bound`, `target`, `uncapped-target`, `upper-bound`. Default to `target`
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
6768
- `--show-containers`, `-c`: Display containers recommendations for each `VerticalPodAutoscaler` resource
6869
- `--show-kind`, `-k`: Show the resource type for the requested object(s) and their target
6970
- `--show-namespace`: Show resource namespace as the first column

0 commit comments

Comments
 (0)