No description
Find a file
github-actions[bot] 7ad2aa66bb
Add node modules and new code for release (#39)
Co-authored-by: tbarnes94 <tbarnes94@users.noreply.github.com>
2022-01-05 11:26:06 -05:00
.github Refactoring Action for use with AKS Atlanta (#37) 2022-01-05 11:19:30 -05:00
lib Add node modules and new code for release (#39) 2022-01-05 11:26:06 -05:00
node_modules Add node modules and new code for release (#39) 2022-01-05 11:26:06 -05:00
src Refactoring Action for use with AKS Atlanta (#37) 2022-01-05 11:19:30 -05:00
test Refactoring Action for use with AKS Atlanta (#37) 2022-01-05 11:19:30 -05:00
.gitignore Add node modules and new code for release (#39) 2022-01-05 11:26:06 -05:00
action.yml Port from k8s-actions 2019-09-10 15:40:21 +05:30
CODE_OF_CONDUCT.md Initial commit 2019-09-04 03:28:37 -07:00
jest.config.js Setup for L0 Testcases (#6) 2020-07-01 09:07:14 +05:30
LICENSE Initial commit 2019-09-04 03:28:39 -07:00
package-lock.json Add node modules and new code for release (#39) 2022-01-05 11:26:06 -05:00
package.json Updating build command (#18) 2021-04-01 11:42:40 +05:30
README.md Update README.md 2021-08-30 16:45:16 +05:30
SECURITY.md Initial commit 2019-09-04 03:28:40 -07:00
tsconfig.json Refactoring Action for use with AKS Atlanta (#37) 2022-01-05 11:19:30 -05:00

Setup Kubectl

Sample workflow to install a specific version of kubectl binary on the runner.

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

- uses: azure/setup-kubectl@v1
  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/setup-kubectl/blob/main/action.yml

Contributing

This project welcomes contributions and suggestions. Most contributions require you to agree to a Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us the rights to use your contribution. For details, visit https://cla.opensource.microsoft.com.

When you submit a pull request, a CLA bot will automatically determine whether you need to provide a CLA and decorate the PR appropriately (e.g., status check, comment). Simply follow the instructions provided by the bot. You will only need to do this once across all repos using our CLA.

This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.