kops: add README (#7358)
commit
5ca3efa17f
2 changed files with 12 additions and 6 deletions
@ -0,0 +1,12 @@ |
||||
# kops |
||||
|
||||
This plugin provides completion for [kops](https://github.com/kubernetes/kops) (Kubernetes Operations), |
||||
the command line interface to get a production grade Kubernetes cluster up and running. |
||||
|
||||
To use it, add `kops` to the plugins array in your zshrc file. |
||||
|
||||
``` |
||||
plugins=(... kops) |
||||
``` |
||||
|
||||
**Author:** [@nmrony](https://github.com/nmrony) |
||||
@ -1,9 +1,3 @@ |
||||
# Autocompletion for kops (Kubernetes Operations), |
||||
# the command line interface to get a production grade |
||||
# Kubernetes cluster up and running |
||||
|
||||
# Author: https://github.com/nmrony |
||||
|
||||
if [ $commands[kops] ]; then |
||||
source <(kops completion zsh) |
||||
fi |
||||
|
||||
Loading…
Reference in new issue