-
Notifications
You must be signed in to change notification settings - Fork 550
Upgrade cilium from v1.11.7 to v1.14.5
pixiake edited this page Dec 28, 2023
·
1 revision
This upgrade guide is intended for Cilium running on Kubernetes.
Warning: Read the full upgrade guide to understand all the necessary steps before performing them.
https://docs.cilium.io/en/stable/operations/upgrade/#admin-upgrade
helm repo add cilium https://helm.cilium.io/
helm fetch --untar cilium/cilium --version 1.14.5
helm install cilium-preflight ./cilium --namespace=kube-system --set preflight.enabled=true --set agent=false --set operator.enabled=false
helm del -n kube-system cilium-preflight
helm upgrade cilium cilium/cilium --version 1.14.5 --namespace=kube-system --set upgradeCompatibility=1.11.7 --set ipam.operator.clusterPoolIPv4PodCIDRList=10.233.64.0/18 --set kubeProxyReplacement=false --set operator.image.override=cilium/operator-generic:v1.14.5 --set image.override=cilium/cilium:v1.14.5