Merge pull request #6171 from caleblloyd/patch-1

Docs: remove redundant --election-id arg from Multiple Ingresses
This commit is contained in:
Kubernetes Prow Robot 2020-09-17 01:34:46 -07:00 committed by GitHub
commit 01ec03b61e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -43,7 +43,6 @@ spec:
- name: nginx-ingress-internal-controller
args:
- /nginx-ingress-controller
- '--election-id=ingress-controller-leader-internal'
- '--ingress-class=nginx-internal'
- '--configmap=ingress/nginx-ingress-internal-controller'
```