fix dns?
This commit is contained in:
@@ -21,13 +21,24 @@ spec:
|
|||||||
kubernetes.io/metadata.name: istio-system
|
kubernetes.io/metadata.name: istio-system
|
||||||
|
|
||||||
egress:
|
egress:
|
||||||
# namespace-local
|
|
||||||
- to:
|
- to:
|
||||||
- namespaceSelector:
|
- namespaceSelector:
|
||||||
matchLabels:
|
matchLabels:
|
||||||
kubernetes.io/metadata.name: irc
|
kubernetes.io/metadata.name: irc
|
||||||
|
|
||||||
# public internet only
|
- to:
|
||||||
|
- namespaceSelector:
|
||||||
|
matchLabels:
|
||||||
|
kubernetes.io/metadata.name: kube-system
|
||||||
|
podSelector:
|
||||||
|
matchLabels:
|
||||||
|
k8s-app: kube-dns
|
||||||
|
ports:
|
||||||
|
- protocol: UDP
|
||||||
|
port: 53
|
||||||
|
- protocol: TCP
|
||||||
|
port: 53
|
||||||
|
|
||||||
- to:
|
- to:
|
||||||
- ipBlock:
|
- ipBlock:
|
||||||
cidr: 0.0.0.0/0
|
cidr: 0.0.0.0/0
|
||||||
|
|||||||
Reference in New Issue
Block a user