This message was deleted.
# k3s
a
This message was deleted.
s
If you are running k3s on a
systemd
style system then look in the systemd service config file.
Copy code
cat /etc/systemd/system/k3s.service
the line with
ExecStart
will show you the parameters being passed to the k3s executable - eg:
Copy code
...
ExecStart=/usr/local/bin/k3s \
    server \
	'--disable=servicelb' \
e
Great, thanks!
👍 1
b
There is also an annotation in the node that shows them
👆 2