`kubectl explain GlobalRoles.inheritedClusterRoles...
# general
s
kubectl explain GlobalRoles.inheritedClusterRoles
says: > InheritedClusterRoles are the names of RoleTemplates whose permissions are granted by this GlobalRole in every cluster besides the local cluster. Does that mean that built-in
ClusterRoles
, like
cluster-admin
, cannot inherited using this field? EDIT: Never mind,
cluster-admin
is indirectly referenced in a RoleTemplate with the same name. So problem solved.