fix: Fixes hostnames not being recognized correctly in K3s.

This commit is contained in:
greysoh 2024-08-02 15:53:11 -04:00
parent 9006a8e002
commit da2b217fca
7 changed files with 11 additions and 24 deletions

View file

@ -1,6 +1,6 @@
#!/usr/bin/env bash
sudo apt update
sudo apt install -y avahi-daemon curl
sudo apt install -y curl
ufw allow 6443/tcp
ufw allow from 10.42.0.0/16 to any