ansible-role-k8s-calico/files/calicoctl-Pod.yaml
Adrien Reslinger c1c09c62fb
All checks were successful
continuous-integration/drone/push Build is passing
Update to version 3.20.0 from upstream
2021-08-11 19:37:22 +02:00

23 lines
382 B
YAML

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.0
command:
- /calicoctl
args:
- version
- --poll=1m
env:
- name: DATASTORE_TYPE
value: kubernetes