We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b0ad94 commit 01e1382Copy full SHA for 01e1382
Makefile
@@ -330,7 +330,7 @@ create-workload-cluster: $(ENVSUBST)
330
timeout 600 bash -c "while ! kubectl --kubeconfig=./kubeconfig get nodes | grep master; do sleep 1; done"
331
332
# Deploy calico
333
- kubectl --kubeconfig=./kubeconfig apply -f https://docs.projectcalico.org/v3.13/manifests/calico.yaml
+ kubectl --kubeconfig=./kubeconfig apply -f templates/addons/calico.yaml
334
335
@echo 'run "kubectl --kubeconfig=./kubeconfig ..." to work with the new target cluster'
336
0 commit comments