2018-02-17 11:37:47 +08:00
|
|
|
---
|
2018-07-27 04:17:27 +08:00
|
|
|
apiVersion: rbac.authorization.k8s.io/v1
|
2018-02-17 11:37:47 +08:00
|
|
|
kind: ClusterRoleBinding
|
2019-08-06 16:37:55 +08:00
|
|
|
metadata:
|
|
|
|
name: cilium-operator
|
|
|
|
roleRef:
|
|
|
|
apiGroup: rbac.authorization.k8s.io
|
|
|
|
kind: ClusterRole
|
|
|
|
name: cilium-operator
|
|
|
|
subjects:
|
|
|
|
- kind: ServiceAccount
|
|
|
|
name: cilium-operator
|
|
|
|
namespace: kube-system
|
|
|
|
---
|
|
|
|
apiVersion: rbac.authorization.k8s.io/v1
|
|
|
|
kind: ClusterRoleBinding
|
2018-02-17 11:37:47 +08:00
|
|
|
metadata:
|
|
|
|
name: cilium
|
|
|
|
roleRef:
|
|
|
|
apiGroup: rbac.authorization.k8s.io
|
|
|
|
kind: ClusterRole
|
|
|
|
name: cilium
|
|
|
|
subjects:
|
2019-08-06 16:37:55 +08:00
|
|
|
- kind: ServiceAccount
|
|
|
|
name: cilium
|
|
|
|
namespace: kube-system
|
|
|
|
- apiGroup: rbac.authorization.k8s.io
|
|
|
|
kind: Group
|
|
|
|
name: system:nodes
|