Ben Poland
Ben Poland
## Summary We're not exactly sure how this happened, but one of our Rollouts got stuck in a degraded state even though the stable version ReplicaSet was totally fine. This...
## Summary In a Rollout with 1 replica, triggering a restart causes the running pod to be terminated immediately at the same time that the new pod starts up. This...
### Terraform Version, Provider Version and Kubernetes Version ``` Terraform version: v1.0.4 Kubernetes provider version: v2.4.1 Kubernetes version: 1.18 ``` ### Affected Resource(s) - kubernetes_manifest ### Terraform Configuration Files https://gist.github.com/bpoland/19084c8de0c7b8222a484e5572efe4b2...
Hi there, Are there any plans to support account resource limits like `max_user_connections` when using the `mysql_user` resource? https://dev.mysql.com/doc/refman/8.0/en/user-resources.html It seems as a workaround that these can be added to...
Feature request: It would be helpful for us to be able to access logs for sidecar containers that agent-stack-k8s starts, to help with troubleshooting or see status as the job...
Hi, I'm just getting started with agent-stack-k8s and wondering if it would be possible to allow running multiple commands instead of just one on the containers? I realize the existing...
Hi, I'm trying to use the new functionality introduced with https://github.com/buildkite/agent-stack-k8s/pull/282 but running into some issues with checkout. I was initially seeing the checkout container error at startup with this...
👋 with the podSpecPatch functionality introduced in https://github.com/buildkite/agent-stack-k8s/pull/282 I'd really like to be able to specify default volumes to mount to all containers (e.g. the `extraVolumeMounts` available without the patching....
- OpenSSH has removed support for DSA keys and they no longer work in the latest versions: https://lwn.net/Articles/958048/
Hey there, I have a weird situation where one of my images was getting rewritten but no CachedImage or Repository were getting automatically created for it. I have looked through...