Add calicoctl
This commit is contained in:
parent
e2bb4a7cb8
commit
cb06fae69f
6 changed files with 120 additions and 0 deletions
23
files/calicoctl-Pod.yaml
Normal file
23
files/calicoctl-Pod.yaml
Normal 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.18.0
|
||||
command:
|
||||
- /calicoctl
|
||||
args:
|
||||
- version
|
||||
- --poll=1m
|
||||
env:
|
||||
- name: DATASTORE_TYPE
|
||||
value: kubernetes
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue