MySQL Operator for Kubernetes Manual
Using
initDB.clone
in anInnoDBCluster
specification to provision (clone) a new MySQL server from a MySQL server not managed by MySQL Operator for Kubernetes would fail, as the source server did not have the "localroot" user that is created by the operator. Now the provided user credentials are used for set up rather than requiring a "localroot" user. (Bug #37355357)The minimum supported MySQL Router and MySQL Server version is now 8.0.28, which is when MySQL Router added the
--conf-set-option
configuration option. (Bug #37202312)All log entries are no longer posted as events.