From ee3c9f03cb2362d56839cc5261d1b32b8a6e0726 Mon Sep 17 00:00:00 2001 From: "kong[bot]" <123129154+kong[bot]@users.noreply.github.com> Date: Thu, 11 Jul 2024 18:50:15 -0700 Subject: [PATCH] docs(mesh): update docs and changelog (#7632) chore(deps): update docs from repo source Signed-off-by: kumahq[bot] <110050114+kumahq[bot]@users.noreply.github.com> Co-authored-by: kumahq[bot] <110050114+kumahq[bot]@users.noreply.github.com> --- app/assets/mesh/dev/raw/kuma-cp.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/app/assets/mesh/dev/raw/kuma-cp.yaml b/app/assets/mesh/dev/raw/kuma-cp.yaml index 303dd1b185c0..e9f0b0bc82a9 100644 --- a/app/assets/mesh/dev/raw/kuma-cp.yaml +++ b/app/assets/mesh/dev/raw/kuma-cp.yaml @@ -337,6 +337,10 @@ runtime: # List of outbound ports that will be excluded from interception. # This setting is applied on every pod unless traffic.kuma.io/exclude-oubound-ports annotation is specified on Pod. excludeOutboundPorts: [] # ENV: KUMA_RUNTIME_KUBERNETES_SIDECAR_TRAFFIC_EXCLUDE_OUTBOUND_PORTS + # List of outbound IP addresses that will be excluded from interception. + # This setting is applied on every pod unless traffic.kuma.io/exclude-outbound-ips annotation is specified on the Pod. + # IP addresses can be specified with or without CIDR notation, and multiple addresses can be separated by commas. + excludeOutboundIPs: [] # ENV: KUMA_RUNTIME_KUBERNETES_SIDECAR_TRAFFIC_EXCLUDE_OUTBOUND_IPS builtinDNS: # Use the built-in DNS enabled: true # ENV: KUMA_RUNTIME_KUBERNETES_INJECTOR_BUILTIN_DNS_ENABLED