From 7485ef6f682c208290ed1e078c07d37e4d36f23c Mon Sep 17 00:00:00 2001 From: Gordan Grasarevic Date: Sun, 14 Apr 2019 16:36:46 +0100 Subject: [PATCH] Remove disable-addon argument from gke + nginx tutorial --- docs/tutorials/nginx-ingress.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/tutorials/nginx-ingress.md b/docs/tutorials/nginx-ingress.md index 3c495be64..d180e2a0d 100644 --- a/docs/tutorials/nginx-ingress.md +++ b/docs/tutorials/nginx-ingress.md @@ -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.