Robert Moucha

Results 11 comments of Robert Moucha

I can try to send PR if I manage to comprehend the whole flow of these shell scripts. Are there any existing test suites that I could use to be...

I faced the same issue. According to the code of `APIClient._get_result_tty`, this happens when you started the container with `tty=True`. In this case, `logs(stream=True)` function emits events chunked to separate...

I'll try to prepare a minimal reproducer. Instead of embedded postgreql 11 subchart, we are using bitnami/postgresql-ha (with pg 14.2) installed separately into the same namespace. It works fine except...

OK, so the problem is a race condition happening when I use `bitnami/postgresql-ha` as a backend, instead of `bitnami/postgresql` chart (without replication and load balancing support). The postgresql-ha works so...

Hi guys, first of all, thank you for all the effort you're investing in debugging this evasive bug. I prepared a simple reproducer in this [gist](https://gist.github.com/mouchar/fb051803544ece917fa272f5436a765e). I tried it many...

The time delta between `insert into fh_person` (done on primary `postgresql-ha-postgresql-0`) and `select from fh_person` (done on replica `postgresql-ha-postgresql-2`) is 9ms in this case. The rest of log is straightforward...

And there's one more practical side effect of having all this wrapped in TXN. When things go south for any reason during the initial user/group setup, everything is nicely rolled...

I stumbled into this issue while troubleshooting the closely related problem. We use custom SSL port 5443 for ingress-controller instead of standard 443, but ingress-nginx always sends `X-Forwarded-Port: 443` to...

Hi, I'm also affected by this error. We're running buildkit in k8s and using it in our Gitlab CI pipeline. We have `~/docker/config.json` containing docker.io credentials (pull-only, just to avoid...

@tonistiigi Although I was not able to set up a reproducer, I attached daemon debug logs from a build session when the error happened. See my previous comment. Did you...