Skip to content

Commit

Permalink
Merge pull request #1699 from dwinston/patch-1
Browse files Browse the repository at this point in the history
[docs] help with creating namespace
  • Loading branch information
consideRatio committed May 22, 2023
2 parents 518c27e + bab4ef1 commit 9cdae11
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/source/zero-to-binderhub/setup-binderhub.rst
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,8 @@ recent release, which can be found
`here <https://jupyterhub.github.io/helm-chart/#development-releases-binderhub>`__.
* ``name`` and ``namespace`` may be different, but we recommend using
the same ``name`` and ``namespace`` to avoid confusion. We recommend
something descriptive and short, such as ``binder``.
something descriptive and short, such as ``binder``
(you may need to, for example, run ``kubectl create namespace binder`` first).
* If you run ``kubectl get pod --namespace=<namespace-from-above>`` you may
notice the binder pod in ``CrashLoopBackoff``. This is expected, and will
be resolved in the next section.
Expand Down

0 comments on commit 9cdae11

Please sign in to comment.