ansible-role-k8s-calico/templates/calicoctl-Pod.yaml
Adrien Reslinger 11d4f5396d
Some checks reported errors
continuous-integration/drone/push Build encountered an error
Update to version v3.23.3
2022-07-20 01:32:06 +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.23.3
command:
- /calicoctl
args:
- version
- --poll=1m
env:
- name: DATASTORE_TYPE
value: kubernetes