...

Text file src/k8s.io/kubernetes/test/kubemark/resources/manifests/addons/kubemark-rbac-bindings/npd-binding.yaml

Documentation: k8s.io/kubernetes/test/kubemark/resources/manifests/addons/kubemark-rbac-bindings

     1# This is the role binding for the node-problem-detector.
     2apiVersion: rbac.authorization.k8s.io/v1
     3kind: ClusterRoleBinding
     4metadata:
     5  name: node-problem-detector-binding
     6  labels:
     7    kubernetes.io/cluster-service: "true"
     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