Remove disable-addon argument from gke + nginx tutorial

This commit is contained in:
Gordan Grasarevic 2019-04-14 16:36:46 +01:00
parent 3d9f2d3686
commit 7485ef6f68

View File

@ -15,8 +15,7 @@ Create a GKE cluster without using the default ingress controller.
```console
$ gcloud container clusters create "external-dns" \
--num-nodes 1 \
--scopes "https://www.googleapis.com/auth/ndev.clouddns.readwrite" \
--disable-addons=HttpLoadBalancing
--scopes "https://www.googleapis.com/auth/ndev.clouddns.readwrite"
```
Create a DNS zone which will contain the managed DNS records.