From bab4ef1416a1deedd5983e52a1bc1082215d02c8 Mon Sep 17 00:00:00 2001 From: Donny Winston Date: Tue, 16 May 2023 13:41:42 -0400 Subject: [PATCH] help with creating namespace --- docs/source/zero-to-binderhub/setup-binderhub.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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.