stefanprodan / kube-tools

Kubernetes tools for GitHub Actions CI

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Supported Kubernetes Version

irvifa opened this issue · comments

First, thank you for this, it does help :)

I'd like to know which kubectl version supported by this image, as we know there's might be different api representation for each releases. Especially if specific API is promoted from Alpha to Beta.

You can set whatever version you want with:

      - uses: stefanprodan/kube-tools@v1
        with:
          kubectl: 1.18.2

As for the kubectl that comes with the image, see the release page