percona-xtradb-cluster-operator
percona-xtradb-cluster-operator copied to clipboard
K8SPXC-1061: fix custom annotations
https://jira.percona.com/browse/K8SPXC-1061
I decided to refactor the code that is responsible for creating StatefulSets. List of changes:
- removed duplicated code in
deploy,updatePodandpxc.StatefulSetfunctions - created
reconcilePXC,reconcileHAProxy,reconcileProxySQLmethods -
deploymethod is removed because of the changes above - added
ctxtoupdatePod
| Test name | Status |
|---|---|
| scheduled-backup-8-0 | passed |
| users-5-7 | failed |
| recreate-8-0 | passed |
| haproxy-8-0 | passed |
| restore-to-encrypted-cluster-8-0 | passed |
| demand-backup-8-0 | passed |
| init-deploy-8-0 | passed |
| one-pod-5-7 | passed |
| limits-8-0 | passed |
| scheduled-backup-5-7 | failed |
| monitoring-2-0-8-0 | passed |
| affinity-8-0 | passed |
| one-pod-8-0 | passed |
| auto-tuning-8-0 | passed |
| pitr-8-0 | failed |
| proxysql-sidecar-res-limits-8-0 | passed |
| users-8-0 | failed |
| We run 17 out of 36 |
commit: https://github.com/percona/percona-xtradb-cluster-operator/pull/1195/commits/131e7e5d1f2831871a573bc8dbfa7dde01c28964
image: perconalab/percona-xtradb-cluster-operator:PR-1195-131e7e5d
@pooknull is it still actual? Could you please resolve conflicts?