DataDog/pupernetes

Add requirements on node resources

JulienBalestra opened this issue · 1 comments

Today when pupernetes is started on a machine without enough resources, it let the kubelet evict almost everything.

Around here we could execute some sanity checks over:

  • memory
  • disk space

4GB memory is enough
~ 3GB of disk space (docker images, archives and binaries)

Addressed by #59 for the memory