Zhiming Guo
Zhiming Guo
Would it be wise to temporarily `git revert fc239151ee3e7dd7e57a6c9193b0be2c6d7c84dd` (this is what I did in my env) so everyone has a working version on master branch?
@jessarcher Would it be possible for you to kindly take a look at it? I believe it's a simple fix (3 lines) to a long standing bug.
I incremented the `chunksize` per [this suggestion](https://community.cloudflare.com/t/all-non-trailing-parts-must-have-the-same-length/552190/7) and it seems to make the problem go away in my tests. ```yaml storage: s3: chunksize: 104857600 # 100MiB ``` Following the thread,...
@mikekap starting [v0.35](https://github.com/buildkite/agent-stack-k8s/releases/tag/v0.35.0), we use Kubernetes' native sidecar mechanism to power our sidecar lifecycle.
Hi friends, we just released [v0.29.0](https://github.com/buildkite/agent-stack-k8s/releases/tag/v0.29.0), which contains improvement on exit code propagation. Now when one or more init containers fails, we will report the first non 0 exit code...
@CH-BrianJurgess The issue that you described was fixed in [v0.29.0](https://github.com/buildkite/agent-stack-k8s/releases/tag/v0.29.0) 😄 . Re job-ttl, we currently don't have plans to implement a job-ttl alternative for Kubernetes versions < 1.23. Starting...
We currently do not have plan to support multi-queue setup. May I understand a bit more about your use cases? Depending on your use cases, the [resource class feature](https://buildkite.com/docs/agent/v3/agent-stack-k8s/container-resource-limits#using-resource-class) might...
@marc-barry FYI with the release of `v0.30` series, the best way to use custom image is: ```yaml steps: - label: "Check Python" key: "check-python" priority: 0 agents: queue: "kubernetes" image:...
Hi @aas47, thank you very much for raising this issue to us. As you are aware after chatting with my colleagues, this is a limitation caused by the fact that...
Hi @jumbosushi, thank you raising this feature request to us. May we understand a bit deeper about your use case? Is your end goal to make the timeout state more...