From 85b0834a6ce96dae398d76d7690404d6c6b132c3 Mon Sep 17 00:00:00 2001 From: Will <22566733+WilliamHoltam@users.noreply.github.com> Date: Fri, 24 Nov 2023 14:43:32 +0000 Subject: [PATCH 1/3] update openshift documentation --- docs/source/kubernetes/redhat/step-zero-openshift.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/docs/source/kubernetes/redhat/step-zero-openshift.md b/docs/source/kubernetes/redhat/step-zero-openshift.md index 816d8f7c8b..00531c48ab 100644 --- a/docs/source/kubernetes/redhat/step-zero-openshift.md +++ b/docs/source/kubernetes/redhat/step-zero-openshift.md @@ -4,10 +4,12 @@ [OpenShift](https://www.okd.io/) from RedHat is a cluster manager based on Kubernetes. -For setting up JupyterHub on OpenShift, check out the [JupyterHub on OpenShift](https://github.com/jupyter-on-openshift/jupyterhub-quickstart) -project. It provides an OpenShift template based JupyterHub deployment. Zero to JupyterHub uses -[helm](https://helm.sh) which is currently usable with OpenShift; yet deploying helm on OpenShift -is somewhat complicated (see RedHat's blog post on [Getting Started with Helm on OpenShift](https://cloud.redhat.com/blog/getting-started-helm-openshift)). +For running Z2JH on openshift, check out the [z2jh-openshift](https://github.com/gembaadvantage/z2jh-openshift) project. It customizes the provided helm chart with security configuration required by OpenShift, and makes minor alterations to network policies to enable networking with the weave NPC and openshift-dns. + +Otherwise for setting up alternative notebook environments, checkout: + +- [RedHat OpenShift Data Science](https://www.redhat.com/en/technologies/cloud-computing/openshift/openshift-data-science) or the OpenShift +- [OpenDataHub](https://opendatahub.io/) operator. ## Additional resources about Jupyter on OpenShift From 0c4386edf3051d153483c2e2dac21c2e42f84e04 Mon Sep 17 00:00:00 2001 From: Will <22566733+WilliamHoltam@users.noreply.github.com> Date: Fri, 24 Nov 2023 15:32:42 +0000 Subject: [PATCH 2/3] update openshift docs --- docs/source/kubernetes/redhat/step-zero-openshift.md | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/docs/source/kubernetes/redhat/step-zero-openshift.md b/docs/source/kubernetes/redhat/step-zero-openshift.md index 00531c48ab..558273d031 100644 --- a/docs/source/kubernetes/redhat/step-zero-openshift.md +++ b/docs/source/kubernetes/redhat/step-zero-openshift.md @@ -4,15 +4,9 @@ [OpenShift](https://www.okd.io/) from RedHat is a cluster manager based on Kubernetes. -For running Z2JH on openshift, check out the [z2jh-openshift](https://github.com/gembaadvantage/z2jh-openshift) project. It customizes the provided helm chart with security configuration required by OpenShift, and makes minor alterations to network policies to enable networking with the weave NPC and openshift-dns. +For running Z2JH on openshift, check out the [z2jh-openshift](https://github.com/gembaadvantage/z2jh-openshift) project. It customizes the containers used by the helm chart with security configuration required by OpenShift, and makes minor alterations to network policies to enable networking with the Weave NPC and the default OpenShift DNS. Otherwise for setting up alternative notebook environments, checkout: -- [RedHat OpenShift Data Science](https://www.redhat.com/en/technologies/cloud-computing/openshift/openshift-data-science) or the OpenShift +- [RedHat OpenShift Data Science](https://www.redhat.com/en/technologies/cloud-computing/openshift/openshift-data-science) operator. - [OpenDataHub](https://opendatahub.io/) operator. - -## Additional resources about Jupyter on OpenShift - -- An excellent series of OpenShift blog posts on Jupyter and OpenShift - authored by Red Hat developer, Graham Dumpleton, are - available on the [OpenShift blog](https://cloud.redhat.com/blog/jupyter-openshift-using-openshift-data-analytics). From 333effa8ae41cb75ab5d51c319ab670c26a33eb4 Mon Sep 17 00:00:00 2001 From: Will <22566733+WilliamHoltam@users.noreply.github.com> Date: Tue, 28 Nov 2023 09:33:47 +0000 Subject: [PATCH 3/3] update openshift docs --- docs/source/kubernetes/redhat/step-zero-openshift.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/docs/source/kubernetes/redhat/step-zero-openshift.md b/docs/source/kubernetes/redhat/step-zero-openshift.md index 558273d031..c4cd6fd0ee 100644 --- a/docs/source/kubernetes/redhat/step-zero-openshift.md +++ b/docs/source/kubernetes/redhat/step-zero-openshift.md @@ -6,7 +6,4 @@ For running Z2JH on openshift, check out the [z2jh-openshift](https://github.com/gembaadvantage/z2jh-openshift) project. It customizes the containers used by the helm chart with security configuration required by OpenShift, and makes minor alterations to network policies to enable networking with the Weave NPC and the default OpenShift DNS. -Otherwise for setting up alternative notebook environments, checkout: - -- [RedHat OpenShift Data Science](https://www.redhat.com/en/technologies/cloud-computing/openshift/openshift-data-science) operator. -- [OpenDataHub](https://opendatahub.io/) operator. +For more information please see the [ongoing discourse discussion](https://discourse.jupyter.org/t/zero-to-jupyterhub-and-red-hat-openshift/12656).