google container engine - ReplicationController resources requests not respected -


i have configured service underlying replicationcontroller. in yaml controller specified requested amount of resources each pod, , limit follows:

  ....     resources:       limits:         cpu: 1000m         memory: 1gi       requests:         cpu: 1000m         memory: 1gi 

the service running expected, except pods don't seem use requested resources, (much) less, slowing down job supposed do.

am overlooking something? according kubernetes dashboard pods using around 250mi instead of 1gi, , 0.05 cores.


Comments

Popular posts from this blog

sql server - Cannot query correctly (MSSQL - PHP - JSON) -

php - trouble displaying mysqli database results in correct order -

C++ Linked List -