navist2020

Results 5 comments of navist2020

``` cat /proc/version Linux version 3.10.0-957.el7.x86_64 ([email protected]) (gcc version 4.8.5 20150623 (Red Hat 4.8.5-36) (GCC) ) #1 SMP Thu Nov 8 23:39:32 UTC 2018 kubectl version Client Version: version.Info{Major:"1", Minor:"21",...

@cndoit18 Hi I dont use storage. this is yaml ``` spec: image: percona:8.0 mysqlVersion: "8.0" podSpec: metricsExporterResources: {} mysqlOperatorSidecarResources: {} resources: {} replicas: 1 secretName: test-mysql-cluster-db volumeSpec: {} status: conditions:...

Sorry about delay @cndoit18 . Yaml is here. statefulset Yaml mysqlversion 8 apiVersion: apps/v1 kind: StatefulSet metadata: creationTimestamp: "2021-10-28T08:08:10Z" generation: 1 name: test-mysql-cluster-db-mysql namespace: default ownerReferences: - apiVersion: mysql.presslabs.org/v1alpha1 blockOwnerDeletion:...

HI @cndoit18.Thanks for your reply. If I use `emptyDir` with the mysql 5.7, it's fine.And I try to keep only `mysql` container in statefulset to start it, as follow ```...

I think the cause of the problem may be here. This function could add a logic to compare whether `j.BackupRemoteDeletePolicy` is the same or not https://github.com/bitpoke/mysql-operator/blob/d8ec7b442aa2130a406442e58396336b555ff13b/pkg/controller/mysqlbackupcron/mysqlbackupcron_controller.go#L154-L199 Or we can set...