Skip to content

Commit e2bbdd2

Browse files
isabella-janssenopenshift-cherrypick-robot
authored and
openshift-cherrypick-robot
committed
update cluster-reader cluster role's permissions
1 parent 824efb6 commit e2bbdd2

File tree

1 file changed

+10
-31
lines changed

1 file changed

+10
-31
lines changed

install/0000_80_machine-config_00_clusterreader_clusterrole.yaml

Lines changed: 10 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -15,35 +15,34 @@ rules:
1515
- tokenreviews
1616
- subjectaccessreviews
1717
verbs:
18-
- create
18+
- get
19+
- list
20+
- watch
1921
- apiGroups:
2022
- authorization.k8s.io
2123
resources:
2224
- subjectaccessreviews
2325
verbs:
24-
- create
26+
- get
27+
- list
28+
- watch
2529
- apiGroups:
2630
- machineconfiguration.openshift.io
2731
resources:
2832
- containerruntimeconfigs
2933
- controllerconfigs
3034
- kubeletconfigs
3135
- machineconfigpools
32-
verbs:
33-
- get
34-
- list
35-
- watch
36-
- apiGroups:
37-
- machineconfiguration.openshift.io
38-
resources:
3936
- machineconfignodes
4037
- machineconfignodes/status
38+
- machineosconfigs
39+
- machineosconfigs/status
40+
- machineosbuilds
41+
- machineosbuilds/status
4142
verbs:
4243
- get
4344
- list
4445
- watch
45-
- delete
46-
- create
4746
- apiGroups:
4847
- config.openshift.io
4948
resources:
@@ -56,23 +55,3 @@ rules:
5655
- get
5756
- list
5857
- watch
59-
- apiGroups:
60-
- machineconfiguration.openshift.io
61-
resources:
62-
- machineosconfigs
63-
- machineosconfigs/status
64-
verbs:
65-
- create
66-
- update
67-
- patch
68-
- get
69-
- apiGroups:
70-
- machineconfiguration.openshift.io
71-
resources:
72-
- machineosbuilds
73-
- machineosbuilds/status
74-
verbs:
75-
- create
76-
- update
77-
- patch
78-
- get

0 commit comments

Comments
 (0)