From f933430bdc951fbbf64c83ac31357d41846bb69e Mon Sep 17 00:00:00 2001 From: R-man3000 Date: Sat, 30 May 2026 21:27:25 +0300 Subject: fix heimdall config lookup URL --- README.md | 18 +++++++++++++----- 1 file changed, 13 insertions(+), 5 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index ec1978f..ead3c16 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,10 @@ ## Prerequisites -docker -kubectl -k3d +Following tools need to be installed and working: +`docker ` +`kubectl ` +`k3d ` -### Docker connectivity +### Networking For me, using `Fedora`, i was not able to access internet from my k8s cluster initally. The fix was adding dns in `/etc/docker/daemon.json` ``` @@ -12,4 +13,11 @@ The fix was adding dns in `/etc/docker/daemon.json` ... ``` -## TODO +I also added `hemidal.local` to my `/etc/hosts` file for the convenience of using "localhost" in the browser URL +``` +127.0.0.1 localhost ... ... ... hemidall.local +``` + +## Usage - TODO +- run the setup_script.sh +- open `localhost:8080` on yout browser -- cgit v1.2.3