rancher / elemental-ui

Rancher UI Plugin for Elemental
Apache License 2.0
12 stars 12 forks source link

Support list of official managed OS channels for user selection #196

Open aalves08 opened 3 months ago

aalves08 commented 3 months ago

Support list of official managed OS channels for user selection. For elemental-operator 1.6 and onwards.

Docs: https://elemental.docs.rancher.com/next/channels/#available-channels Backend PR: https://github.com/rancher/elemental-operator/pull/797 -> info will come from the Metadata resource Backend PR: https://github.com/rancher/elemental-operator/pull/800 (new PR)

Possible UX solution is to have another page, after hitting CREATE on list view, which would show the official channels + option to add a custom one. If you clicked one one of the official ones, it would show the current create/edit interface with all the information pre-populated. If clicked on custom, then it's the current create/edit interface without anything filled.

anmazzotti commented 3 months ago

@aalves08 The new backend PR is a new one: https://github.com/rancher/elemental-operator/pull/800

anmazzotti commented 3 months ago

@aalves08 We are targeting elemental-operator 1.7.x for the channel enabled flag. This won't make it on 1.6.x