Skip to content

Commit 8e5101c

Browse files
committed
Add rapid release channel to GKE cluster creation command
1 parent 9e81c35 commit 8e5101c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

vertical-pod-autoscaler/RELEASE.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ for component in recommender updater admission-controller ; do TAG=`grep 'const
105105
1. [ ] Create a Kubernetes cluster. If you're using GKE you can use the following command:
106106

107107
```shell
108-
gcloud container clusters create e2e-test --machine-type=n1-standard-2 --image-type=COS_CONTAINERD --num-nodes=3
108+
gcloud container clusters create e2e-test --machine-type=n1-standard-2 --image-type=COS_CONTAINERD --num-nodes=3 --release-channel=rapid
109109
```
110110

111111
1. [ ] Create clusterrole. If you're using GKE you can use the following command:
@@ -230,4 +230,4 @@ sure nothing we care about will break if we do.
230230
231231
A member of the
232232
[autoscaler-admins](https://github.com/orgs/kubernetes/teams/autoscaler-admins)
233-
can add you to add you as a collaborator.
233+
can add you to add you as a collaborator.

0 commit comments

Comments
 (0)