2018-03-03 06:05:05 +00:00
|
|
|
---
|
2020-04-14 20:14:04 +00:00
|
|
|
apiVersion: rbac.authorization.k8s.io/v1
|
2018-01-21 10:34:37 +00:00
|
|
|
kind: ClusterRole
|
|
|
|
metadata:
|
|
|
|
annotations:
|
|
|
|
rbac.authorization.kubernetes.io/autoupdate: "true"
|
|
|
|
labels:
|
|
|
|
kubernetes.io/bootstrapping: rbac-defaults
|
|
|
|
name: system:node-webhook
|
|
|
|
rules:
|
|
|
|
- apiGroups:
|
|
|
|
- ""
|
|
|
|
resources:
|
|
|
|
- nodes/proxy
|
|
|
|
- nodes/stats
|
|
|
|
- nodes/log
|
|
|
|
- nodes/spec
|
|
|
|
- nodes/metrics
|
|
|
|
verbs:
|
2020-06-29 19:39:59 +00:00
|
|
|
- "*"
|