You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: manifests/0000_26_cloud-controller-manager-operator_02_rbac_operator.yaml
+24-3Lines changed: 24 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -73,7 +73,7 @@ rules:
73
73
- update
74
74
- patch
75
75
76
-
# vSphere has a separate node manager that uses the serivce account kube-system/vsphere-cloud-controller-manager.
76
+
# vSphere has a separate node manager that uses the service account kube-system/vsphere-cloud-controller-manager.
77
77
# The operator must have these permissions to then grant them to the vSphere node manager.
78
78
- apiGroups:
79
79
- ""
@@ -103,8 +103,29 @@ rules:
103
103
verbs:
104
104
- create
105
105
- patch
106
-
# nutanix has a separate node manager that uses the serivce account kube-system/nutanix-cloud-controller-manager.
107
-
# The operator must have these permissions to then grant them to the nutanix node manager. (note it also uses some of the ones requred by vsphere)
106
+
107
+
# alibaba has a separate node manager that uses the service account kube-system/alibaba-cloud-controller-manager.
108
+
# The operator must have these permissions to then grant them to the alibaba node manager. (note it also uses some of the ones requred by vsphere)
109
+
- apiGroups:
110
+
- ""
111
+
resources:
112
+
- endpoints
113
+
verbs:
114
+
- get
115
+
- create
116
+
- list
117
+
- watch
118
+
- update
119
+
- apiGroups:
120
+
- ""
121
+
resources:
122
+
- services
123
+
- services/status
124
+
verbs:
125
+
- patch
126
+
127
+
# nutanix has a separate node manager that uses the service account kube-system/nutanix-cloud-controller-manager.
128
+
# The operator must have these permissions to then grant them to the nutanix node manager. (note it also uses some of the ones requred by vsphere and alibaba)
0 commit comments