From 193b9db359978c666904d14f87fb6989bcef7e17 Mon Sep 17 00:00:00 2001 From: Jeffrey Smeets Date: Wed, 26 Aug 2026 20:18:44 +0200 Subject: [PATCH] envoy-gateway: comment out netbox entries so the kustomization builds My previous commit staged the whole kustomization file and swept in the in-flight netbox lines, which I had said I would keep out. Those reference infra/envoy-gateway/netbox/, which is untracked, so ArgoCD could not render the app at all: kustomize build failed: accumulating resources from 'netbox/netbox-certificate.yaml': no such file or directory That left envoy-gateway-config unable to load target state, so the orphaned listener cleanup never applied. The running gateways were unaffected. Commenting the two entries keeps the work visible in place and makes it a two line uncomment once infra/envoy-gateway/netbox/ is committed. --- infra/envoy-gateway/kustomization.yaml | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/infra/envoy-gateway/kustomization.yaml b/infra/envoy-gateway/kustomization.yaml index 0f7accd..9eba136 100644 --- a/infra/envoy-gateway/kustomization.yaml +++ b/infra/envoy-gateway/kustomization.yaml @@ -60,7 +60,8 @@ resources: - pelican/pelican-wings-mc-certificate.yaml - pelican/pelican-wings-ark-certificate.yaml - outline/outline-certificate.yaml - - netbox/netbox-certificate.yaml + # netbox: uncomment together with the patch below once infra/envoy-gateway/netbox/ is committed + # - netbox/netbox-certificate.yaml patches: # Internal gateway patches @@ -292,12 +293,12 @@ patches: kind: Gateway name: gateway-internal path: outline/outline-gateway-patch.yaml - - target: - group: gateway.networking.k8s.io - version: v1 - kind: Gateway - name: gateway-internal - path: netbox/netbox-gateway-patch.yaml + # - target: + # group: gateway.networking.k8s.io + # version: v1 + # kind: Gateway + # name: gateway-internal + # path: netbox/netbox-gateway-patch.yaml # Public gateway patches - target: