6
6
annotations :
7
7
authorization.openshift.io/system-only : " true"
8
8
openshift.io/description : A super-user that can perform any action in the cluster.
9
- When granted to a user within a local policy , they have full control over
10
- quota and roles and every action on every resource in the project.
9
+ When granted to a user within a project , they have full control over quota
10
+ and membership and can perform every action on every resource in the project.
11
11
creationTimestamp : null
12
12
name : cluster-admin
13
13
rules :
@@ -496,11 +496,8 @@ items:
496
496
kind : ClusterRole
497
497
metadata :
498
498
annotations :
499
- openshift.io/description : A project manager. If used in a local binding, an
500
- admin user will have rights to view any resource in the project and modify
501
- any resource in the project except for role creation and quota. If the cluster-admin
502
- wants to allow an admin to modify roles, the cluster-admin must create a project-scoped
503
- Policy object.
499
+ openshift.io/description : A user that has edit rights within the project and
500
+ can change the project's membership.
504
501
creationTimestamp : null
505
502
name : admin
506
503
rules :
@@ -908,8 +905,8 @@ items:
908
905
kind : ClusterRole
909
906
metadata :
910
907
annotations :
911
- openshift.io/description : A user that can modify most objects in a project,
912
- but does not have the power to view or modify roles or bindings .
908
+ openshift.io/description : A user that can create and edit most objects in a
909
+ project, but can not update the project's membership .
913
910
creationTimestamp : null
914
911
name : edit
915
912
rules :
@@ -1254,9 +1251,8 @@ items:
1254
1251
kind : ClusterRole
1255
1252
metadata :
1256
1253
annotations :
1257
- openshift.io/description : A user who cannot make any modifications, but can
1258
- see most objects in a project. They cannot view or modify roles or bindings
1259
- or secrets.
1254
+ openshift.io/description : A user who can view but not edit any resources within
1255
+ the project. They can not view secrets or membership.
1260
1256
creationTimestamp : null
1261
1257
name : view
1262
1258
rules :
@@ -1639,6 +1635,8 @@ items:
1639
1635
- apiVersion : v1
1640
1636
kind : ClusterRole
1641
1637
metadata :
1638
+ annotations :
1639
+ openshift.io/description : Grants the right to pull images from within a project.
1642
1640
creationTimestamp : null
1643
1641
name : system:image-puller
1644
1642
rules :
@@ -1652,6 +1650,9 @@ items:
1652
1650
- apiVersion : v1
1653
1651
kind : ClusterRole
1654
1652
metadata :
1653
+ annotations :
1654
+ openshift.io/description : Grants the right to push and pull images from within
1655
+ a project.
1655
1656
creationTimestamp : null
1656
1657
name : system:image-pusher
1657
1658
rules :
@@ -1666,6 +1667,9 @@ items:
1666
1667
- apiVersion : v1
1667
1668
kind : ClusterRole
1668
1669
metadata :
1670
+ annotations :
1671
+ openshift.io/description : Grants the right to build, push and pull images from
1672
+ within a project. Used primarily with service accounts for builds.
1669
1673
creationTimestamp : null
1670
1674
name : system:image-builder
1671
1675
rules :
@@ -1789,6 +1793,9 @@ items:
1789
1793
- apiVersion : v1
1790
1794
kind : ClusterRole
1791
1795
metadata :
1796
+ annotations :
1797
+ openshift.io/description : Grants the right to deploy within a project. Used
1798
+ primarily with service accounts for automated deployments.
1792
1799
creationTimestamp : null
1793
1800
name : system:deployer
1794
1801
rules :
0 commit comments