Is there any way to assign resource limits after scheduling a pod? ( I would like to implement my own resource allocation policy)
5/31/2019
I would like to create a way to specify resource limits after scheduling pods. Is it possible to do this? if yes, shall I implement it inside the kubelet or as a separate component?