Chris

Results 104 comments of Chris

Hi @onedr0p Thanks for you suggestion. Our idea is to support RWO backups that aren't exclusive to volumes provisioned by a CSI provider. We might later optimize backups in certain...

Note: In https://github.com/vshn/appcat-service-postgresql/pull/39 (and some commits afterwards) we have already engineered the automation for this type of repo and releasing. I also ironed out some issues that came up with...

I don't know how many of our clusters are still running K8up v1 and if that's an issue. However, we might still consider this issue for K8up v3 if we...

Hi. Can you please provide any logs, your specs and the steps to reproduce? It would also be helpful to post the YAML of the job before removing manually the...

Hi. I see you have enabled the Job tracking feature gate on the cluster (https://kubernetes.io/docs/concepts/workloads/controllers/job/#job-tracking-with-finalizers) This is a beta feature of Kubernetes 1.23 (Alpha in K8s 1.22) and we have...

We also have to consider that if we add such rules to the schedule API, we'll add a hard dependency on Prometheus Operator and become subject to their API changes....

Note: Counters cannot be decreased by design: https://prometheus.io/docs/concepts/metric_types/#counter

I like the idea to use k8s native metrics! e.g. Openshift Logging (OCP4) also brings some alerts that fire when jobs fail based on this metric. Adding more labels is...

I've reworded the issue to leave room for possible implementations to achieve a higher goal (to not be implementation specific)