[calico] Make version 3.26.1 default (#10416)

* [calico] Make version 3.26.1 default

* [calico] Separate calico-node and calico-cni-plugin service accounts

See: https://github.com/projectcalico/calico/pull/7106
This commit is contained in:
Mohamed Omar Zaian
2023-09-19 11:49:06 +02:00
committed by GitHub
parent dbdc4d4123
commit 6b34e3ef08
5 changed files with 59 additions and 3 deletions

View File

@@ -4,3 +4,10 @@ kind: ServiceAccount
metadata:
name: calico-node
namespace: kube-system
---
apiVersion: v1
kind: ServiceAccount
metadata:
name: calico-cni-plugin
namespace: kube-system