Update to version 3.20.1
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Adrien Reslinger 2021-09-19 00:25:15 +02:00
parent 0030f3ac0e
commit e48fabc946
Signed by: adrien
GPG key ID: DA7B27055C66D6DE
32 changed files with 31 additions and 25 deletions

View file

@ -0,0 +1,23 @@
apiVersion: v1
kind: Pod
metadata:
name: calicoctl
namespace: kube-system
spec:
nodeSelector:
kubernetes.io/os: linux
hostNetwork: true
serviceAccountName: calicoctl
containers:
- name: calicoctl
image: calico/ctl:v3.20.1
command:
- /calicoctl
args:
- version
- --poll=1m
env:
- name: DATASTORE_TYPE
value: kubernetes