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.gitTo 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 listkubectl krew upgrade reedchan7/imagekubectl krew index remove reedchan7kubectl krew info reedchan7/PLUGIN_NAMEAll plugins in this index support:
- macOS (Intel & Apple Silicon)
- Linux (AMD64 & ARM64)
- Windows (AMD64)