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 76ee5d5 commit 075bb09Copy full SHA for 075bb09
scripts/deploy-k8s-cluster.sh
@@ -6,5 +6,5 @@ kind delete cluster
6
kind create cluster --config=config/k8s-cluster/config.yaml
7
8
# deploy calico (not needed but more feature rich - for future use)
9
-oc create -f https://raw.githubusercontent.com/projectcalico/calico/v3.24.3/manifests/calico.yaml
+oc create -f https://raw.githubusercontent.com/projectcalico/calico/v3.24.5/manifests/calico.yaml
10
0 commit comments