File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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.
1111type : application
12- version : 0.6.2
12+ version : 0.6.3
1313# appVersion tracks the studio-sandbox image version (image.tag default).
1414appVersion : " 0.4.5"
1515kubeVersion : " >=1.30.0-0"
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments