-
Image update automation will work differently in Flux v2, since GOTK is oriented around custom resources and Flux v1 works entirely without them. The extent to which it's different is up for negotiation -- is it enough to support the same use cases, or should we aim for a close fit with existing configuration of Flux v1? To help the discussion, here's a list of features of Flux v1's image update automation:
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
Most GOTK APIs support toggling the reconciliation with |
Beta Was this translation helpful? Give feedback.
-
Stefan pointed out in a discussion IRL that you can achieve the same goal by pinning a particular ImagePolicy and letting automation do its thing. Pros:
Cons:
We'd need to take care that it's accessible from CI and from laptops, and put some user interface around it. |
Beta Was this translation helpful? Give feedback.
Stefan pointed out in a discussion IRL that you can achieve the same goal by pinning a particular ImagePolicy and letting automation do its thing.
Pros:
fluxctl release
and automation would fightCons:
--all-images
or whatever). This was at times a dubious feature offluxctl release
,…