This is a custom plugin index for Krew (kubectl plugin manager).
Plugin | Description | Repository |
---|---|---|
image |
Manage container images in Kubernetes resources | kubectl-image |
kubectl krew index add reedchan7 https://github.com/reedchan7/krew-index.git
To see what indexes you have added run the index list command:
kubectl krew index list
INDEX URL
default https://github.com/kubernetes-sigs/krew-index.git
reedchan7 https://github.com/reedchan7/krew-index.git
# Install a specific plugin
kubectl krew install reedchan7/image
# Search available plugins
kubectl krew search reedchan7/
kubectl plugin list
kubectl krew upgrade reedchan7/image
kubectl krew index remove reedchan7
kubectl krew info reedchan7/PLUGIN_NAME
All plugins in this index support:
- macOS (Intel & Apple Silicon)
- Linux (AMD64 & ARM64)
- Windows (AMD64)