This message was deleted.
# k3s
a
This message was deleted.
m
Hello Giovan! Rerunning the install script and adding such flags should do the trick.
h
I do not believe it needs to be done from the install script. I have k3s installed without using the install script. My
/etc/rancher/k3s/config.yaml
file on my master contains:
Copy code
disable:
  - traefik
That is read when the server/master starts. You could put it on the command line of the server too. However if you have already started the server with traefik, I do not know if there are any resources that would now need to be cleaned up.
m
Yes, that should do the trick too! (I prefer to set them in configuration file too)