cleanup and adding in k3s folder

This commit is contained in:
talksik
2023-11-20 12:37:35 -08:00
parent e5d307cdf0
commit db750f1832
7 changed files with 8 additions and 8 deletions
+4
View File
@@ -30,3 +30,7 @@ We run our reverse-proxy on homelab1 or talksik-homelab-main.
The current configuration is at `talksik@homelab1.home:/etc/nginx/nginx.conf` as one would expect. However, we have a (likely stale) copy in `./reverse-proxy`.
## Kubernetes
Using k3s. Lightweight, easy system service.
Make sure you have static ip for each node.
-7
View File
@@ -1,7 +0,0 @@
version: '3'
tasks:
redis:
cmds:
- docker run --name my-redis -d -p 6379:6379 redis
+4
View File
@@ -0,0 +1,4 @@
#!/bin/bash
# servicelb disabled so that metallb can work
curl -sfL https://get.k3s.io | INSTALL_K3S_EXEC="--disable=servicelb --cluster-init" sh -
View File
-1
View File
@@ -1 +0,0 @@
<h1>Hello, World!</h1>