File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -105,7 +105,7 @@ for component in recommender updater admission-controller ; do TAG=`grep 'const
1051051 . [ ] 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
1111111. [ ] 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.
You can’t perform that action at this time.
0 commit comments