diff --git a/docs/source/zero-to-binderhub/setup-binderhub.rst b/docs/source/zero-to-binderhub/setup-binderhub.rst index e0cefd5bf..0e4f4ab38 100644 --- a/docs/source/zero-to-binderhub/setup-binderhub.rst +++ b/docs/source/zero-to-binderhub/setup-binderhub.rst @@ -299,7 +299,8 @@ recent release, which can be found `here `__. * ``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=`` you may notice the binder pod in ``CrashLoopBackoff``. This is expected, and will be resolved in the next section.