Calin Don

Results 36 issues of Calin Don

It would be very useful if there is a mode to just export the segments as environment variables. I would use it to display segments on my iTerm2 status bar...

enhancement

Currently we backup on a simple crontab entry and we keep the last X backups. We should allow for more complex scenarios, like keep the last 24 hourly backups, the...

enhancement
accepted

We should move `spec.podSpec.backupAffinity`, `spec.podSpec.backupNodeSelector`, `spec.podSpec.backupPriorityClassName` and `spec.podSpec.backupTolerations` under `spec.backup.podSpec`. This, with #726 would move all backup-related stuff under the `backup` key.

enhancement
accepted

enhancement

Currently `runQuery` creates a new connection for each query. This is suboptimal since mysql connections are expensive to establish. The operator sould allways keep a connection the managed node and...

enhancement

https://github.com/kubernetes-sigs/controller-runtime/pull/132 has been merged so now we can expose prometheus metrics from the operator.

enhancement