koalaops/Kubernetes Wait
Wait for Kubernetes workloads to become ready. Delegates Rollout waits to KoalaOps/argo-rollouts-wait@v1.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Maintainedlast commit Sep 17, 2025
- License
- MIT
Pinned Snippet
uses: koalaops/wait-for-deployment@6f62a65fd71146242e1e06553eb36c97e3bca47a # v1.1.1tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| namespace | Default namespace for workloads that omit it | yes | — |
| workloads_json | JSON array from Inspect: [{kind,name,namespace?}]. May include kind=="Rollout". | yes | — |
| timeout | Wait timeout (e.g., 300s, 5m). Applied to all waits. | no | 300s |
| show_status | After waiting, show kubectl status for the provided workloads | no | true |
| verify_only | Pass-through to Argo Rollouts Wait when delegating (health check only) | no | false |
Outputs
no outputs