mirror of
https://github.com/jackyzha0/quartz.git
synced 2025-12-27 06:44:07 -06:00
Automated commit at Mon Apr 1 11:00:00 CEST 2024
This commit is contained in:
parent
eea2720647
commit
ff880d1685
@ -4,4 +4,4 @@ Permissions from ClusterRolebindings and RoleBindings will be added to each othe
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
202404011021
|
202404011021Ma
|
||||||
@ -5,6 +5,10 @@
|
|||||||
|
|
||||||
[[RBAC permissions are additive]]
|
[[RBAC permissions are additive]]
|
||||||
|
|
||||||
|
[[ServiceAccounts are only used by non-humans]]
|
||||||
|
|
||||||
|
[[Users do not live in the cluster as resources]]
|
||||||
|
|
||||||
## Links:
|
## Links:
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
9
content/ServiceAccounts are only used by non-humans.md
Normal file
9
content/ServiceAccounts are only used by non-humans.md
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
Used for in-cluster controllers, pods.
|
||||||
|
|
||||||
|
Managed by the Kubernetes API and lives in the cluster as a resource.
|
||||||
|
|
||||||
|
## Links:
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
202404011050
|
||||||
12
content/Users do not live in the cluster as resources.md
Normal file
12
content/Users do not live in the cluster as resources.md
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
There is no "User" resource in Kubernetes.
|
||||||
|
|
||||||
|
[[Kubernetes users are simply holders of TLS Certificates]]
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
## Links:
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
202404011053
|
||||||
Loading…
Reference in New Issue
Block a user