@@ -606,12 +606,15 @@ either do not manually edit the role, or disable auto-reconciliation.
606
606
607
607
<table>
608
608
<caption>Kubernetes RBAC API discovery roles</caption>
609
- <colgroup><col width="25%" /><col width="25%" /><col /></colgroup>
609
+ <colgroup><col style="width : 25%;" /><col style="width: 25%;" /><col /></colgroup>
610
+ <thead>
610
611
<tr>
611
612
<th>Default ClusterRole</th>
612
613
<th>Default ClusterRoleBinding</th>
613
614
<th>Description</th>
614
615
</tr>
616
+ </thead>
617
+ <tbody>
615
618
<tr>
616
619
<td><b>system:basic-user</b></td>
617
620
<td><b>system:authenticated</b> group</td>
@@ -627,6 +630,7 @@ either do not manually edit the role, or disable auto-reconciliation.
627
630
<td><b>system:authenticated</b> and <b>system:unauthenticated</b> groups</td>
628
631
<td>Allows read-only access to non-sensitive information about the cluster. Introduced in Kubernetes v1.14.</td>
629
632
</tr>
633
+ </tbody>
630
634
</table>
631
635
632
636
# ## User-facing roles
@@ -649,12 +653,15 @@ metadata:
649
653
` ` `
650
654
651
655
<table>
652
- <colgroup><col width="25%"><col width="25%"><col></colgroup>
656
+ <colgroup><col style="width : 25%;" /><col style="width: 25%;" /><col /></colgroup>
657
+ <thead>
653
658
<tr>
654
659
<th>Default ClusterRole</th>
655
660
<th>Default ClusterRoleBinding</th>
656
661
<th>Description</th>
657
662
</tr>
663
+ </thead>
664
+ <tbody>
658
665
<tr>
659
666
<td><b>cluster-admin</b></td>
660
667
<td><b>system:masters</b> group</td>
@@ -691,17 +698,21 @@ the contents of Secrets enables access to ServiceAccount credentials
691
698
in the namespace, which would allow API access as any ServiceAccount
692
699
in the namespace (a form of privilege escalation).</td>
693
700
</tr>
701
+ </tbody>
694
702
</table>
695
703
696
704
# ## Core component roles
697
705
698
706
<table>
699
- <colgroup><col width="25%"><col width="25%"><col></colgroup>
707
+ <colgroup><col style="width : 25%;" /><col style="width: 25%;" /><col /></colgroup>
708
+ <thead>
700
709
<tr>
701
710
<th>Default ClusterRole</th>
702
711
<th>Default ClusterRoleBinding</th>
703
712
<th>Description</th>
704
713
</tr>
714
+ </thead>
715
+ <tbody>
705
716
<tr>
706
717
<td><b>system:kube-scheduler</b></td>
707
718
<td><b>system:kube-scheduler</b> user</td>
@@ -733,17 +744,21 @@ The <tt>system:node</tt> role only exists for compatibility with Kubernetes clus
733
744
<td><b>system:kube-proxy</b> user</td>
734
745
<td>Allows access to the resources required by the {{< glossary_tooltip term_id="kube-proxy" text="kube-proxy" >}} component.</td>
735
746
</tr>
747
+ </tbody>
736
748
</table>
737
749
738
750
# ## Other component roles
739
751
740
752
<table>
741
- <colgroup><col width="25%"><col width="25%"><col></colgroup>
753
+ <colgroup><col style="width : 25%;" /><col style="width: 25%;" /><col /></colgroup>
754
+ <thead>
742
755
<tr>
743
756
<th>Default ClusterRole</th>
744
757
<th>Default ClusterRoleBinding</th>
745
758
<th>Description</th>
746
759
</tr>
760
+ </thead>
761
+ <tbody>
747
762
<tr>
748
763
<td><b>system:auth-delegator</b></td>
749
764
<td>None</td>
@@ -786,6 +801,7 @@ This is commonly used by add-on API servers for unified authentication and autho
786
801
<td>None</td>
787
802
<td>Allows access to the resources required by most <a href="/docs/concepts/storage/persistent-volumes/#provisioner">dynamic volume provisioners</a>.</td>
788
803
</tr>
804
+ <tbody>
789
805
</table>
790
806
791
807
# ## Roles for built-in controllers {#controller-roles}
0 commit comments