Skip to content

Commit

Permalink
fix(connectivity): Add node-local-dns entitiy match for local ip usag…
Browse files Browse the repository at this point in the history
…e case

Signed-off-by: eminaktas <[email protected]>
  • Loading branch information
eminaktas committed Jul 28, 2022
1 parent b714225 commit 5101272
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 0 deletions.
6 changes: 6 additions & 0 deletions connectivity/manifests/client-egress-only-dns.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,9 @@ spec:
- matchLabels:
k8s:io.kubernetes.pod.namespace: kube-system
k8s:k8s-app: coredns
- toPorts:
- ports:
- port: "53"
protocol: UDP
toEntities:
- world
6 changes: 6 additions & 0 deletions connectivity/manifests/client-egress-to-echo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,9 @@ spec:
- matchLabels:
k8s:io.kubernetes.pod.namespace: kube-system
k8s:k8s-app: coredns
- toPorts:
- ports:
- port: "53"
protocol: UDP
toEntities:
- world
6 changes: 6 additions & 0 deletions connectivity/manifests/client-egress-to-entities-world.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,9 @@ spec:
- ports:
- port: "53"
protocol: ANY
- toPorts:
- ports:
- port: "53"
protocol: UDP
toEntities:
- world
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,9 @@ spec:
- matchLabels:
k8s:io.kubernetes.pod.namespace: kube-system
k8s:k8s-app: coredns
- toPorts:
- ports:
- port: "53"
protocol: UDP
toEntities:
- world

0 comments on commit 5101272

Please sign in to comment.