flatcar / Flatcar

Flatcar project repository for issue tracking, project documentation, etc.
https://www.flatcar.org/
Apache License 2.0
687 stars 30 forks source link

[RFE] CAPI Image Publishing Automation #1104

Open sayanchowdhury opened 1 year ago

sayanchowdhury commented 1 year ago

Current situation

Currently, as part of the release process, one of the steps after a Go/No-Go decision is made is to create and publish the Flatcar SIG images and the Flatcar CAPI SIG images for the Stable channel for each current version of Kubernetes. This particular step is quite time-consuming, requiring approximately 30-45 minutes for each Kubernetes version. As a result, the entire process takes about 3-4 hours, possibly even longer.

Throughout this time-frame, the release manager must closely monitor the progress of the process to ensure that all steps are successfully executed.

Impact

This impacts the overall mental burden on the release manager, and is a bit error prone.

Ideal future situation

The build process of the image is integrated in the process after the VHDs are generated, and after the Go/No-Go we publish the final images through the release job

cc @invidian @pothos

dongsupark commented 11 months ago

moved to Long Term