skyhook-io/Skyhook Kubernetes Wait

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

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
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
wait_for_deployment_idEnable waiting for deployment-id annotation before rollout status (for async deploys like ArgoCD)nofalse
expected_deployment_idWait until workload has this deployment-id annotation. Defaults to current GitHub run ID.no${{ github.run_id }}
annotation_timeoutTimeout for waiting for deployment-id annotation (e.g., 300s, 5m).no300s

no outputs