Align canal templates with calico official ones (k8s datastore)

This commit is contained in:
Florian Ruynat
2022-07-22 09:46:19 +02:00
committed by Kubernetes Prow Robot
parent b4318e9967
commit eb10249a75
11 changed files with 4548 additions and 271 deletions

View File

@@ -7,8 +7,21 @@ metadata:
roleRef:
apiGroup: rbac.authorization.k8s.io
kind: ClusterRole
name: calico
name: calico-node
subjects:
- kind: ServiceAccount
name: canal
namespace: kube-system
---
kind: ClusterRoleBinding
apiVersion: rbac.authorization.k8s.io/v1
metadata:
name: calico-kube-controllers
roleRef:
apiGroup: rbac.authorization.k8s.io
kind: ClusterRole
name: calico-kube-controllers
subjects:
- kind: ServiceAccount
name: calico-kube-controllers
namespace: kube-system