Failing to deploy Traefik on server missing kernel #648
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Unclear if (or which) one of the following is true:
I haven't done an
abraa new server deployment in a few months, but upon following New Operators Tutorial I am failing to deploytraefikon a fresh VPS 😢When running
abra app logs <domain>I see the following log:Docker is running. I even see the
traefikcontainer running 😱I had a similar issue a while ago. I discovered that the user I logged in on the host system with lacked user privileges.
for me, sshing on the host and executing this worked:
Heya thanks. That is a negative. I followed the
usermodstep of the tutorial 😄When I compared my groups on the
brokenserver:To the groups on a sever that work are the same:
I just completely rebuilt the server with a fresh Debian 12 image and went from scratch. Same issue.
I did notice this Debian image was missing
wgetandapt-utilswhich I didn't mention before, but this is why i'm thinking there is something about the image as it's more stripped down than say Hetzner's images.Continuing down the... 🕳️🐇
The service is running, but with errors:
Running Docker's check-config.sh script returns the following:
Further exploring the packages
kmod linux-headers-genericwere not installed and the/bootdirectory is empty.According to the hosts documentation it claims to support Docker on
Ubuntu 22.04using the defaultdocker.iopackages so I rebuilt my server with this OS / version (as opposed to Debian 12) and I still get the same permission errors reported above.So the issue seems to be kernel modules are missing or accessed in a virtualized fashion that Docker Swarm does not appreciate... 🤷♀️
There are multiple issues:
I'll send a PR
Failing to deploy Traefik on new serverto Failing to deploy Traefik on server missing kernelI think this was was handled coop-cloud/traefik#50 🙈