Skip to content

Commit

Permalink
Merge pull request #11459 from nettoclaudio/fix/add-rbac-endpointslices
Browse files Browse the repository at this point in the history
fix(coredns/rbac): add permission to list and watch endpointslices
  • Loading branch information
k8s-ci-robot committed May 16, 2021
2 parents 567c899 + b53fba1 commit 07a9ed9
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,13 @@ rules:
verbs:
- list
- watch
- apiGroups:
- discovery.k8s.io
resources:
- endpointslices
verbs:
- list
- watch
- apiGroups:
- ""
resources:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ spec:
version: 1.4.0
- id: k8s-1.12
manifest: coredns.addons.k8s.io/k8s-1.12.yaml
manifestHash: 70f2e607f0df7b9c80eb240984db4564b5de5ad8
manifestHash: 90405232658fa6c7989802391ffcecf7e9df1cf1
name: coredns.addons.k8s.io
selector:
k8s-addon: coredns.addons.k8s.io
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ spec:
version: 1.4.0
- id: k8s-1.12
manifest: coredns.addons.k8s.io/k8s-1.12.yaml
manifestHash: 70f2e607f0df7b9c80eb240984db4564b5de5ad8
manifestHash: 90405232658fa6c7989802391ffcecf7e9df1cf1
name: coredns.addons.k8s.io
selector:
k8s-addon: coredns.addons.k8s.io
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ spec:
version: 1.4.0
- id: k8s-1.12
manifest: coredns.addons.k8s.io/k8s-1.12.yaml
manifestHash: 70f2e607f0df7b9c80eb240984db4564b5de5ad8
manifestHash: 90405232658fa6c7989802391ffcecf7e9df1cf1
name: coredns.addons.k8s.io
selector:
k8s-addon: coredns.addons.k8s.io
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ spec:
version: 1.4.0
- id: k8s-1.12
manifest: coredns.addons.k8s.io/k8s-1.12.yaml
manifestHash: 70f2e607f0df7b9c80eb240984db4564b5de5ad8
manifestHash: 90405232658fa6c7989802391ffcecf7e9df1cf1
name: coredns.addons.k8s.io
selector:
k8s-addon: coredns.addons.k8s.io
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ spec:
version: 1.4.0
- id: k8s-1.12
manifest: coredns.addons.k8s.io/k8s-1.12.yaml
manifestHash: 70f2e607f0df7b9c80eb240984db4564b5de5ad8
manifestHash: 90405232658fa6c7989802391ffcecf7e9df1cf1
name: coredns.addons.k8s.io
selector:
k8s-addon: coredns.addons.k8s.io
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ spec:
version: 1.4.0
- id: k8s-1.12
manifest: coredns.addons.k8s.io/k8s-1.12.yaml
manifestHash: 70f2e607f0df7b9c80eb240984db4564b5de5ad8
manifestHash: 90405232658fa6c7989802391ffcecf7e9df1cf1
name: coredns.addons.k8s.io
selector:
k8s-addon: coredns.addons.k8s.io
Expand Down

0 comments on commit 07a9ed9

Please sign in to comment.