You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[default CPU request and limit](/docs/tasks/administer-cluster/manage-resources/cpu-default-namespace/)
215
215
from the LimitRange for this namespace.
216
216
217
-
At this point, your Pod might be running or it might not be running. Recall that a prerequisite for this task is that your cluster must have at least 1 CPU available for use. If each of your Nodes has only 1 CPU, then there might not be enough allocatable CPU on any Node to accommodate a request of 800 millicpu. If you happen to be using Nodes with 2 CPU, then you probably have enough CPU to accommodate the 800 millicpu request.
217
+
At this point, your Pod may or may not be running. Recall that a prerequisite for
218
+
this task is that your Nodes must have at least 1 CPU available for use. If each of your Nodes has only 1 CPU,
219
+
then there might not be enough allocatable CPU on any Node to accommodate a request of 800 millicpu.
220
+
If you happen to be using Nodes with 2 CPU, then you probably have enough CPU to accommodate the 800 millicpu request.
0 commit comments