From 02a15472d4bdaae858e694667d6c5ce20f73cb88 Mon Sep 17 00:00:00 2001 From: Claudio Atzori Date: Thu, 16 May 2024 12:30:38 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 14a00af..0825c93 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ For creating kubernetes cluster run the following command kind create cluster --config clusters/local/kind-cluster-config.yaml ``` -this command will generate a cluster named `openaire-data-platform` +this command will generate a cluster named `dnet-data-platform` Then we create Ingress that is a Kubernetes resource that allows you to manage external access to services running on a cluster (like minio console or sparkUI).