Open mhubig opened 2 years ago
Hmm ok I see: The real problem seems to be some stuck browser pods ... the logs of this pods are containing an endless list of Waiting X server...
entries.
@mhubig you have to check defender
container logs of such pods. Usually this could be because of DNS issue or Kubernetes API overload.
Hi there,
recently we are getting warnings from GKE about moon browser pods blocking cluster scale down:
"Pod is blocking scale down because it’s not backed by a controller"
We can try fixing this with an annotation like
cluster-autoscaler.kubernetes.io/safe-to-evict: "true"
but maybe there is a better solution?