File tree 4 files changed +14
-237
lines changed
controlplane/kubeadm/config/rbac
4 files changed +14
-237
lines changed Original file line number Diff line number Diff line change @@ -15,23 +15,26 @@ rules:
15
15
- apiGroups :
16
16
- addons.cluster.x-k8s.io
17
17
resources :
18
- - ' * '
18
+ - clusterresourcesets/status
19
19
verbs :
20
- - create
21
- - delete
22
20
- get
23
- - list
24
21
- patch
25
22
- update
26
- - watch
27
23
- apiGroups :
28
24
- addons.cluster.x-k8s.io
25
+ - bootstrap.cluster.x-k8s.io
26
+ - controlplane.cluster.x-k8s.io
27
+ - infrastructure.cluster.x-k8s.io
29
28
resources :
30
- - clusterresourcesets/status
29
+ - ' * '
31
30
verbs :
31
+ - create
32
+ - delete
32
33
- get
34
+ - list
33
35
- patch
34
36
- update
37
+ - watch
35
38
- apiGroups :
36
39
- apiextensions.k8s.io
37
40
resources :
@@ -52,172 +55,30 @@ rules:
52
55
- subjectaccessreviews
53
56
verbs :
54
57
- create
55
- - apiGroups :
56
- - bootstrap.cluster.x-k8s.io
57
- - controlplane.cluster.x-k8s.io
58
- - infrastructure.cluster.x-k8s.io
59
- resources :
60
- - ' *'
61
- verbs :
62
- - create
63
- - delete
64
- - get
65
- - list
66
- - patch
67
- - update
68
- - watch
69
- - apiGroups :
70
- - bootstrap.cluster.x-k8s.io
71
- - infrastructure.cluster.x-k8s.io
72
- resources :
73
- - ' *'
74
- verbs :
75
- - create
76
- - delete
77
- - get
78
- - list
79
- - patch
80
- - update
81
- - watch
82
- - apiGroups :
83
- - cluster.x-k8s.io
84
- resources :
85
- - clusterclasses
86
- verbs :
87
- - get
88
- - list
89
- - patch
90
- - update
91
- - watch
92
58
- apiGroups :
93
59
- cluster.x-k8s.io
94
60
resources :
95
61
- clusterclasses
96
62
- clusterclasses/status
97
- verbs :
98
- - get
99
- - list
100
- - patch
101
- - update
102
- - watch
103
- - apiGroups :
104
- - cluster.x-k8s.io
105
- resources :
106
- - clusters
107
- verbs :
108
- - get
109
- - list
110
- - watch
111
- - apiGroups :
112
- - cluster.x-k8s.io
113
- resources :
114
63
- clusters
115
64
- clusters/status
65
+ - machinehealthchecks/status
116
66
verbs :
117
67
- get
118
68
- list
119
69
- patch
120
70
- update
121
71
- watch
122
- - apiGroups :
123
- - cluster.x-k8s.io
124
- resources :
125
- - machinedeployments
126
- verbs :
127
- - create
128
- - delete
129
- - get
130
- - list
131
- - patch
132
- - update
133
- - watch
134
72
- apiGroups :
135
73
- cluster.x-k8s.io
136
74
resources :
137
75
- machinedeployments
138
76
- machinedeployments/status
139
- verbs :
140
- - create
141
- - delete
142
- - get
143
- - list
144
- - patch
145
- - update
146
- - watch
147
- - apiGroups :
148
- - cluster.x-k8s.io
149
- resources :
150
- - machinehealthchecks
151
- verbs :
152
- - create
153
- - delete
154
- - get
155
- - list
156
- - patch
157
- - update
158
- - watch
159
- - apiGroups :
160
- - cluster.x-k8s.io
161
- resources :
162
77
- machinehealthchecks
163
- - machinehealthchecks/status
164
- verbs :
165
- - get
166
- - list
167
- - patch
168
- - update
169
- - watch
170
- - apiGroups :
171
- - cluster.x-k8s.io
172
- resources :
173
- - machinepools
174
- verbs :
175
- - create
176
- - delete
177
- - get
178
- - list
179
- - patch
180
- - update
181
- - watch
182
- - apiGroups :
183
- - cluster.x-k8s.io
184
- resources :
185
78
- machinepools
186
79
- machinepools/status
187
- verbs :
188
- - create
189
- - delete
190
- - get
191
- - list
192
- - patch
193
- - update
194
- - watch
195
- - apiGroups :
196
- - cluster.x-k8s.io
197
- resources :
198
80
- machines
199
81
- machines/status
200
- verbs :
201
- - create
202
- - delete
203
- - get
204
- - list
205
- - patch
206
- - update
207
- - watch
208
- - apiGroups :
209
- - cluster.x-k8s.io
210
- resources :
211
- - machinesets
212
- verbs :
213
- - get
214
- - list
215
- - patch
216
- - update
217
- - watch
218
- - apiGroups :
219
- - cluster.x-k8s.io
220
- resources :
221
82
- machinesets
222
83
- machinesets/status
223
84
verbs :
Original file line number Diff line number Diff line change @@ -43,13 +43,6 @@ rules:
43
43
resources :
44
44
- clusters
45
45
- clusters/status
46
- verbs :
47
- - get
48
- - list
49
- - watch
50
- - apiGroups :
51
- - cluster.x-k8s.io
52
- resources :
53
46
- machinepools
54
47
verbs :
55
48
- get
Original file line number Diff line number Diff line change 8
8
- " "
9
9
resources :
10
10
- configmaps
11
- verbs :
12
- - get
13
- - list
14
- - watch
15
- - apiGroups :
16
- - " "
17
- resources :
18
11
- secrets
19
12
verbs :
20
13
- get
@@ -36,17 +29,9 @@ rules:
36
29
- cluster.x-k8s.io
37
30
resources :
38
31
- clusters
39
- - machines
40
- - machinesets
41
- verbs :
42
- - get
43
- - list
44
- - watch
45
- - apiGroups :
46
- - cluster.x-k8s.io
47
- resources :
48
32
- machinepools
49
33
- machinepools/status
34
+ - machinesets
50
35
verbs :
51
36
- get
52
37
- list
@@ -64,45 +49,7 @@ rules:
64
49
- infrastructure.cluster.x-k8s.io
65
50
resources :
66
51
- dockerclusters
67
- verbs :
68
- - create
69
- - delete
70
- - get
71
- - list
72
- - patch
73
- - update
74
- - watch
75
- - apiGroups :
76
- - infrastructure.cluster.x-k8s.io
77
- resources :
78
- - dockerclusters/status
79
- verbs :
80
- - get
81
- - patch
82
- - update
83
- - apiGroups :
84
- - infrastructure.cluster.x-k8s.io
85
- resources :
86
52
- dockermachinepools
87
- verbs :
88
- - create
89
- - delete
90
- - get
91
- - list
92
- - patch
93
- - update
94
- - watch
95
- - apiGroups :
96
- - infrastructure.cluster.x-k8s.io
97
- resources :
98
- - dockermachinepools/status
99
- verbs :
100
- - get
101
- - patch
102
- - update
103
- - apiGroups :
104
- - infrastructure.cluster.x-k8s.io
105
- resources :
106
53
- dockermachines
107
54
verbs :
108
55
- create
@@ -115,6 +62,8 @@ rules:
115
62
- apiGroups :
116
63
- infrastructure.cluster.x-k8s.io
117
64
resources :
65
+ - dockerclusters/status
66
+ - dockermachinepools/status
118
67
- dockermachines/status
119
68
verbs :
120
69
- get
Original file line number Diff line number Diff line change @@ -24,14 +24,6 @@ rules:
24
24
- subjectaccessreviews
25
25
verbs :
26
26
- create
27
- - apiGroups :
28
- - cluster.x-k8s.io
29
- resources :
30
- - clusters
31
- verbs :
32
- - get
33
- - list
34
- - watch
35
27
- apiGroups :
36
28
- cluster.x-k8s.io
37
29
resources :
@@ -46,25 +38,6 @@ rules:
46
38
- infrastructure.cluster.x-k8s.io
47
39
resources :
48
40
- inmemoryclusters
49
- verbs :
50
- - create
51
- - delete
52
- - get
53
- - list
54
- - patch
55
- - update
56
- - watch
57
- - apiGroups :
58
- - infrastructure.cluster.x-k8s.io
59
- resources :
60
- - inmemoryclusters/status
61
- verbs :
62
- - get
63
- - patch
64
- - update
65
- - apiGroups :
66
- - infrastructure.cluster.x-k8s.io
67
- resources :
68
41
- inmemorymachines
69
42
verbs :
70
43
- create
77
50
- apiGroups :
78
51
- infrastructure.cluster.x-k8s.io
79
52
resources :
53
+ - inmemoryclusters/status
80
54
- inmemorymachines/status
81
55
verbs :
82
56
- get
You can’t perform that action at this time.
0 commit comments