actions-marketplace-validations/Run Kubernetes Job
Runs a Kubernetes Job and reports the output to stdout
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| kubeconfig-file | base64 encoding of the kubectl config file (usually at ~/.kube/config) | no | — |
| image | Name of the docker image in a remote repository (i.e. "debian") | yes | — |
| cluster-url | Kubernetes cluster URL | no | — |
| cluster-token | Kubernetes API authentication token | no | — |
| ca-file | Path to the file containing the root CA cert for the kubernetes API server | no | — |
| job-name | Name of the job (note: used only as a prefix for an auto-generated job name) | no | ${{github.repository}}-job |
| namespace | Kubernetes namespace where the job will run | no | default |
| allowInsecure | Connect to Kubernetes API server without TLS (not recommended) | no | false |
Outputs
no outputs