Skip to content

Commit b08884a

Browse files
committed
calico helm repository url changed
1 parent 2f36607 commit b08884a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/kubernetes/create-local-k8s-cluster.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ for node in $(kind get nodes --name "${cluster_name}"); do
102102
done
103103

104104
# Install Calico
105-
helm repo add projectcalico https://docs.projectcalico.org/charts
105+
helm repo add projectcalico https://projectcalico.docs.tigera.io/charts
106106
helm --kube-context="${kubectl_ctx}" \
107107
install calico \
108108
projectcalico/tigera-operator \
@@ -123,4 +123,4 @@ kubectl --context="${kubectl_ctx}" \
123123
-n ingress-nginx \
124124
label services \
125125
-l "app.kubernetes.io/instance=ingress-nginx,app.kubernetes.io/component=controller" \
126-
"networking/traffic-allowed=yes"
126+
"networking/traffic-allowed=yes"

0 commit comments

Comments
 (0)