Update k3s to allow access from domain

This commit is contained in:
Julius 2022-05-20 23:05:56 +02:00
parent ea3f44e19a
commit e0a07970d6
Signed by: j00lz
GPG key ID: AF241B0AA237BBA2

View file

@ -24,6 +24,7 @@
"--data-dir=/var/lib/k3s" # Set data dir to var lib "--data-dir=/var/lib/k3s" # Set data dir to var lib
"--cluster-init" # Enable embedded etcd "--cluster-init" # Enable embedded etcd
"--cluster-cidr=10.69.0.0/16" # the default of 10.42.0.0/16 clashes with my own network "--cluster-cidr=10.69.0.0/16" # the default of 10.42.0.0/16 clashes with my own network
"--tls-san asraphiel.dev" # Set the SAN to the hostname
]; ];
}; };
} }