Skip to content

Commit

Permalink
Merge pull request #108 from jupyterhub/helm-version
Browse files Browse the repository at this point in the history
Add note about verifying that helm has installed
  • Loading branch information
choldgraf committed Jun 29, 2017
2 parents 59da7ec + 0f9803d commit 8f5595e
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 that you have the correct version and that 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 8f5595e

Please sign in to comment.