Skip to content

Commit

Permalink
Add note about verifying that helm has installed
Browse files Browse the repository at this point in the history
Fixes  #48
  • Loading branch information
yuvipanda committed Jun 28, 2017
1 parent 9c24771 commit bed257d
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions doc/source/setup-helm.rst
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,23 @@ cluster. At the terminal, enter:
This command only needs to run once per Kubernetes cluster.

Verify
------

You can verify you have the correct version + it installed properly by running:

.. code:: bash
helm version
It should provide output like

.. code::
Client: &version.Version{SemVer:"v2.4.1", GitCommit:"46d9ea82e2c925186e1fc620a8320ce1314cbb02", GitTreeState:"clean"}
Server: &version.Version{SemVer:"v2.4.1", GitCommit:"46d9ea82e2c925186e1fc620a8320ce1314cbb02", GitTreeState:"clean"}
Make sure you have at least version 2.4.1!

Next Step
---------

Expand Down

0 comments on commit bed257d

Please sign in to comment.