Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 647 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 647 Bytes

Krew

Krew index repo

Krew is the plugin manager for kubectl command-line tool. This repository hosts the krew index for custom kubectl plugins by DodoPizza.

Requirements:

Install dodopizza's krew plugins

# Setup index
kubectl krew index add dodopizza https://github.com/dodopizza/krew
kubectl krew update

# List avaliable dodopizza's plugins
kubectl krew search dodopizza/

# Install plugin
kubectl krew install dodopizza/<plugin name>