Update k3s to allow access from domain

main
Julius 2022-05-20 23:05:56 +02:00
parent ea3f44e19a
commit e0a07970d6
Signed by: j00lz
GPG Key ID: AF241B0AA237BBA2
1 changed files with 1 additions and 0 deletions

View File

@ -24,6 +24,7 @@
"--data-dir=/var/lib/k3s" # Set data dir to var lib
"--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
"--tls-san asraphiel.dev" # Set the SAN to the hostname
];
};
}