Skip to content

Commit

Permalink
Fix VPA installation command in docs (#385)
Browse files Browse the repository at this point in the history
  • Loading branch information
marcomicera committed Nov 11, 2021
1 parent c08de03 commit 8ea2f92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ The full VPA install includes the updater and the admission webhook for VPA. Gol
Google has provided the vertical pod autoscaler as a beta feature in GKE. You can see the docs [here](https://cloud.google.com/kubernetes-engine/docs/how-to/vertical-pod-autoscaling), or just enable it like so:

```
gcloud beta container clusters update [CLUSTER-NAME] --enable-vertical-pod-autoscaling
gcloud container clusters update [CLUSTER-NAME] --enable-vertical-pod-autoscaling {--region [REGION-NAME] | --zone [ZONE-NAME]}
```

NOTE: This does not support using prometheus as a data backend.
Expand Down

0 comments on commit 8ea2f92

Please sign in to comment.