ansible-role-k8s-calico/files/calicoctl-Pod.yaml
Adrien Reslinger eb56044c32
Some checks reported errors
continuous-integration/drone/push Build was killed
Update calico to latest version
2021-05-22 20:12:13 +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.19.1
command:
- /calicoctl
args:
- version
- --poll=1m
env:
- name: DATASTORE_TYPE
value: kubernetes