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.