Files
school-dev-k8s/practice/17.hpa/01.hpa_v1/for-minikube-only-metrics-server/auth-delegator.yaml
T
Pavel Selivanov 207030b49b Add 17th practice
2021-11-25 00:32:54 +03:00

14 lines
308 B
YAML

---
apiVersion: rbac.authorization.k8s.io/v1beta1
kind: ClusterRoleBinding
metadata:
name: metrics-server:system:auth-delegator
roleRef:
apiGroup: rbac.authorization.k8s.io
kind: ClusterRole
name: system:auth-delegator
subjects:
- kind: ServiceAccount
name: metrics-server
namespace: kube-system