https://github.com/fidelity/krew-index
https://github.com/fidelity/krew-index
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/fidelity/krew-index
- Owner: fidelity
- License: apache-2.0
- Created: 2021-01-05T14:41:08.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2026-03-03T18:57:20.000Z (3 months ago)
- Last Synced: 2026-03-03T22:29:18.526Z (3 months ago)
- Size: 40 KB
- Stars: 1
- Watchers: 6
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Fidelity's Krew Plugin Index
An index for [Krew](https://krew.sigs.k8s.io) that contains kubectl plugins that are published as part of Fidelitys Open Source work.
## Usage
To use the index you will need to run the following command once:
```bash
$ kubectl krew index add fidelity https://github.com/fidelity/krew-index.git
```
To then use the index to install a plugin called `foo` you would run the following command:
```bash
$ kubectl krew install fidelity/foo
```
## Additional Information
Additional documentation for Krew can be found [here](https://krew.sigs.k8s.io/docs/).