Giter Site home page Giter Site logo

kubectl-plugin-manager's Introduction

kubectl Plugin Manager

This will install three subcommands under the kubectl plugin subcommand that will help you in managing plugins that you have installed.

Installation

git clone https://github.com/christopherhein/kubectl-plugin-manager.git ~/.kube/plugins/plugin-manager

Usage

Installing plugins into the ~/.kubectl/plugins/ directory. All you need is an github repo with organization. For example https://github.com/christopherhein/kubectl-ssh this will use the git cli to pull the repo and will automatically remove the kubectl- making the subcommand live under ~/.kube/plugins/ssh. You can customize this directory path with the -p flag, or --plugin-name.

kubectl plugin install <repo-name>
# kubectl plugin install christopherhein/kubectl-ssh

Updating plugins in the ~/.kube/plugins/{plugin-name} via git is as simple as issuing update {plugin-name}. This will cd into the directory and git pull.

kubectl plugin update {plugin-name}
# kubectl plugin update ssh

Last, delete a plugin in the ~/.kube/plugins/{plugin-name} by issuing an rm on the directory.

kubectl plugin delete {plugin-name}
# kubectl plugin delete ssh

To get more information on any of the plugins commands pass -h. This will print the full usage.

License

See License for more information.

kubectl-plugin-manager's People

Contributors

christopherhein avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.