MFA Icon

MFA for Oracle Community

Starting September 2025, Oracle Community will require Multi-Factor Authentication (MFA) for all member logins. This simple extra step helps protect your account—and the community data—by adding an additional layer of security during sign-in.

Read more about MFA
You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register

Containers, Kubernetes, & Serverless Functions

 

Error in installing JupyterHub using Kubernetes and Helm

Summary:

I've followed this guide as a means of installing JupyterHub onto my OCI instance. https://zero-to-jupyterhub.readthedocs.io/en/latest/

Unfortunately, I've encountered an error that I'm not sure how to solve.

Content (required):

After installing Helm, I've performed the following steps:

helm repo add jupyterhub https://jupyterhub.github.io/helm-chart/
helm repo update
vim config.yaml # and added the comments to it as per the guide
helm upgrade --cleanup-on-fail \
 --install installation-name-0 jupyterhub/jupyterhub \ 
 --namespace kubernetes-namespace-0 \
 --create-namespace \
 --version=1.2.0 \
 --values config.yaml
Error: Kubernetes cluster unreachable: Get "http://localhost:8080/version?timeout=32s": dial tcp 127.0.0.1:8080: connect: connection refused

Version (include the version you are using, if applicable):

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!