2017-04-15 10:04:00 +00:00
|
|
|
---
|
2017-04-13 17:18:07 +00:00
|
|
|
apiVersion: rbac.authorization.k8s.io/v1beta1
|
|
|
|
kind: ClusterRoleBinding
|
|
|
|
metadata:
|
2017-04-15 10:04:00 +00:00
|
|
|
name: custom:system:kube-dns
|
2017-04-13 17:18:07 +00:00
|
|
|
roleRef:
|
|
|
|
apiGroup: rbac.authorization.k8s.io
|
|
|
|
kind: ClusterRole
|
2017-04-15 10:04:00 +00:00
|
|
|
name: custom:system:kube-dns
|
2017-04-13 17:18:07 +00:00
|
|
|
subjects:
|
|
|
|
- kind: ServiceAccount
|
2017-04-15 10:04:00 +00:00
|
|
|
name: kube-dns
|
2017-04-21 08:09:10 +00:00
|
|
|
namespace: {{system_namespace}}
|