salmon-morning-84088
03/28/2024, 1:16 PMkubectl 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.