Kubernetes toolset
ActionsGithub Action with Kubernetes tools: kubectl, kustomize, helm, kubeval, kubeaudit, conftest, jq, yq, go
v1.7.2
LatestBy stefanprodan
Tags
(2)The kube-tools GitHub Action has been deprecated in favor of Arkade which offers overs 100 CLI tools.
To migrate your workflows from kube-tools to Arkade, you can use the arkade-get GitHub Action as a drop-in replacement.
Example:
- uses: alexellis/setup-arkade@v1
- uses: alexellis/arkade-get@master
with:
kubectl: latest
kustomize: latest
kubeconform: latest
helm: latest
jq: latest
yq: latest
Kubernetes toolset is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.