Update README.md

changing feature to " cluster aware rolling update" as agreed
This commit is contained in:
Pieter Humphrey
2024-09-08 15:06:10 -07:00
committed by Martin Montes
parent 6068cc51cf
commit 2522fddad6

View File

@ -33,7 +33,7 @@ Run and operate MariaDB in a cloud native way. Declaratively manage your MariaDB
- [Backup retention policy](./docs/BACKUP.md#retention-policy).
- [Target recovery time](./docs/BACKUP.md#target-recovery-time): infer which backup to restore.
- [Bootstrap new instances](./docs/BACKUP.md#bootstrap-new-mariadb-instances-from-backups) from: Backups, S3, PVCs ...
- [Rolling updates](./docs/UPDATES.md): roll out replica Pods one by one, wait for each of them to become ready, and then proceed with the primary Pod.
- [Cluster aware rolling update](./docs/UPDATES.md): roll out replica Pods one by one, wait for each of them to become ready, and then proceed with the primary Pod.
- [my.cnf configuration](./docs/CONFIGURATION.md#mycnf). Automatically trigger [rolling updates](./docs/UPDATES.md) when my.cnf changes.
- [Suspend](./docs/SUSPEND.md) operator reconciliation for maintenance and progressive upgrades.
- [Prometheus metrics](./docs/METRICS.md) via [mysqld-exporter](https://github.com/prometheus/mysqld_exporter).