Robert Jerzak

Results 29 comments of Robert Jerzak

We encountered a similar issue after upgrading our GKE cluster from 1.29.1-gke.1589000 to 1.29.4-gke.1447000. In our case, downgrading the cluster helped, and we were able to fix the issue. @Sh4d1,...

In my case, not only were stateful sets affected, but deployments were as well.

In my use case, I would like to use JSON as a access log format to be easily consumed by log aggregator.

Sure, it would be less flexible but it would work. Partly my inspiration was prometheus-operator where you can define `podMetadata` and also separate fields for: `affinity`, `tolerations`, `securityContext`, `resources`, etc....