GitHub Action for installing Kubectl
Перейти к файлу
dependabot[bot] 3b0a9a4ae3
Bump @types/node in the actions group across 1 directory (#119)
Bumps the actions group with 1 update in the / directory: [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node).


Updates `@types/node` from 22.7.9 to 22.8.7
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

---
updated-dependencies:
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: actions
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-11-06 15:09:30 -05:00
.github fix (#116) 2024-10-23 12:24:24 -07:00
src change uri (#77) 2023-01-09 13:55:56 -05:00
test bump jest and fix integration test (#55) 2022-06-21 08:54:22 -04:00
.gitignore Updated workflows, codeowners, and gitignore. (#42) 2022-02-03 16:37:04 -05:00
.prettierignore Vidya reddy prettier (#58) 2022-06-27 15:31:07 -07:00
.prettierrc.json Vidya reddy prettier (#58) 2022-06-27 15:31:07 -07:00
CHANGELOG.md v4 release (#96) 2024-01-30 17:51:12 -05:00
CODE_OF_CONDUCT.md Vidya reddy prettier (#58) 2022-06-27 15:31:07 -07:00
LICENSE Initial commit 2019-09-04 03:28:39 -07:00
README.md Update README.md (#102) 2024-08-01 11:27:45 -04:00
SECURITY.md Vidya reddy prettier (#58) 2022-06-27 15:31:07 -07:00
action.yml Bump node to version 20 (#90) 2024-01-26 16:23:31 -05:00
jest.config.js Vidya reddy prettier (#58) 2022-06-27 15:31:07 -07:00
package-lock.json Bump @types/node in the actions group across 1 directory (#119) 2024-11-06 15:09:30 -05:00
package.json Bump @types/node in the actions group across 1 directory (#119) 2024-11-06 15:09:30 -05:00
tsconfig.json Vidya reddy prettier (#58) 2022-06-27 15:31:07 -07:00

README.md

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@v4
  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.

Support

setup-kubectl is an open source project that is not covered by the Microsoft Azure support policy. Please search open issues here, and if your issue isn't already represented please open a new one. The project maintainers will respond to the best of their abilities.