Skip to content

Commit 6c6a2a7

Browse files
authored
Merge pull request #1275 from jupyterhub/betatim-patch-2
Add prose between code snippets
2 parents 4eca8d2 + e5f4c8c commit 6c6a2a7

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

doc/zero-to-binderhub/setup-prerequisites.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,14 +48,20 @@ with your Kubernetes cluster.
4848
4949
helm version
5050
51+
Which will output something similar to:
52+
5153
.. code-block:: bash
5254
5355
version.BuildInfo{Version:"v3.4.0", GitCommit:"7090a89efc8a18f3d8178bf47d2462450349a004", GitTreeState:"clean", GoVersion:"go1.14.10"}
5456
57+
Then check your kubectl version:
58+
5559
.. code-block:: bash
5660
5761
kubectl version
5862
63+
Which will output something similar to:
64+
5965
.. code-block:: bash
6066
6167
Client Version: version.Info{Major:"1", Minor:"19", GitVersion:"v1.19.3", GitCommit:"1e11e4a2108024935ecfcb2912226cedeafd99df", GitTreeState:"clean", BuildDate:"2020-10-14T12:50:19Z", GoVersion:"go1.15.2", Compiler:"gc", Platform:"linux/amd64"}

0 commit comments

Comments
 (0)