Skip to content

Commit ed1ebfe

Browse files
committed
[release]: bump version to 0.6.3; add DNS ingress rule for CoreDNS responses
1 parent 7222549 commit ed1ebfe

2 files changed

Lines changed: 14 additions & 1 deletion

File tree

deploy/helm/sandbox-env/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ description: |
99
releases coexist in the shared `agent-sandbox-system` namespace.
1010
Requires the sandbox-operator chart to already be installed.
1111
type: application
12-
version: 0.6.2
12+
version: 0.6.3
1313
# appVersion tracks the studio-sandbox image version (image.tag default).
1414
appVersion: "0.4.5"
1515
kubeVersion: ">=1.30.0-0"

deploy/helm/sandbox-env/templates/sandbox-network-policy.yaml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,19 @@ spec:
3333
- Ingress
3434
- Egress
3535
ingress:
36+
# DNS responses from CoreDNS. AWS VPC CNI's eBPF network policy enforces
37+
# ingress independently and does not implicitly allow UDP reply traffic
38+
# across DNAT (Service ClusterIP → pod IP). Without this rule, DNS
39+
# responses from CoreDNS pods are dropped after conntrack entries expire,
40+
# producing intermittent "Could not resolve host" failures.
41+
# No port restriction: responses arrive on the client's ephemeral port.
42+
- from:
43+
- namespaceSelector:
44+
matchLabels:
45+
kubernetes.io/metadata.name: kube-system
46+
podSelector:
47+
matchLabels:
48+
k8s-app: kube-dns
3649
# Daemon port (9000) — mesh server pods call this for control-plane
3750
# operations (tool exec, log streaming) when path-2 in-cluster routing
3851
# is used. The control plane also reaches the daemon over the API

0 commit comments

Comments
 (0)