Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
phenixblue authored Mar 4, 2019
1 parent 4146b73 commit 82af9f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ The `azs` CLI is a utlity that can be used as a standalone binary or as a `kubec
`kubectl` to be installed, a valid kubeconfig referenced via the `KUBECONFIG` environment variable, and the `failure-domain.beta.kubernetes.io/zone`
label to be set for the cluster nodes.

This was an opportunity for me to start working with golang and is meant to be a simple example for building kubectl a plugin.
This was an opportunity for me to start working with golang and is meant to be a simple example for building a kubectl plugin.

The utility is written in [go](https://golang.org) and uses the [cobra](https://github.com/spf13/cobra), [dep](https://github.com/golang/dep), and [goreleaser](https://goreleaser.com) projects.

Expand Down

0 comments on commit 82af9f0

Please sign in to comment.