更新:语法定义 - 我知道它只是一个名称,但它是一些结构化的名称/字符串。
在以下角色绑定中,主题中的冒号是什么: - apiGroup“system:masters” 在做什么 - 它不是 url,它是 YAML 参考语法标准方式吗?
kubectl get clusterrolebinding cluster-admin -oyaml
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRoleBinding
metadata:
annotations:
rbac.authorization.kubernetes.io/autoupdate: "true"
labels:
kubernetes.io/bootstrapping: rbac-defaults
name: cluster-admin
roleRef:
apiGroup: rbac.authorization.k8s.io
kind: ClusterRole
name: cluster-admin
subjects:
- apiGroup: rbac.authorization.k8s.io
kind: Group
name: system:masters