README.md 342 Bytes
Newer Older
Jorge Vargas's avatar
Jorge Vargas committed
1
2
# kops

Marc Cornellà's avatar
Marc Cornellà committed
3
4
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.
Jorge Vargas's avatar
Jorge Vargas committed
5
6
7
8
9
10

To use it, add `kops` to the plugins array in your zshrc file.

```
plugins=(... kops)
```
Marc Cornellà's avatar
Marc Cornellà committed
11
12

**Author:** [@nmrony](https://github.com/nmrony)