Skip to content
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

How to disable Auto-Updates #502

Closed
matteoiacovitti opened this issue May 27, 2020 · 2 comments
Closed

How to disable Auto-Updates #502

matteoiacovitti opened this issue May 27, 2020 · 2 comments

Comments

@matteoiacovitti
Copy link

Not really a bug, but a question.
How do you disable auto-updates in the ignition file?

Is it like CoreOS CL where you need to mask the locksmith and update-engine or is it a different service?

      {
        "mask": true,
        "name": "update-engine.service"
      },
      {
        "mask": true,
        "name": "locksmithd.service"
      }
@lucab lucab transferred this issue from coreos/ignition May 28, 2020
@lucab
Copy link
Contributor

lucab commented May 28, 2020

Thanks for the report. From the context I assume you are asking about Fedora CoreOS, so I moved the ticket to the bug tracker there. For general user-questions we do have a forum too: https://discussion.fedoraproject.org/c/server/coreos/5.

I'd recommend you to start reading the general docs about FCOS auto-updates at https://docs.fedoraproject.org/en-US/fedora-coreos/auto-updates/.

After getting comfortable with the general topic, Zincati docs have more details on each configuration knob.
Specifically for your question, see https://github.com/coreos/zincati/blob/v0.0.11/docs/usage/auto-updates.md. But please do not disable auto-updates unless there is really a strict need to.

As a last note, beware of #392.

@matteoiacovitti
Copy link
Author

This worked. The Auto-updates have been disabled. Thanks :D

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants