Skip to content

SchedulerPredicates validates resource limits of pods that are allowed to run doesn't consider register-schedulable=false #28857

@pskrzyns

Description

@pskrzyns

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

Activity

changed the title SchedulerPredicates [Serial] [It] validates resource limits of pods that are allowed to run doesn't consider register-schedulable=false SchedulerPredicates validates resource limits of pods that are allowed to run doesn't consider register-schedulable=false on Jul 12, 2016
added a commit that references this issue on Jul 19, 2016

Merge pull request #28970 from intelsdi-x/sheduler_tests_should_consi…

added a commit that references this issue on Aug 8, 2016

Merge pull request #30223 from intelsdi-x/use_GetMasterAndWorkerNodes…

86e9b4b
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      SchedulerPredicates validates resource limits of pods that are allowed to run doesn't consider register-schedulable=false · Issue #28857 · kubernetes/kubernetes