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
105
105
1 . [ ] Create a Kubernetes cluster. If you're using GKE you can use the following command:
106
106
107
107
``` 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
109
109
```
110
110
111
111
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.
230
230
231
231
A member of the
232
232
[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