Skip to content

Intermittent problem with MetalLB #962

Answered by stblassitude
stblassitude asked this question in Q&A
Discussion options

You must be logged in to vote

It turns out I lost two important lines in the systemd unit when I upgraded. I'm running my own copy of traefik, but on the upgrade, the bundled version was re-enabled, and the service for traefik was somehow being pummled. Making sure to disable traefik and servicelb in /etc/systemd/system/k3s.service fixed it:

ExecStart=/usr/local/bin/k3s \
    server \
        '--flannel-backend=host-gw' \
        --no-deploy=traefik \
        --no-deploy=servicelb

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
2 replies
@iwilltry42
Comment options

@stblassitude
Comment options

Answer selected by stblassitude
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants