mirror of https://github.com/knative/docs.git
Update instruction to use latest GKE and COS image. (#1294)
* Update to use latest GKE and COS image. * Fix e2e test, again * Fix kubetest extract strategy * Add back the node-image option
This commit is contained in:
parent
79b0e5879b
commit
fd5b2b3d1e
|
@ -30,8 +30,7 @@ To use a k8s cluster running in GKE:
|
|||
|
||||
```shell
|
||||
gcloud --project=$PROJECT_ID container clusters create \
|
||||
--cluster-version=1.10.2-gke.3 \
|
||||
--image-type "UBUNTU" \
|
||||
--cluster-version=latest \
|
||||
--zone=us-east1-d \
|
||||
--scopes=cloud-platform \
|
||||
--machine-type=n1-standard-4 \
|
||||
|
|
Loading…
Reference in New Issue