mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-26 21:17:23 +00:00
Merge pull request #39607 from deads2k/rbac-35-e2e-permission-typos
Automatic merge from submit-queue (batch tested with PRs 39628, 39551, 38746, 38352, 39607) fix e2e kubelet binding Fixes #39543 This limits scope of the kubelet. It was an oversight before. Hopefully we won't end up chasing permissions again.
This commit is contained in:
commit
d7ce8b80ee
@ -12,7 +12,7 @@ metadata:
|
|||||||
roleRef:
|
roleRef:
|
||||||
apiGroup: rbac.authorization.k8s.io
|
apiGroup: rbac.authorization.k8s.io
|
||||||
kind: ClusterRole
|
kind: ClusterRole
|
||||||
name: cluster-admin
|
name: system:node
|
||||||
subjects:
|
subjects:
|
||||||
- apiVersion: rbac/v1alpha1
|
- apiVersion: rbac/v1alpha1
|
||||||
kind: User
|
kind: User
|
||||||
|
Loading…
Reference in New Issue
Block a user