actions-marketplace-validations/Kubernetes CLI (kubectl) Setup Action
Setup `kubectl` with Kubernetes service account.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| kubectl-version | The `kubectl` CLI version. For example `v1.23.6`, `stable` or `latest`. | yes | stable |
| cluster-certificate-authority-data | Base64 encoded Kubernetes API server CA for a secured TLS connection. Apply to the `kubectl set-cluster --certificate-authority` flag after base64 decoded. | yes | — |
| cluster-server | The URL of the server. Apply to the `kubectl set-cluster --server` flag. | yes | — |
| credentials-token | The Kubernetes service account token. Apply to the `kubectl set-clusters --token` flag. | yes | — |
| context-namespace | Set the default namespace of the context. Apply to the `kubectl set-context --namespace` flag. | yes | default |
Outputs
no outputs