Commit 747e151
Add troubleshooting guide for Kubernetes agent network issues (#21642)
## Summary & Motivation
This PR adds a comprehensive troubleshooting section to the Kubernetes hybrid deployment documentation to help users diagnose and resolve network connectivity issues between the Dagster agent and the Dagster+ API.
The new section documents:
- Common error symptoms (request timeouts, connection resets)
- Root causes (NAT gateway timeouts, port exhaustion, proxy limits)
- Three actionable solutions:
1. Upgrading to Dagster 1.5.9+ for automatic retry logic
2. Enabling TCP keepalive settings via Helm chart configuration (recommended)
3. Using a CDN/proxy for connection pooling
This addresses a known pain point in Kubernetes hybrid deployments where network egress through NAT gateways or proxies can cause idle connections to be dropped.
## Test Plan
N/A - Documentation only change
## Changelog
Added troubleshooting guide for Kubernetes agent network connectivity issues, including TCP keepalive configuration recommendations for Helm chart deployments.
https://claude.ai/code/session_013mN1tchVY3zJtff2Ya8j3v
Internal-RevId: f5fb38258ebd06d0c278a49353e9aca27781740c1 parent acb54db commit 747e151
1 file changed
Lines changed: 44 additions & 0 deletions
Lines changed: 44 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
0 commit comments