зеркало из https://github.com/Azure/k8s-actions.git
7a93ceb73d
* Update action.yml * Update action.yml * Update action.yml * Update action.yml * Update action.yml * Update action.yml * Update action.yml |
||
---|---|---|
.. | ||
lib | ||
src | ||
README.md | ||
action.yml | ||
tsconfig.json |
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