/kube-tools

Kubernetes tools for GitHub Actions CI

Primary LanguageShellApache License 2.0Apache-2.0

kube-tools

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