elegant-article-67113
08/23/2022, 12:41 PMsticky-summer-13450
08/23/2022, 2:23 PMsystemd
style system then look in the systemd service config file.
cat /etc/systemd/system/k3s.service
the line with ExecStart
will show you the parameters being passed to the k3s executable - eg:
...
ExecStart=/usr/local/bin/k3s \
server \
'--disable=servicelb' \
elegant-article-67113
08/23/2022, 2:30 PMbland-account-99790
08/23/2022, 2:56 PM