Utku Özdemir

Results 148 comments of Utku Özdemir

Just saw the closed issue: https://github.com/mstrzele/helm-edit/issues/4 And found out that when I specify the editor explicitly via `-e nano`, it works fine.

Any news on this? I am having the same issue. Using Prometheus v2.35.0 installed via kube-prometheus-stack chart. Things I have checked so far: - I made sure that there are...

> @utkuozdemir is this intermittent? on startup? constant? the occasional `out of order` message is not out of the ordinary or necessarily a problem It is constant. However I started...

Thanks for the feature suggestion. I see the problem, and indeed, it makes sense to address it. I agree with your suggested solution of a _detach_ mode with a `cleanup`...

Thanks, no need to rush on the feature - take your time :) But before implementing the `--detach` flag, need to refine it a bit. I'll write my thoughts on...

I think we can proceed on this current ticket. Thought about this a bit and I think something like this would work: - Add a `--detach` to the `migrate` command,...

This looks like an RBAC issue. Can you try to do `kubectl --kubeconfig ./kube_src get pvc -n ef-backend ef-backend` and see what happens? You can also try to get the...

Thanks for reporting. It is a good point, I'll think about how it can be solved. Some part of the problem is the logging - I think some error messages...

@MoJo2600 In my PR I actually didn't touch anything related to the HTTPS logic. My goal was to be able to make it configurable so that it would be possible...

Regarding the HTTPS topic overall: - I do the SSL termination at the ingress controller level - as all my other applications. - I use Rancher which takes care of...