Description
When calculating CPU resources( or pods capacity) it still counts node with register-schedulable=false
as valid for sheduling, so the number of pods to spawn is too big so its ends with error:
Error waiting for 287 pods to be running - probably a timeout
Expected error:
<*errors.errorString | 0xc8210d4090>: {
s: "Timeout while waiting for pods with labels \"startPodsID=72df2b59-4433-11e6-81cb-1efe70dab876\" to be running",
}
Timeout while waiting for pods with labels "startPodsID=72df2b59-4433-11e6-81cb-" to be running
not to have occurred
Metadata
Metadata
Assignees
Labels
No labels
Activity
Merge pull request #28970 from intelsdi-x/sheduler_tests_should_consi…
Merge pull request #30223 from intelsdi-x/use_GetMasterAndWorkerNodes…