actions-marketplace-validations/Setup kubectl and plugins
Install a specific version of kubectl and plugins via krew
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Mar 10, 2026
- License
- MIT
Pinned Snippet
uses: actions-marketplace-validations/marcofranssen_setup-kubectl@c647d12429ffe30bee90d02416547030a8680c59 # no releases — HEAD as of 2026-07-12tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| kubectlVersion | The kubectl version you want to use (defaults to latest stable). | no | stable |
| enablePlugins | Install krew to manage kubectl plugins (defaults to false). | no | false |
| plugins | Install the given plugins (comma or space separated). | no | "" |
Outputs
| name | description |
|---|---|
| kubectl-version | The kubectl version that was installed. |
| krew-version | The krew version that was installed. |
| krew-plugins | The list of installed plugins (json serialized object). |