justin0u0/Kubernetes CLI (kubectl) Setup Action

Setup `kubectl` with Kubernetes service account.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
kubectl-versionThe `kubectl` CLI version. For example `v1.23.6`, `stable` or `latest`.yesstable
cluster-certificate-authority-dataBase64 encoded Kubernetes API server CA for a secured TLS connection. Apply to the `kubectl set-cluster --certificate-authority` flag after base64 decoded.yes
cluster-serverThe URL of the server. Apply to the `kubectl set-cluster --server` flag.yes
credentials-tokenThe Kubernetes service account token. Apply to the `kubectl set-clusters --token` flag.yes
context-namespaceSet the default namespace of the context. Apply to the `kubectl set-context --namespace` flag.yesdefault

no outputs