...

Text file src/k8s.io/kubernetes/cluster/addons/node-problem-detector/standalone/npd-binding.yaml

Documentation: k8s.io/kubernetes/cluster/addons/node-problem-detector/standalone

     1apiVersion: rbac.authorization.k8s.io/v1
     2kind: ClusterRoleBinding
     3metadata:
     4  name: npd-binding
     5  labels:
     6    kubernetes.io/cluster-service: "true"
     7    addonmanager.kubernetes.io/mode: Reconcile
     8roleRef:
     9  apiGroup: rbac.authorization.k8s.io
    10  kind: ClusterRole
    11  name: system:node-problem-detector
    12subjects:
    13- apiGroup: rbac.authorization.k8s.io
    14  kind: User
    15  name: system:node-problem-detector

View as plain text