Skip to content

Commit 01e1382

Browse files
author
Cecile Robert-Michon
committed
Add calico config using vxlan
1 parent 3b0ad94 commit 01e1382

File tree

3 files changed

+789
-2
lines changed

3 files changed

+789
-2
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -330,7 +330,7 @@ create-workload-cluster: $(ENVSUBST)
330330
timeout 600 bash -c "while ! kubectl --kubeconfig=./kubeconfig get nodes | grep master; do sleep 1; done"
331331

332332
# Deploy calico
333-
kubectl --kubeconfig=./kubeconfig apply -f https://docs.projectcalico.org/v3.13/manifests/calico.yaml
333+
kubectl --kubeconfig=./kubeconfig apply -f templates/addons/calico.yaml
334334

335335
@echo 'run "kubectl --kubeconfig=./kubeconfig ..." to work with the new target cluster'
336336

0 commit comments

Comments
 (0)