From 75ce3bc638db1df0a0d21fd1ab89e9552a88d441 Mon Sep 17 00:00:00 2001 From: Jonny Ervine Date: Wed, 17 Jul 2024 19:39:06 +0800 Subject: [PATCH] Disable autodirect --- cilium/values.home.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cilium/values.home.yaml b/cilium/values.home.yaml index 9526ca8..be134be 100644 --- a/cilium/values.home.yaml +++ b/cilium/values.home.yaml @@ -339,7 +339,7 @@ aksbyocni: # -- Enable installation of PodCIDR routes between worker # nodes if worker nodes share a common L2 network segment. -autoDirectNodeRoutes: true +autoDirectNodeRoutes: false # -- Annotate k8s node upon initialization with Cilium's metadata. annotateK8sNode: true