Ayoub Mrini
Ayoub Mrini
Maybe @FxKu as he took care of the refactor.
@FxKu, done. Don't you think we should also release a 1.8.x fix as it is a regression? We have multiple clusters that restart for nothing (we use etcd as dcs...
@FxKu, I see. If anybody is interested in a 1.8.2 release patched with this fix only, they could try `docker pull wiremind/postgres-operator:v1.8.2-640581fb4661dbab852dfc0995b5e9f6140fd8f8`
Hello, Awaiting for HPA [HPAScaleToZero](https://kubernetes.io/docs/reference/command-line-tools-reference/feature-gates/) to get promoted, I implemented a little tool https://github.com/machine424/kube-hpa-scale-to-zero that simulates this for Kube clusters that cannot enable the feature gate. (Managed clusters especially). No...
Isn't it the same problem as in https://github.com/telepresenceio/telepresence/issues/2251? How can we help to address this?
Hi, We had twice (with the same backup) the same problem with v0.2.19. Here are the stacks: https://gist.github.com/machine424/43515d436bd17ce6080981db8ab72702 Don't know if there were any changes related to this in newer...
Hello, We also suffer from this "workaround". As it was suggested above, another solution to manage CRDs (we consider it to be simpler and less hacky) is to put them...
@jenting For CRDs, we have a helmfile.yaml file that looks like ``` ... repositories: - name: wiremind url: https://wiremind.github.io/wiremind-helm-charts templates: common: &common namespace: crds missingFileHandler: Error releases: - name: velero-crds
Hello, If you don't/cannot wait for it to go GA, I developed https://github.com/machine424/kube-hpa-scale-to-zero
From https://github.com/prometheus/prometheus/issues/13323 Here is how to reproduce this without the need of prom operator. Run ``` ./prometheus --web.enable-lifecycle ``` with the following config: config ``` global: scrape_interval: 15s scrape_timeout: 10s...