Add HPA add-on to GKE docs

This commit is contained in:
stefanprodan 2019-02-04 16:52:03 +02:00
parent 5cc26de645
commit 05ca266c5e
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@ gcloud beta container clusters create istio \
--no-enable-cloud-logging \
--disk-size=30 \
--enable-autorepair \
--addons=Istio \
--addons=HorizontalPodAutoscaling,Istio \
--istio-config=auth=MTLS_PERMISSIVE
```