mirror of https://github.com/istio/istio.io.git
Update sidecar-injection.md (#701)
1.7.5 does not work for new clusters anymore. If we skip this line it should pick up the default - which is now at 1.7.8.gke
This commit is contained in:
parent
c58e017db3
commit
fc57b98973
|
@ -144,7 +144,6 @@ different environments as follows:
|
|||
|
||||
```bash
|
||||
gcloud container clusters create NAME \
|
||||
--cluster-version=1.7.5 \
|
||||
--enable-kubernetes-alpha \
|
||||
--machine-type=n1-standard-2 \
|
||||
--num-nodes=4 \
|
||||
|
|
Loading…
Reference in New Issue