mirror of https://github.com/kubernetes/kops.git
Add the ingress permission to the dns-controller
This is so that if users enable ingress records, it will still work.
This commit is contained in:
parent
a4ea3ea5da
commit
da28a792a3
|
|
@ -72,6 +72,14 @@ rules:
|
|||
- get
|
||||
- list
|
||||
- watch
|
||||
- apiGroups:
|
||||
- "extensions"
|
||||
resources:
|
||||
- ingresses
|
||||
verbs:
|
||||
- get
|
||||
- list
|
||||
- watch
|
||||
|
||||
---
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue