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?

-- HamiBU
kubernetes

1 Answer

5/31/2019

you can use kubectl patch command to update resource limits

-- P Ekambaram
Source: StackOverflow