-
Notifications
You must be signed in to change notification settings - Fork 59
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can't disable docker.socket with Ignition #229
Labels
Comments
Not ideal, but this gets rid of docker.service and docker.socket (by overwriting the service file) :
|
seems like this might be the same thing as #392 except this is a socket and that is a service. @EnigmaCurry I think an easier way may be to just mask docker.service:
|
The fix for this went into |
spaced
pushed a commit
to spaced/kubespray
that referenced
this issue
Jun 10, 2024
- docker is preinstalled with fedora coreos, needs to be disabled coreos/fedora-coreos-tracker#229
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
With this Ignition config:
I get:
It's not immediately obvious why the preset isn't being respected. Using Ignition to enable a service does work.
The text was updated successfully, but these errors were encountered: