commit 5f55d94da5468e859c1d267be8ecd0954fdbe732 parent 35a76c81f85a501d9df596999cedd62ba6cd48dd Author: MTRNord <MTRNord@users.noreply.github.com> Date: Fri, 6 Mar 2026 12:30:21 +0100 prevent cluster explosion Signed-off-by: MTRNord <MTRNord@users.noreply.github.com> Diffstat:
| D | infrastructure_talos/configs/hubble-dns-visibility.yaml | | | 18 | ------------------ |
| M | infrastructure_talos/configs/kustomization.yaml | | | 1 | - |
2 files changed, 0 insertions(+), 19 deletions(-)
diff --git a/infrastructure_talos/configs/hubble-dns-visibility.yaml b/infrastructure_talos/configs/hubble-dns-visibility.yaml @@ -1,18 +0,0 @@ -apiVersion: cilium.io/v2 -kind: CiliumClusterwideNetworkPolicy -metadata: - name: dns-visibility -spec: - endpointSelector: {} - egress: - - toEndpoints: - - matchLabels: - "k8s:io.kubernetes.pod.namespace": kube-system - "k8s:k8s-app": kube-dns - toPorts: - - ports: - - port: "53" - protocol: ANY - rules: - dns: - - matchPattern: "*" diff --git a/infrastructure_talos/configs/kustomization.yaml b/infrastructure_talos/configs/kustomization.yaml @@ -9,4 +9,3 @@ resources: - cnpg-cluster.yaml - velero-schedules.yaml - velero-alerts.yaml - - hubble-dns-visibility.yaml