truemark/kubectl-jobs

Triggers a deployment of a kubernetes job and checks for completion of the job. Then removes the job resources.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
job-nameName of the job to deploy.
namespaceNamespace to deploy the job to.yes
sleep-timeTime to sleep between checking for job completion.5s
log-follow-durationDuration to follow the logs of the job.60s
KUBE_CONFIG_DATAKubeconfig data to use for kubectl commands.yes""
job-filepathFilepath to the job yaml file to deploy.""
commandCommand to run with kubectl or helm.""
cluster-nameName of the cluster to use.yes
namedescription
resultOutput returned by your Helm or kubectl command