jupyterhub/Await Kubernetes workloads
An action to help you await successful startup of Kubernetes workloads: DaemonSets, Deployments, and StatefulSets.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| workloads | Await a subset of the namespace's workloads. Example: "deployment/hub,statefulset/user-placeholder". | no | "" |
| namespace | Await workloads within this namespace instead of the current contexts namespace. | no | "" |
| timeout | Aborts after this time in seconds. Defaults to `-1` which means infinite. | no | 0 |
| max-restarts | Aborts after this many container restarts for any given container. Defaults to `0`. `-1` means infinite. | no | 0 |
Outputs
no outputs