Lukáš Doležal

Results 25 comments of Lukáš Doležal

I have exactly the same issue, I posted it in another one: https://github.com/moby/buildkit/issues/3009#issuecomment-1260694663

Hello, I prepared sample that reproduces this issue: SDK version: `v2.25.25` Create two files `/some/path/credentials.test_a`: ```ini [default] aws_access_key_id=test_aaaaaaaa aws_secret_access_key=test_aaaaaaaa aws_session_token=test_aaaaaaaa ``` and `/some/path/credentials.test_b`: ```ini [default] aws_access_key_id=test_bbbbbbbb aws_secret_access_key=test_bbbbbbbb aws_session_token=test_bbbbbbbb ``` Then...

Update: We realised we inject `ec2-instance-id` labels to all pods in our cluster, and so the controller pods always think they are the last one, and so runs the cleanup....

+1 We run into the same issue, with something I did not see mentioned here yet: We run a controller in our cluster that adds `ec2-instance-id` and `ec2-instance-type` labels to...

Thanks christurnbull, I'm glad you found it useful. Your changes looks great. Check the comments above and we can move it. Also please remove the modification of README file from...

we use custom container with `mc` instead of the built in Argo artifact upload

> Turns out on_data response streaming is presently [supported by only 2 faraday adapters](https://github.com/lostisland/awesome-faraday/#adapters) — the basic Net::HTTP and httpx. But it would be sad to generally support only these...

Hello, is there an ETA when this fix will be released in the client release? AFAIK it is not in the latest v4.9.2 cc @cben

Also few race conditions will be fixed in #597 that could cause the flakiness

Thank you for comment. My philosophy is to keep default to match majority of use cases and then, if needed, to provide ways to override it. I think intention of...