Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adaptive schedule strategy for UnitedDeployment #1720

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on Sep 25, 2024

  1. Adaptive scheduling strategy for UnitedDeployment and refactor subset…

    … adapter
    
    1. adapter.go: GetReplicaDetails returns pods in the subset
    2. xxx_adapter.go: return pods implementation ⬆️
    3. allocator.go: about safeReplica
    4. pod_condition_utils.go: extract PodUnscheduledTimeout function from workloadwpread
    5. reschedule.go: PodUnscheduledTimeout function extracted
    6. subset.go: add some field to Subset object to carry related information
    7. subset_control.go: store subset pods to Subset object
    8. uniteddeployment_controller.go
       1. add requeue feature to check failed pods
       2. subset unschedulable status management
    9. uniteddeployment_types.go: API change
    10. uniteddeployment_update.go: sync unschedulable to CR
    
    Signed-off-by: AiRanthem <[email protected]>
    AiRanthem committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    378185c View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2024

  1. fix conversation

    Signed-off-by: AiRanthem <[email protected]>
    AiRanthem committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    55a55dd View commit details
    Browse the repository at this point in the history