Armin Kunaschik

Results 11 comments of Armin Kunaschik

I ran into this problem when I did test updates in the virtual box vm at a "slow" internet connection (16 MBit/s). Maybe it's a good idea to make this...

Looking through the other open issues, this is probably similar (or duplicate) to #240

Some more debugging: ops-view is starting with 3 established connections to redis. Every time the browser window is reloaded (either by reload button or the reload option) a new established...

@maprager Does this happen after quite some time? Or directly after starting the pod? Sounds a bit like it's similar to issue #251 or #240 I see this on Openshift...

Hm... then it's probably not the same issue. All I can say that it's working with haproxy 1.8 in Openshift. But there are reasons for running such an old version......

I'm no haproxy guy, mine is generated by Openshift. Hopefully, I found all the necessary parts: ``` global maxconn 20000 daemon ca-base /etc/ssl crt-base /etc/ssl # TODO: Check if we...

Basically I did the same in my Openshift deployment. I removed runAsNonRoot and runAsUser so the container will start with a dynamically created non-root uid. But I kept the original...

It's blowfish, see https://unix.stackexchange.com/questions/307994/compute-bcrypt-hash-from-command-line I tried it, it's working... but it's not supported :-)

Is this just an UI issue? Currently only 2 life migration are done in parallel. And if 2 migrations are in progress (and never finish), the rest of the VMs,...