From 020b248bbe82c1cbd2e340171254463d2dd4a1ab Mon Sep 17 00:00:00 2001 From: duynguyen Date: Tue, 21 Jul 2026 12:07:59 +0700 Subject: [PATCH] fix: force ServerSideApply on envoy-gateway Application Gateway API CRDs (httproutes, envoyproxies) have schemas large enough that client-side apply's last-applied-configuration annotation exceeds the 262144-byte annotation limit. SSA skips that annotation entirely. --- bootstrap/apps/envoy-gateway.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/bootstrap/apps/envoy-gateway.yaml b/bootstrap/apps/envoy-gateway.yaml index de8f8aa..dc8ed67 100644 --- a/bootstrap/apps/envoy-gateway.yaml +++ b/bootstrap/apps/envoy-gateway.yaml @@ -26,3 +26,4 @@ spec: selfHeal: true syncOptions: - CreateNamespace=true + - ServerSideApply=true