Skip to content
Snippets Groups Projects
Commit f51eb688 authored by Frank Berghaus's avatar Frank Berghaus
Browse files

Calico 3.27 compatible with Kubernetes 1.27-29

Update Calico networking configuration and set compatible k8s
versions
parent f0a5a573
No related branches found
No related tags found
No related merge requests found
......@@ -60,7 +60,7 @@ $WC_NOTIFY --data-binary '{"status":"SUCCESS","data":"'"$(kubeadm token create -
cp /etc/kubernetes/admin.conf /root/externaladmin.conf
echo "export KUBECONFIG=/etc/kubernetes/admin.conf" >> /root/.bashrc
export KUBECONFIG=/etc/kubernetes/admin.conf
curl https://raw.githubusercontent.com/projectcalico/calico/v3.25.0/manifests/calico-vxlan.yaml \
curl https://raw.githubusercontent.com/projectcalico/calico/v3.27.2/manifests/calico-vxlan.yaml \
| sed 's/CrossSubnet/Always/' \
| kubectl apply -f -
......
......@@ -23,7 +23,7 @@ parameters:
description: Version of Kubernetes to install. Changes affect new workers only.
type: string
constraints:
- allowed_values: [ 1.25, 1.26, 1.27, 1.28, 1.29 ]
- allowed_values: [ 1.27, 1.28, 1.29 ]
default: 1.29
application_credential_id:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment