Details
-
Bug
-
Status: Done
-
Medium
-
Resolution: Done
-
1.3.0
-
openshift 3.11
pxc operator 1.3.0
Description
CR updated from:
. . proxysql: affinity: antiAffinityTopologyKey: kubernetes.io/hostname . .
to:
proxysql: affinity: antiAffinityTopologyKey: kubernetes.io/hostname annotations: backup.velero.io/backup-volumes-excludes: proxydata
The operator now update the proxysql sts and trigger a rollout of the proxysql pods.
This is not happening.
Noticed the same behavior for a change like:
// code placeholder
pxc:
affinity:
antiAffinityTopologyKey: kubernetes.io/hostname
to:
pxc: affinity: antiAffinityTopologyKey: kubernetes.io/hostname configuration: | [mysqld] sql_mode=""
Config map was updated correctly but no rollout was triggered for the pxc pods, so mysql did not notice the config change.
Thanks,
Thomas