Skip to content

fix(local): bump tunnel chart to 0.10.3 + 10m helm timeout#3

Open
kreneskyp wants to merge 1 commit into
mainfrom
fix/cloudflared-0.10.3
Open

fix(local): bump tunnel chart to 0.10.3 + 10m helm timeout#3
kreneskyp wants to merge 1 commit into
mainfrom
fix/cloudflared-0.10.3

Conversation

@kreneskyp

Copy link
Copy Markdown
Contributor

Summary

  • Bump `TUNNEL_CHART_VERSION` to 0.10.3 to pick up the cloudflared startupProbe fix in helm-charts v0.10.3.
  • Pass `--timeout 10m` to `helm upgrade --install` so slow image pulls or QUIC edge handshakes don't surface as "context deadline exceeded".

Why

Reproduced "ix tunnel up" failing with helm timeout: cloudflared's liveness probe (`initialDelaySeconds: 10`, `failureThreshold: 3`) was killing the pod before /ready bound, → CrashLoopBackOff → helm `--wait` hit its 5min default.

Test plan

  • `ix tunnel up` succeeds end-to-end; pod becomes Ready and external request to a tunnel-routed host returns 200.
  • `make test` and `make lint` pass (verified locally).

🤖 Generated with Claude Code

Pairs with helm-charts v0.10.3 (cloudflared startupProbe). Also
extends the helm `--wait` timeout from the 5min default to 10min so
slow image pulls or QUIC edge handshakes don't surface as "context
deadline exceeded".

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant