fenio/Setup Krew
Install krew kubectl plugin manager and optionally install kubectl if not present
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| krew-version | Version of krew to install (default: latest) | no | latest |
| kubectl-version | Version of kubectl to install if not present (default: latest stable) | no | stable |
| plugins | Space-separated list of krew plugins to install (e.g., "ctx ns" or "ctx") | no | "" |
Outputs
| name | description |
|---|---|
| krew-version | The installed version of krew |
| kubectl-installed | Whether kubectl was installed by this action |
| plugins-installed | List of plugins that were installed |