Skip to content

Fix erroneous GKE configuration

When installing Cilium on GKE with the previous configuration, the cluster networking stops working completely. It turns out that this is because ipam.mode=kubernetes must be set.

values-eks.yaml has also been updated to use the newest recommended values from https://docs.cilium.io/en/stable/gettingstarted/k8s-install-helm/

Merge request reports

Loading