You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My ideal setup for a Quadlet-oriented sever would include config files stored as OCI artifacts (separation of concerns + allow for quick config file tests). Thanks to mount support (#25397), I understand it is possible to mount artifacts to my Quadlet containers, however there is currently no method to auto-update the artifact as a .artifact Quadlet. Essentially, if we could support:
[Artifact]
# ...
AutoUpdate=registry
as well as provide a mechanism to restart any containers (or even the whole pod) when the mounted artifact auto-updates. This would help support immutable machines which we do not touch following provisioning. For now, I can envision including the config files in a bootc image, but this would lead to temporary downtime for every update.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi!
My ideal setup for a Quadlet-oriented sever would include config files stored as OCI artifacts (separation of concerns + allow for quick config file tests). Thanks to mount support (#25397), I understand it is possible to mount artifacts to my Quadlet containers, however there is currently no method to auto-update the artifact as a .artifact Quadlet. Essentially, if we could support:
as well as provide a mechanism to restart any containers (or even the whole pod) when the mounted artifact auto-updates. This would help support immutable machines which we do not touch following provisioning. For now, I can envision including the config files in a bootc image, but this would lead to temporary downtime for every update.
Beta Was this translation helpful? Give feedback.
All reactions