Re: [kubernetes-users] kops and pod eviction

2017-01-01 Thread Yervand Aghababyan
the available documentation in best-effort > manner.) > > HTH. > > > On Sunday, January 1, 2017 at 12:46:53 AM UTC+1, Yervand Aghababyan wrote: >> >> for example I want the kubelet to monitor the RAM pressure and stop >> allocating new pods to the node if the memory usa

Re: [kubernetes-users] kops and pod eviction

2016-12-31 Thread Yervand Aghababyan
for example I want the kubelet to monitor the RAM pressure and stop allocating new pods to the node if the memory usage is above 70%. If it's above 80 I want some of the pods to be moved to other nodes. This seems to be entirely possible to do with some kubelet command line arguments but I don't