mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-03-09 11:47:47 +03:00
Move flannel to etcd datastore
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
eb10249a75
commit
307f598bc8
12
roles/network_plugin/canal/templates/canal-crb-canal.yml.j2
Normal file
12
roles/network_plugin/canal/templates/canal-crb-canal.yml.j2
Normal file
@@ -0,0 +1,12 @@
|
||||
apiVersion: rbac.authorization.k8s.io/v1
|
||||
kind: ClusterRoleBinding
|
||||
metadata:
|
||||
name: canal
|
||||
roleRef:
|
||||
apiGroup: rbac.authorization.k8s.io
|
||||
kind: ClusterRole
|
||||
name: canal
|
||||
subjects:
|
||||
- kind: ServiceAccount
|
||||
name: canal
|
||||
namespace: kube-system
|
||||
Reference in New Issue
Block a user