zenhubhq/Run Kubernetes Job

Create a K8s Job and tails its logs until it fails or complete

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
namespacenamespace to use (can be also created and/or deleted after use)yes
namejob name to create in namespaceyes
imageimage to run the job onyes
commandcommand the job will run, can be "cmd arg" or "['cmd', 'arg']"no[]
createNamespace[true/false] whether to create the namespace, default to falsenofalse
deleteNamespace[true/false] whether to delete the namespace if the job complete in timenofalse
timeoutMinuteStartContainerin minutes, how long to wait for pulling image and starting container, does not apply once the container is running. Use action timeout_minute to timeout the overall Job runno10
backoffLimithow many times to retry running the Jobno1
requestsCPUhow much CPU resources request from system to run this jobyes1
requestsMEMhow much MEM resources request from system to run this jobyes1Gi
limitCPUhow much CPU resources this job can consumeyes2
limitMEMhow much MEM resources this job can consumeyes2Gi

no outputs