Skip to content

Latest commit

 

History

History
11 lines (10 loc) · 1.61 KB

ROADMAP.md

File metadata and controls

11 lines (10 loc) · 1.61 KB

🛣️ Roadmap

  • Improve and fully automate the CI/CD to ensure the quality of the artifacts. Become a serious open source project in this matter.
  • Leveraging the previous automation, support deploying the operator using the openshift OLM.: mariadb-operator#10
  • COMMUNITY REQUEST - Support for custom my.cnf: mariadb-operator#51
  • COMMUNITY REQUEST - Support for db initialization scripts: mariadb-operator#47
  • High availability support via replication: mariadb-operator#61
  • High availability support via Galera: mariadb-operator#4
  • TLS support. Allow the user to provide certificates via Secrets or automatically issue them with cert-manager. Certificate rotation: mariadb-operator#137
  • The operator has recently been refactored to easily support new storage types for the backups. The next one to be supported will be S3: mariadb-operator#6
  • Create a documentation site hosted in GitHub Pages, something like this. It would be generated from markdown by the new CI/CD: mariadb-operator#21