https://github.com/pgedge/krew-index
Krew index for pgEdge kubectl plugins
https://github.com/pgedge/krew-index
Last synced: about 8 hours ago
JSON representation
Krew index for pgEdge kubectl plugins
- Host: GitHub
- URL: https://github.com/pgedge/krew-index
- Owner: pgEdge
- License: other
- Created: 2025-11-17T08:58:24.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2026-05-18T16:43:38.000Z (about 1 month ago)
- Last Synced: 2026-05-18T18:36:23.627Z (about 1 month ago)
- Homepage:
- Size: 14.6 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Notice: NOTICE
Awesome Lists containing this project
README
# pgEdge Krew Plugin Index
This repository serves as a custom plugin index for [Krew](https://krew.sigs.k8s.io/), the Kubernetes plugin manager. It contains a curated set of plugins and is designed to be expanded with additional plugins over time.
## Purpose
- 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.
## Structure
- `plugins/`: Contains YAML manifests for each plugin.
## Using this Index
To use this custom index with Krew, add it as a new index source:
```sh
krew index add pgedge https://github.com/pgEdge/krew-index.git
```
You can then install plugins from this index using:
```sh
krew install pgedge/
```
For example, to install the `cnpg` plugin:
```sh
krew install pgedge/cnpg
```