Skip to content
This repository has been archived by the owner on Apr 9, 2023. It is now read-only.

stefanprodan/kube-tools

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

65 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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