Merge "Deploy calico cni as a function in capo"
This commit is contained in:
commit
0d036ba097
@ -57,8 +57,6 @@ spec:
|
||||
cloud-config: /etc/kubernetes/cloud.conf
|
||||
cloud-provider: openstack
|
||||
name: '{{ local_hostname }}'
|
||||
postKubeadmCommands:
|
||||
- sudo kubectl --kubeconfig /etc/kubernetes/admin.conf apply -f https://docs.projectcalico.org/v3.15/manifests/calico.yaml
|
||||
ntp:
|
||||
servers: []
|
||||
users:
|
||||
|
@ -19,6 +19,4 @@ spec:
|
||||
content: Cg==
|
||||
encoding: base64
|
||||
owner: root
|
||||
permissions: "0600"
|
||||
postKubeadmCommands:
|
||||
- sudo kubectl --kubeconfig /etc/kubernetes/admin.conf apply -f https://docs.projectcalico.org/v3.15/manifests/calico.yaml
|
||||
permissions: "0600"
|
@ -1,6 +1,7 @@
|
||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
resources:
|
||||
- ../../../../composite/infra
|
||||
- ../../../../function/workers-capo
|
||||
|
||||
patchesStrategicMerge:
|
||||
|
Loading…
Reference in New Issue
Block a user