Skip to content

Commit

Permalink
Merge pull request kubernetes#117521 from nberlee/fix-coredns-rbac
Browse files Browse the repository at this point in the history
remove nodes resource from CoreDNS RBAC manifest
  • Loading branch information
k8s-ci-robot authored Apr 24, 2023
2 parents a876116 + 39e5244 commit c080423
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 24 deletions.
6 changes: 0 additions & 6 deletions cluster/addons/dns/coredns/coredns.yaml.base
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,6 @@ rules:
verbs:
- list
- watch
- apiGroups:
- ""
resources:
- nodes
verbs:
- get
- apiGroups:
- discovery.k8s.io
resources:
Expand Down
6 changes: 0 additions & 6 deletions cluster/addons/dns/coredns/coredns.yaml.in
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,6 @@ rules:
verbs:
- list
- watch
- apiGroups:
- ""
resources:
- nodes
verbs:
- get
- apiGroups:
- discovery.k8s.io
resources:
Expand Down
6 changes: 0 additions & 6 deletions cluster/addons/dns/coredns/coredns.yaml.sed
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,6 @@ rules:
verbs:
- list
- watch
- apiGroups:
- ""
resources:
- nodes
verbs:
- get
- apiGroups:
- discovery.k8s.io
resources:
Expand Down
6 changes: 0 additions & 6 deletions cmd/kubeadm/app/phases/addons/dns/manifests.go
Original file line number Diff line number Diff line change
Expand Up @@ -200,12 +200,6 @@ rules:
verbs:
- list
- watch
- apiGroups:
- ""
resources:
- nodes
verbs:
- get
- apiGroups:
- discovery.k8s.io
resources:
Expand Down

0 comments on commit c080423

Please sign in to comment.