From 7d2354725977b296821934272c625c469185ed69 Mon Sep 17 00:00:00 2001 From: Ali Abbas Jaffri Date: Sat, 12 Oct 2024 21:24:24 +0200 Subject: [PATCH] Updated docs for minikube cluster Signed-off-by: Ali Abbas Jaffri --- docs/code/local/minikube.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/code/local/minikube.md b/docs/code/local/minikube.md index f8bdc16..e24143b 100644 --- a/docs/code/local/minikube.md +++ b/docs/code/local/minikube.md @@ -11,3 +11,5 @@ ```yaml --8<-- "docs/examples/local/minikube-advanced.yaml" ``` + +- Once the stacks have been deployed, there is one last step that allows the deployed stacks to be accessed on your local machine. You need to open a new terminal window and find the minikube profile that you're using `minikube profile list` and run `minikube tunnel --profile=''` to allow the services to be accessible on the local instance.