koalaops/Argo Rollouts Wait
Wait for an Argo Rollout to complete with configurable timeout
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| rollout_name | Name of the Argo Rollout | yes | — |
| namespace | Kubernetes namespace | no | default |
| timeout | Timeout for waiting (e.g., 300s, 5m, 10m) | no | 300s |
| verify_only | Only verify rollout health without promoting (true/false) | no | false |
| install_plugin | Install Argo Rollouts kubectl plugin if not present | no | true |
| plugin_version | Argo Rollouts plugin version to install | no | latest |
Outputs
| name | description |
|---|---|
| status | Final rollout status (Healthy, Degraded, Progressing, Paused) |
| message | Status message from the rollout |
| revision | Current revision number |