Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 589 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 589 Bytes

Fidelity's Krew Plugin Index

An index for Krew that contains kubectl plugins that are published as part of Fidelitys Open Source work.

Usage

To use the index you will need to run the following command once:

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

To then use the index to install a plugin called foo you would run the following command:

$ kubectl krew install fidelity/foo

Additional Information

Additional documentation for Krew can be found here.