koalaops/Kubernetes Wait

Wait for Kubernetes workloads to become ready. Delegates Rollout waits to KoalaOps/argo-rollouts-wait@v1.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Maintainedlast commit Sep 17, 2025
License
MIT

Pinned Snippet

workflow.ymlSHA-pinned
uses: koalaops/wait-for-deployment@6f62a65fd71146242e1e06553eb36c97e3bca47a # v1.1.1

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
namespaceDefault namespace for workloads that omit ityes
workloads_jsonJSON array from Inspect: [{kind,name,namespace?}]. May include kind=="Rollout".yes
timeoutWait timeout (e.g., 300s, 5m). Applied to all waits.no300s
show_statusAfter waiting, show kubectl status for the provided workloadsnotrue
verify_onlyPass-through to Argo Rollouts Wait when delegating (health check only)nofalse

no outputs