truemark/kubectl-jobs
Triggers a deployment of a kubernetes job and checks for completion of the job. Then removes the job resources.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| job-name | Name of the job to deploy. | — | — |
| namespace | Namespace to deploy the job to. | yes | — |
| sleep-time | Time to sleep between checking for job completion. | — | 5s |
| log-follow-duration | Duration to follow the logs of the job. | — | 60s |
| KUBE_CONFIG_DATA | Kubeconfig data to use for kubectl commands. | yes | "" |
| job-filepath | Filepath to the job yaml file to deploy. | — | "" |
| command | Command to run with kubectl or helm. | — | "" |
| cluster-name | Name of the cluster to use. | yes | — |
Outputs
| name | description |
|---|---|
| result | Output returned by your Helm or kubectl command |