marcofranssen/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
- Stale
- License
- None
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). |