dudicoco
dudicoco
@distorhead it would be very beneficial to be able to use kubedog with helm directly without using werf. We are using helmfile to manage helm releases and we would like...
@distorhead thank you for the elaborate reply. I agree that kubedog should ideally be integrated within helm, I have also commented on the PR which you have opened within the...
Thanks @fpetkovski. In the end, everything is up for me to decide :) However, I believe there should be an official recommendation, and currently it isn't consistent between the deployment...
I agree that creating multiple repositories is unpractical and causes a management overhead, unless specifically desired due to auditing/security reasons. As a workaround the image could be tagged with `dev:app1_v1.0.0`.
@mikkeloscar thanks! Can you please elaborate on which features won't be available in `autoscaling/v2beta1`? We would like to plan the best course of action for upgrading to the latest kube-metrics-adapter...
@mikkeloscar thank you. It seems that k8s somehow makes both api versions available within the cluster, and automatically converts to the correct format. If you run `kubectl -n my-namyspace get...
Hi @mikkeloscar, I would like to get error counts within the controller so I can set up alerts accordingly. I would also like a health endpoint so I can configure...
Thanks for the detailed explanation @mikkeloscar. So if I set up a probe with https scheme to target the main listener i'm good to go? Do you only recommend setting...
@szuecs per the docs, we must supply the `CABundle` to the configuration in order for that to work, and since `kube-metrics-adapter` is generating its certificates within its code, i'm not...
@szuecs I wouldn't define it as a feature request but more as a security vulnerability.