Skip to content
This repository has been archived by the owner on Feb 28, 2024. It is now read-only.

Releases: mariadb-operator/init

v0.0.6

10 Oct 20:54
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.0.5...v0.0.6

v0.0.5

26 Jul 13:09
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.0.4...v0.0.5

v0.0.4

18 Jul 18:53
Compare
Choose a tag to compare

What's Changed

  • Use [mariadb] as group for MariaDB server by @mmontes11 in #3

Full Changelog: v0.0.3...v0.0.4

v0.0.3

08 Jul 13:54
590b3c0
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.0.2...v0.0.3

v0.0.2

05 Jul 23:04
Compare
Choose a tag to compare

Full Changelog: v0.0.1...v0.0.2

v0.0.1

03 Jul 19:55
Compare
Choose a tag to compare

🍼 Init container for MariaDB that co-operates with mariadb-operator. Configure Galera and guarantee ordered deployments for MariaDB.

  • Avoid hacking with bash initContainers, do it properly in Go
  • Get MariaDB resources from the Kubernetes API and configure Galera based on them
  • Guarantee MariaDB ordered deployment by checking its Pod Ready conditions in the Kubernetes API
  • Allow spec.podManagementPolicy = Parallel in the MariaDB StatefulSet