summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorR-man3000 <rasmus.luha@gmail.com>2026-05-31 13:53:25 +0300
committerR-man3000 <rasmus.luha@gmail.com>2026-05-31 13:53:25 +0300
commit46beed24543994a465e5449acc1bb987e5368441 (patch)
tree9f7a3be1065f5e39069e6f8fa8f942027340ce47 /README.md
parent974d4457148e9a9ff3a0231eece663d04faaf16d (diff)
move Heimdall deployment to helm chart
Diffstat (limited to 'README.md')
-rw-r--r--README.md9
1 files changed, 7 insertions, 2 deletions
diff --git a/README.md b/README.md
index ead3c16..1e72ae2 100644
--- a/README.md
+++ b/README.md
@@ -1,12 +1,16 @@
+# Work in porgress ...
+
## Prerequisites
Following tools need to be installed and working:
`docker `
`kubectl `
+`helm `
`k3d `
### 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`
+`Docker` was looking for the DNS server at the Host's ip (127.0.0.53), which doesn't exist inside the cluster
+The fix was adding DNS location explicitly in `/etc/docker/daemon.json`.
```
{
"dns": ["8.8.8.8", "1.1.1.1"],
@@ -18,6 +22,7 @@ I also added `hemidal.local` to my `/etc/hosts` file for the convenience of usin
127.0.0.1 localhost ... ... ... hemidall.local
```
-## Usage - TODO
+## Usage (WIP)
- run the setup_script.sh
- open `localhost:8080` on yout browser
+- ...