teamhephy / builder

MIT License
3 stars 12 forks source link

Resource limits for buildPod? #6

Open Cryptophobia opened 6 years ago

Cryptophobia commented 6 years ago

From @chexxor on July 19, 2017 22:15

My kubernetes cluster's nodes are relatively small. I SSH into a node on which my builder pods run and using top, I see the "node" process (building a nodeJS app) is 100% for awhile. I suspect this is the reason my builder pod is being evicted. Can we pass some configuration options to the slugbuilder pod that deis/builder spawns to limit the number of resources it can use?

Copied from original issue: deis/builder#520