Skip to content

Instantly share code, notes, and snippets.

@tadas-subonis
Created October 22, 2017 18:34
Show Gist options
  • Save tadas-subonis/ec1551f4fb062432188e0574d2d2dedd to your computer and use it in GitHub Desktop.
Save tadas-subonis/ec1551f4fb062432188e0574d2d2dedd to your computer and use it in GitHub Desktop.
apiVersion: rbac.authorization.k8s.io/v1beta1
kind: ClusterRole
metadata:
annotations:
rbac.authorization.kubernetes.io/autoupdate: "true"
labels:
kubernetes.io/bootstrapping: rbac-defaults
name: system:kube-apiserver-to-kubelet
rules:
- apiGroups:
- ""
resources:
- nodes/proxy
- nodes/stats
- nodes/log
- nodes/spec
- nodes/metrics
verbs:
- "*"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment