Kubectl tool installer
Version updated for https://github.com/Azure/setup-kubectl to version v5.1.0.
This publisher is shown as ‘verified’ by GitHub.
This action is used across all versions by 15,757 repositories.
Action Type
This is a Node action using Node version 24.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
The Setup Kubectl GitHub Action automates the installation of a specific version of the kubectl command-line tool on a workflow runner. It allows users to define and control the kubectl version used in their CI/CD workflows, solving the problem of ensuring compatibility with specific Kubernetes cluster versions. This action streamlines Kubernetes management tasks by providing flexibility and consistency in kubectl versioning.
What’s Changed
Changed
- #243 Migrate to ESM with esbuild and vitest
- Replaced
@vercel/nccwithesbuildfor ESM bundling - Replaced
jest/ts-jestwithvitestfor testing - Upgraded
@actions/coreto^3.0.0,@actions/execto^3.0.0,@actions/tool-cacheto^4.0.0 - Updated
tsconfig.jsontoNodeNextmodule resolution
- Replaced
- Add
npm run buildstep to CI unit-tests workflow