@@ -28,7 +28,7 @@ export IPV4_CIDR_BLOCK=$(kubectl get cluster "${CLUSTER_NAME}" -o=jsonpath='{.sp
2828Then install the Helm chart on the workload cluster:
2929
3030``` bash
31- helm repo add projectcalico https://projectcalico. docs.tigera.io/charts && \
31+ helm repo add projectcalico https://docs.tigera.io/calico /charts && \
3232helm install calico projectcalico/tigera-operator -f https://raw.githubusercontent.com/kubernetes-sigs/cluster-api-provider-azure/main/templates/addons/calico/values.yaml --set-string " installation.calicoNetwork.ipPools[0].cidr=${IPV4_CIDR_BLOCK} " --namespace tigera-operator --create-namespace
3333kubectl apply -f https://raw.githubusercontent.com/kubernetes-sigs/cluster-api-provider-azure/main/templates/addons/calico/felix-override.yaml
3434```
@@ -44,7 +44,7 @@ export IPV6_CIDR_BLOCK=$(kubectl get cluster "${CLUSTER_NAME}" -o=jsonpath='{.sp
4444Then install the Helm chart on the workload cluster:
4545
4646``` bash
47- helm repo add projectcalico https://projectcalico. docs.tigera.io/charts && \
47+ helm repo add projectcalico https://docs.tigera.io/calico /charts && \
4848helm install calico projectcalico/tigera-operator -f https://raw.githubusercontent.com/kubernetes-sigs/cluster-api-provider-azure/main/templates/addons/calico-ipv6/values.yaml --set-string " installation.calicoNetwork.ipPools[0].cidr=${IPV6_CIDR_BLOCK} " --namespace tigera-operator --create-namespace
4949kubectl apply -f https://raw.githubusercontent.com/kubernetes-sigs/cluster-api-provider-azure/main/templates/addons/calico/felix-override.yaml
5050```
@@ -61,7 +61,7 @@ export IPV6_CIDR_BLOCK=$(kubectl get cluster "${CLUSTER_NAME}" -o=jsonpath='{.sp
6161Then install the Helm chart on the workload cluster:
6262
6363``` bash
64- helm repo add projectcalico https://projectcalico. docs.tigera.io/charts && \
64+ helm repo add projectcalico https://docs.tigera.io/calico /charts && \
6565helm install calico projectcalico/tigera-operator -f https://raw.githubusercontent.com/kubernetes-sigs/cluster-api-provider-azure/main/templates/addons/calico-dual-stack/values.yaml --set-string " installation.calicoNetwork.ipPools[0].cidr=${IPV4_CIDR_BLOCK} " ," installation.calicoNetwork.ipPools[1].cidr=${IPV6_CIDR_BLOCK} " --namespace tigera-operator --create-namespace
6666kubectl apply -f https://raw.githubusercontent.com/kubernetes-sigs/cluster-api-provider-azure/main/templates/addons/calico/felix-override.yaml
6767```
0 commit comments