mirror of
https://gitlab.kube.huskypup.net/Scooby/Homelabv4.git
synced 2026-08-21 05:26:49 +00:00
Allow kube-apiserver webhook calls to netbird namespace
The netbird-operator webhook service runs in the netbird namespace and receives admission webhook calls from kube-apiserver using node IPs (172.28.101.0/24). Without this, ztunnel rejects the connections with "allow policies exist, but none allowed". Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Opus 4.6
parent
511ba55b30
commit
64723eb0ba
@@ -280,6 +280,11 @@ spec:
|
||||
- source:
|
||||
namespaces:
|
||||
- prometheus
|
||||
# kube-apiserver webhook calls to netbird-operator webhook service (node IPs)
|
||||
- from:
|
||||
- source:
|
||||
ipBlocks:
|
||||
- "172.28.101.0/24"
|
||||
|
||||
---
|
||||
# --- Netbird Operator: Allow intra-namespace + Prometheus ---
|
||||
|
||||
Reference in New Issue
Block a user