Skip to content

int32bit/fast-krew

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

About Krew

krew is a tool that makes it easy to use kubectl plugins. krew helps you discover plugins, install and manage them on your machine. It is similar to tools like apt, dnf or brew. Today, over 55 kubectl plugins are available on krew.

For kubectl users: krew helps you find, install and manage kubectl plugins in a consistent way. For plugin developers: krew helps you package and distribute your plugins on multiple platforms and makes them discoverable.

About Fast Krew

Fast Krew is just a krew bash wapper that uses axel to download plugin package.

Installation

  1. Make sure that both axel and krew are installed.
  2. Run kubectl krew update before install your plugin.
  3. Run this command in your terminal to download plugin using fast krew:
./fast_krew.sh <plugin_name>

fast krew demo

Releases

No releases published

Packages

No packages published

Languages