Skip to content
This repository has been archived by the owner on Jul 22, 2019. It is now read-only.

Commit

Permalink
Merge pull request #6 from anguslees/clientplugin
Browse files Browse the repository at this point in the history
Update README to mention kubectl plugin
  • Loading branch information
anguslees authored Nov 23, 2017
2 parents 668d499 + 19b9b94 commit 44f66fc
Showing 1 changed file with 22 additions and 1 deletion.
23 changes: 22 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,28 @@ spec:

## Install:

`kubectl apply -n kube-system -f deploy/tiller-crd.yaml`
```
d=$HOME/.kube/plugins/helm
mkdir -p $d; cd $d
wget \
https://raw.githubusercontent.com/bitnami/helm-crd/master/plugin/helm/helm \
https://raw.githubusercontent.com/bitnami/helm-crd/master/plugin/helm/plugin.yaml
chmod +x helm
```
You now have a new kubectl plugin! See `kubectl plugin helm --help`
for the new subcommands.
Run `kubectl plugin helm init` to perform the server-side install.
### Server-side only
If you don't want (or need) the kubectl plugin, you can install the
server-side components directly with:
```
kubectl apply -n kube-system -f deploy/tiller-crd.yaml
```
This will create the CRD, and replace(!) any existing
`kube-system/tiller-deploy` with an unmodified tiller v2.7.0 release
Expand Down

0 comments on commit 44f66fc

Please sign in to comment.