clever-processor-78736
02/03/2023, 10:03 AMk3s
nodes, k3s
is been started using a couple of flags via curl -sfL <https://get.k3s.io> | sh -s -
. I would like to create a config.yaml
and add everything there and restart k3s
with only the --config
flag. AFAICT i can change the systemd unit-file and ExecStart
to add --config
and do a restart. Any caveats making a change like this?creamy-pencil-82913
02/03/2023, 10:04 AMclever-processor-78736
02/03/2023, 10:33 AM--cluster-init
flag when started and the two other nodes has --server
+ --token
flags set to wire the cluster together. I guess they shall be as-is when changing this to use a config file e.g. the --cluster-init
flag should be there although the cluster is already up and running?creamy-pencil-82913
02/03/2023, 6:00 PMclever-processor-78736
02/15/2023, 9:37 AM