mirror of
				https://github.com/k3s-io/kubernetes.git
				synced 2025-11-03 23:40:03 +00:00 
			
		
		
		
	Update attachdetach-controller role to include permissions to get, list, and watch csinodes for CSIMigration
This commit is contained in:
		@@ -67,6 +67,14 @@ items:
 | 
			
		||||
    - get
 | 
			
		||||
    - list
 | 
			
		||||
    - watch
 | 
			
		||||
  - apiGroups:
 | 
			
		||||
    - storage.k8s.io
 | 
			
		||||
    resources:
 | 
			
		||||
    - csinodes
 | 
			
		||||
    verbs:
 | 
			
		||||
    - get
 | 
			
		||||
    - list
 | 
			
		||||
    - watch
 | 
			
		||||
- apiVersion: rbac.authorization.k8s.io/v1
 | 
			
		||||
  kind: ClusterRole
 | 
			
		||||
  metadata:
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user