This repository serves as a custom plugin index for Krew, the Kubernetes plugin manager. It contains a curated set of plugins and is designed to be expanded with additional plugins over time.
- Provide a centralized location for custom or community plugins for Krew.
- Enable easy discovery, installation, and management of Kubernetes plugins via Krew.
- Facilitate collaboration and contribution to the plugin ecosystem.
plugins/: Contains YAML manifests for each plugin.
To use this custom index with Krew, add it as a new index source:
krew index add pgedge https://github.com/pgEdge/krew-index.gitYou can then install plugins from this index using:
krew install pgedge/<plugin-name>For example, to install the cnpg plugin:
krew install pgedge/cnpg