Re: [kubernetes-users] kops and pod eviction

2017-01-01 Thread Yervand Aghababyan
I'm looking for a way to configure these options http://kubernetes.io/docs/admin/out-of-resource/ when launching the kubelet via kops. On Mon, Jan 2, 2017 at 2:35 AM, Timo Reimann wrote: > I'm not familiar with kops but I'd guess you could achieve something > similar by

Re: [kubernetes-users] kops and pod eviction

2017-01-01 Thread 'Timo Reimann' via Kubernetes user discussion and Q
I'm not familiar with kops but I'd guess you could achieve something similar by employing memory resources and resource quotas to prevent

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

Re: [kubernetes-users] kops and pod eviction

2016-12-31 Thread 'David Oppenheimer' via Kubernetes user discussion and Q
Can you explain what you mean in more detail? On Sat, Dec 31, 2016 at 12:25 AM, wrote: > Is there a way to specify eviction policies when bringing up a cluster > using kops? > > -- > You received this message because you are subscribed to the Google Groups >