Skip to content

fix: disable terraform rollout wait and loosen readiness probe - #56

Merged
elliotechne merged 1 commit into
mainfrom
remove-paths-filter
Mar 14, 2026
Merged

fix: disable terraform rollout wait and loosen readiness probe#56
elliotechne merged 1 commit into
mainfrom
remove-paths-filter

Conversation

@elliotechne

Copy link
Copy Markdown
Owner
  • wait_for_rollout = false: Terraform apply no longer blocks on the rollout; the workflow's kubectl rollout status step handles monitoring
  • readiness failure_threshold 2 -> 3: two consecutive failures (10s) was too aggressive during a rolling update with maxUnavailable=0, risking a stalled rollout hitting the progress deadline

- wait_for_rollout = false: Terraform apply no longer blocks on the
  rollout; the workflow's kubectl rollout status step handles monitoring
- readiness failure_threshold 2 -> 3: two consecutive failures (10s)
  was too aggressive during a rolling update with maxUnavailable=0,
  risking a stalled rollout hitting the progress deadline

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@elliotechne
elliotechne merged commit c3d9b6d into main Mar 14, 2026
5 checks passed
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