From c551b8e8eef1a46da77e5722a73bab17acc16b88 Mon Sep 17 00:00:00 2001 From: jv Date: Sun, 24 May 2026 16:42:26 -0500 Subject: [PATCH] calico ip first-found to false --- bootstrap/platform/main.tf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bootstrap/platform/main.tf b/bootstrap/platform/main.tf index a955f9b..8b494a0 100644 --- a/bootstrap/platform/main.tf +++ b/bootstrap/platform/main.tf @@ -100,7 +100,8 @@ resource "helm_release" "calico" { calicoNetwork = { bgp = "Disabled" nodeAddressAutodetectionV4 = { - cidrs = var.calico_node_address_autodetection_cidrs + cidrs = var.calico_node_address_autodetection_cidrs + firstFound = false } ipPools = [ {