fix: Fixes hostnames not being recognized correctly in K3s.
This commit is contained in:
parent
9006a8e002
commit
da2b217fca
7 changed files with 11 additions and 24 deletions
|
@ -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
|
||||
|
|
Reference in a new issue