Skip to content
/ krew Public

Dodopizza's krew index public repo

Notifications You must be signed in to change notification settings

dodopizza/krew

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 

Repository files navigation

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>