From 5a215949fd4a6b45295326e7a28613dd28efc18b Mon Sep 17 00:00:00 2001 From: Dhaval Dave Date: Tue, 10 Oct 2023 15:26:57 +0530 Subject: [PATCH] Update kubernetes.md --- functions/kubernetes/kubernetes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions/kubernetes/kubernetes.md b/functions/kubernetes/kubernetes.md index 576c645e..890ef51a 100644 --- a/functions/kubernetes/kubernetes.md +++ b/functions/kubernetes/kubernetes.md @@ -4,7 +4,7 @@ - Clone the https://github.com/dhaval055/shuffle repository using Git and change the branch to shuffle-k8s then navigate to the functions/kubernetes directory, which contains all the necessary Kubernetes configuration files for deployment. - Running Kubernetes cluster. - Run the following command for setting up Opensearch and Backend volumes. -- Ensure you have a local Docker registry set up to store and manage Docker images for applications built with Shuffle. While the registry is crucial for handling custom-built apps, you’ll still be able to run workflows without it. +- Ensure you have a local Docker registry set up to store and manage Docker images for applications built with Shuffle. While the registry is crucial for handling custom-built apps, you’ll still be able to run workflows without it. If you're using Minikube for testing, run commands in box below after running ```minikube ssh```. ``` cd /mnt