762 B
762 B
+++ title = 'K3s' description = " " date = 2024-08-06T13:08:14-07:00 aliases = [] author = "Joey Hafner" ogimage = '/img/Jafner.dev.logo.png' slug = "draft" draft = true +++
- Bard, Cleric, and Ranger are Dell Wyse 5070s onto which I installed Debian 12.
- They have the IPs
192.168.1.{31..33}
- On the first one, I ran
curl -sfL https://get.k3s.io | K3S_TOKEN=<my-token> sh -s - server --cluster-init
, and then on each of the other two I rancurl -sfL https://get.k3s.io | K3S_TOKEN=<my-token> sh -s - server --server https://192.168.1.31:6443
kubectl apply -f dashboard.deployment.yml
kubectl create -f dashboard.admin-user.yml -f dashboard.admin-user-role.yml
kubectl -n kubernetes-dashboard create token admin-user
kubectl proxy