1234567891011121314151617 |
- # This is the role binding for the kubemark cluster autoscaler.
- # TODO: Use proper Cluster Autoscaler role (github.com/kubernetes/autoscaler/issues/383)
- apiVersion: rbac.authorization.k8s.io/v1
- kind: ClusterRoleBinding
- metadata:
- name: cluster-autoscaler-view-binding
- labels:
- kubernetes.io/cluster-service: "true"
- roleRef:
- apiGroup: rbac.authorization.k8s.io
- kind: ClusterRole
- name: cluster-admin
- subjects:
- - apiGroup: rbac.authorization.k8s.io
- kind: User
- name: system:cluster-autoscaler
|