Jesse Bye

Results 93 comments of Jesse Bye

The Kubernetes issue was closed. What are the next steps for this? Is there a way to solve this in `java-operator-sdk`? This issue causes all our namespaces to hang on...

Confirmed in `3.9.0` as well. This problem extends to the `.sops.yaml` config as well. We set an `aws_profile` there in our KMS key_groups and it gets ignored, but if we...

@jsilverio22 We're encountering this issue in our clusters and wondering if this fix could get merged. Have you heard from any maintainers on this?

@stheppi Backoff would be nice to have. I could see that being useful in prod configurations too. However, the main issue we'd like to address is our dev environment costs....

In our case, we hit this problem because our teams create dozens of namespaces with single-replica pods for development. Topology spread doesn't work because A) the pods are distributed across...

Hi @BupycHuk, sorry for the wait. Here are the Clickhouse logs. Sorry there are a lot - wasn't sure which ones you might need so uploaded quite a chunk. Show...

@Grokon Wow, thank you so much for that! It solved the problem for me as well!

I've just encountered this same error when attempting to create a grant like this: ``` + resource "mysql_grant" "roles_grants_roles" { + database = "my_db" + grant = false + host...