Florian Mutter

Results 16 comments of Florian Mutter

We "solved" this by creating a conftest policy that prevents deletion of node pools with more than 0 nodes. Our clusters have 2 node pools so we need to manually...

I would appreciate a comments on this. Maybe I got something wrong.

We seem to have the same issue but with google authentication to kubernetes as described here: https://registry.terraform.io/providers/hashicorp/google/latest/docs/guides/using_gke_with_terraform#using-the-kubernetes-and-helm-providers

Is there any update on this topic? I could not find a ticket or something that tracks the state

If you use pnpm you can override the dependency in your `package.json` like this: ```json { ... "pnpm": { "overrides": { "protobufjs@^6.0.0": "6.11.4" } } } ```