-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
Add some documentation on how podman machine is updated #11680
Comments
@baude @ashley-cui PTAL |
@afbjorklund at this point you know more than me ... would you consider writing something up and i'll review it? |
Will do, maybe we could get some assistance from Fedora CoreOS when it comes to suitable "starting point" (for linking) But this documentation link seems to be adequate: https://docs.fedoraproject.org/en-US/fedora-coreos/auto-updates/ |
It seems like the perfect storm, the image is automatically upgraded to the latest and greatest (and also rather untested) It's not obvious how to downgrade a broken upgrade, such as See #11413 (comment)
|
A friendly reminder that this issue had no activity for 30 days. |
Is this a BUG REPORT or FEATURE REQUEST? (leave only one on its own line)
/kind feature
Description
It would be nice with documentation on how
podman machine
keeps the OS updated.Some summary lines and then links over to Fedora CoreOS for details would be just fine...
Steps to reproduce the issue:
podman machine init
podman machine start
Wonder how the OS is updated ?
Describe the results you received:
Describe the results you expected:
Additional information you deem important (e.g. issue happens only occasionally):
The upgrades happened just fine, as per documentation:
A new OS upgrade comes out every 14 days, and is detected automatically.
The Zincati service detects the new version, and stages it with
rpm-ostree
.Then the podman machine is rebooted, with the new OS.
The count-down starts at 10 minutes:
And then it proceeds automatically:
Output of
podman version
:Output of
podman info --debug
:Package info (e.g. output of
rpm -q podman
orapt list podman
):Have you tested with the latest version of Podman and have you checked the Podman Troubleshooting Guide? (https://github.com/containers/podman/blob/master/troubleshooting.md)
Yes/No
Additional environment details (AWS, VirtualBox, physical, etc.):
Ubuntu
The text was updated successfully, but these errors were encountered: