openebs / charts

OpenEBS Helm Charts and other utilities
Apache License 2.0
101 stars 96 forks source link

mayastor support #168

Closed AntonOfTheWoods closed 3 years ago

AntonOfTheWoods commented 4 years ago

Parts of the docs suggest mayastor should now be considered beta, and for new-comers wishing to try it out with all the integrated features that the helm chart brings, not having helm support for mayastor adds significant challenges. Is there a timeline for introducing mayastor support, or is the reply just "when it's GA"?

kmova commented 3 years ago

@AntonOfTheWoods - we are currently refactoring the way helm charts are setup to be more modular and to keep it in sync with the individual data engine projects. In this release (dec 15th), we have spent time in adding charts for cstor, local pv, zfs local pv.

The next release (due jan 15th), we will focus on mayastor charts.

kmova commented 3 years ago

cc: @GlennBullingham @bobek

bobek commented 3 years ago

Incidentally we are just about to do revamp of the toolchain for Mayastor at https://github.com/openebs/Mayastor/issues/570

AntonOfTheWoods commented 3 years ago

This all looks very promising, thanks for the great work!

bobek commented 3 years ago

BTW the initial version of the helm chart is available at https://github.com/openebs/Mayastor/tree/develop/chart

AntonOfTheWoods commented 3 years ago

Though it adds a bit of extra complexity, I have been using Bitnami's common library chart for my charts recently, and found using their template to be a great starter along with the common. You might hate it of course...

Davincible commented 2 years ago

So how is this going?