From 4386d18907b5cd893463efb488b4f6ebb1f754ed Mon Sep 17 00:00:00 2001 From: JJGadgets Date: Fri, 22 Nov 2024 14:13:29 +0800 Subject: [PATCH] fix(cilium)!: 1.16, fully removed endpointStatus --- .../cilium/app/config/biohazard/helm-values.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/kube/deploy/core/_networking/cilium/app/config/biohazard/helm-values.yaml b/kube/deploy/core/_networking/cilium/app/config/biohazard/helm-values.yaml index 0a35d9d3..19033f9f 100644 --- a/kube/deploy/core/_networking/cilium/app/config/biohazard/helm-values.yaml +++ b/kube/deploy/core/_networking/cilium/app/config/biohazard/helm-values.yaml @@ -106,9 +106,9 @@ bandwidthManager: enableIPv6BIGTCP: false # cannot enable if routingMode=tunnel ### `kubectl get` and `kubectl describe` will reflect CiliumNetworkPolicy (policy enforcement etc) with the below enabled ### endpointStatus no longer enabled since it can cause large apiserver resource usage and latency spikes, check Cilium docs on alternative -enableCnpStatusUpdates: false -endpointStatus: - enabled: false +# enableCnpStatusUpdates: false # REMOVED IN 1.16, left here for others to know +# endpointStatus: +# enabled: false # wellKnownIdentities: # for use in netpols, by having well-known endpoint labels # TODO: broken on 1.14? # enabled: true