From 526208e1f8a7bb6cb79aebca26bdaa61971fd9e8 Mon Sep 17 00:00:00 2001 From: absternator Date: Thu, 25 Jan 2024 15:54:10 +0000 Subject: [PATCH] readme updae for local --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 443bc75..7c4de2d 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,9 @@ A k8s kubernetes cluster using k3s is needed to be setup first. To setup a k8s c Run `./start-k8s-shiny ` to run the shiny server in k8s. +Note: If on testing enviroment the app will launch on the IP addr of the result of the following command: +`kubectl -n ingress-nginx get svc ingress-nginx-controller -o=jsonpath='{.status.loadBalancer.ingress[0].ip}'` + #### Teardown Run the following: