netchecker: update images to 1.2.2 from Mirantis (#8074)

* netchecker: update images to 1.2.2 from Mirantis which is slightly less ancinet than the l23networks images

* Netchecker: use local etcd instead of kubernetes v1beta1 crds which are no longer suported by kube 1.22+
This commit is contained in:
Cristian Calin
2021-10-19 20:17:04 +03:00
committed by GitHub
parent 6aac59394e
commit 6a5b87dda4
5 changed files with 41 additions and 15 deletions

View File

@@ -6,10 +6,4 @@ metadata:
rules:
- apiGroups: [""]
resources: ["pods"]
verbs: ["list"]
- apiGroups: ["apiextensions.k8s.io"]
resources: ["customresourcedefinitions"]
verbs: ['*']
- apiGroups: ["network-checker.ext"]
resources: ["agents"]
verbs: ['*']
verbs: ["list", "get"]