From ec4cff27759ae2cefcdc5b9ba41e831f8cc5884c Mon Sep 17 00:00:00 2001 From: Raniere Silva Date: Fri, 24 Jan 2025 18:39:46 +0100 Subject: [PATCH] Remove section about container registry for local development --- docs/source/getting_started/local_environment.md | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/docs/source/getting_started/local_environment.md b/docs/source/getting_started/local_environment.md index cb9c7c369..bee4b7f4d 100644 --- a/docs/source/getting_started/local_environment.md +++ b/docs/source/getting_started/local_environment.md @@ -34,18 +34,6 @@ kubectl get -A pods and a list of all running pods should be printed. -## Deploy Harbor to Kubernetes - -Run the following command: - -``` -helm repo add harbor https://helm.goharbor.io -``` - -``` -helm install harbor harbor/harbor -``` - ## Deploy mybinder.org to Kubernetes Run the following command: