gardener-attic / kubify

Terraform Template to Setup a Kubernetes Cluster on OpenStack/AWS/Azure
Other
147 stars 31 forks source link

Kubelet Started with 100Mi Reserved Memory Only #71

Open vlerenc opened 5 years ago

vlerenc commented 5 years ago

What happened: Node became NotReady, most likely because kubelet/docker was OOM killed (in our case this killed the Gardener API server just because a logging curator job/pod consumed too much memory).

What you expected to happen: More buffer before this happens, so that the kubelet can take action in time..

Anything else we need to know?: While trying to understand why this happens, we (@adracus and I) saw that the reserved memory is configured to only 100Ki, which may lead to the observed instability.