Skip to content

Commit

Permalink
Discuss heterogeneous clusters
Browse files Browse the repository at this point in the history
  • Loading branch information
cgwalters committed Mar 10, 2022
1 parent d25534f commit 7550ef6
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions enhancements/ocp-coreos-layering.md
Original file line number Diff line number Diff line change
Expand Up @@ -303,6 +303,16 @@ Image Builder would also be a natural place to use the underlying technology out

Both of these things are out of scope of this enhancement at this time however.

#### Heterogeneous clusters

To support [Heterogeneous clusters](https://github.com/openshift/enhancements/pull/1014), we clearly now need to generate
an image per supported node architecture.

Today as noted, OCP native builds do not support this. It seems likely that the MCO will need to
generate a build per supported archicture itself, and handle rolling them out. This is its
own large topic, such as whether we try to use a fully-fledged solution for that or hand-craft
something that just handles monitoring OCP native builds and manifest list pushes.

#### Intersection with https://github.com/openshift/os/issues/498

It would be very natural to split `machine-os-content` into `machine-coreos` and `machine-kubelet` for example, where the latter derives from the former.
Expand Down

0 comments on commit 7550ef6

Please sign in to comment.