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 2652c21 commit 0f6ba1eCopy full SHA for 0f6ba1e
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.2/manifests/calico.yaml
+oc create -f https://raw.githubusercontent.com/projectcalico/calico/v3.24.3/manifests/calico.yaml
10
0 commit comments