Commit d7ce8b80 authored by Kubernetes Submit Queue's avatar Kubernetes Submit Queue Committed by GitHub

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.
parents 36eae5a0 60daaa3c
...@@ -12,7 +12,7 @@ metadata: ...@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment