mirror of
https://gitlab.kube.huskypup.net/Scooby/Homelabv4.git
synced 2026-08-20 23:16:49 +00:00
Initial commit
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
# Allow SNAT'd kubelet health probes into ambient mesh pods
|
||||
# Istio ambient rewrites kubelet probe source to 169.254.7.127 (link-local)
|
||||
# so ztunnel can identify and skip these packets. This policy ensures
|
||||
# CiliumNetworkPolicies don't block the rewritten probe traffic.
|
||||
apiVersion: cilium.io/v2
|
||||
kind: CiliumClusterwideNetworkPolicy
|
||||
metadata:
|
||||
name: allow-ambient-hostprobes
|
||||
spec:
|
||||
description: "Allows SNAT-ed kubelet health check probes into ambient pods"
|
||||
enableDefaultDeny:
|
||||
egress: false
|
||||
ingress: false
|
||||
endpointSelector: {}
|
||||
ingress:
|
||||
- fromCIDR:
|
||||
- "169.254.7.127/32"
|
||||
Reference in New Issue
Block a user