Update k3s to allow access from domain
This commit is contained in:
parent
ea3f44e19a
commit
e0a07970d6
|
@ -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
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue