mirror of
				https://github.com/optim-enterprises-bv/kubernetes.git
				synced 2025-11-03 19:58:17 +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:
		@@ -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
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user