|
|
|
|
|
by Schwan
2122 days ago
|
|
Is this really right? "The danger of not setting a CPU limit is that containers running in the node could exhaust all CPU available." My assumptions have been:
1. cpu request tells you how much cpu a pod gets MINIMUM always, independently of how much other pods use it or not
2. on GKE you can't request 100% cpu due to google reserving cpu for the node
3. if you have hard limits, your cluster utilisation will be bad -> we do remove cpu limits due to this. |
|