k8s-actions/setup-kubectl
UshaN 7a93ceb73d Update action.yml with deprecation message (#34)
* Update action.yml

* Update action.yml

* Update action.yml

* Update action.yml

* Update action.yml

* Update action.yml

* Update action.yml
2019-12-04 16:24:40 +05:30
..
lib Naming convention change (#17) 2019-07-31 17:34:57 +05:30
src Naming convention change (#17) 2019-07-31 17:34:57 +05:30
README.md Update README.md 2019-08-08 16:13:58 +05:30
action.yml Update action.yml with deprecation message (#34) 2019-12-04 16:24:40 +05:30
tsconfig.json Setup kubectl action (#7) 2019-07-29 15:19:28 +05:30

README.md

Setup Kubectl

Install a specific version of kubectl binary on the runner.

Acceptable values are latest or any semantic version string like 1.15.0. Use this action in workflow to define which version of kubectl will be used.

- uses: azure/k8s-actions/setup-kubectl@master
  with:
    version: '<version>' # default is latest stable
  id: install

Refer to the action metadata file for details about all the inputs https://github.com/Azure/k8s-actions/blob/master/setup-kubectl/action.yml