mirror of
https://github.com/kubernetes-sigs/external-dns.git
synced 2025-08-06 17:46:57 +02:00
Remove disable-addon argument from gke + nginx tutorial
This commit is contained in:
parent
3d9f2d3686
commit
7485ef6f68
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user