famous-flag-15098
11/18/2022, 4:13 PMExecStart=/usr/local/bin/k3s \
server \
' --disable' \
'traefik' \
'--disable' \
'servicelb'
agent
ExecStart=/usr/local/bin/k3s \
agent \
' --disable=traefik,servicelb'
When I first encountered this, I added the above to the systemd scripts, did a daemon-reload and restart. All the servicelb nodes terminated and all seemed well.
Approximately 2 weeks later, some of my services were not accessible and sure enough, I see that servicelb has started up again.
What gives?