Skip to content

reedchan7/krew-index

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Custom Krew Index

This is a custom plugin index for Krew (kubectl plugin manager).

Available Plugins

Plugin Description Repository
image Manage container images in Kubernetes resources kubectl-image

Usage

Add this index

kubectl krew index add reedchan7 https://github.com/reedchan7/krew-index.git

Listing indexes

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 plugins

# Install a specific plugin
kubectl krew install reedchan7/image

# Search available plugins
kubectl krew search reedchan7/

List installed plugins

kubectl plugin list

Upgrade plugins

kubectl krew upgrade reedchan7/image

Remove this index

kubectl krew index remove reedchan7

Get information about a plugin from the custom index:

kubectl krew info reedchan7/PLUGIN_NAME

Supported Platforms

All plugins in this index support:

  • macOS (Intel & Apple Silicon)
  • Linux (AMD64 & ARM64)
  • Windows (AMD64)

About

A custom plugin index for Krew

Topics

Resources

License

Stars

Watchers

Forks