Skip to content
command

GitHub Action

Kubernetes toolset

v1.7.2 Latest version

Kubernetes toolset

command

Kubernetes toolset

Github Action with Kubernetes tools: kubectl, kustomize, helm, kubeval, kubeaudit, conftest, jq, yq, go

Installation

Copy and paste the following snippet into your .yml file.

              

- name: Kubernetes toolset

uses: stefanprodan/[email protected]

Learn more about this action in stefanprodan/kube-tools

Choose a version

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