2017-09-04 11:29:51 +03:00
|
|
|
---
|
2020-01-08 02:27:40 -08:00
|
|
|
apiVersion: rbac.authorization.k8s.io/v1
|
2017-09-04 11:29:51 +03:00
|
|
|
kind: ClusterRoleBinding
|
|
|
|
metadata:
|
|
|
|
name: calico-node
|
|
|
|
roleRef:
|
|
|
|
apiGroup: rbac.authorization.k8s.io
|
|
|
|
kind: ClusterRole
|
|
|
|
name: calico-node
|
|
|
|
subjects:
|
|
|
|
- kind: ServiceAccount
|
|
|
|
name: calico-node
|
2018-03-30 14:29:13 +03:00
|
|
|
namespace: kube-system
|