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

fix(ci): Merge changes from v2 for release 2.8.5 (4) #6032

Merged
merged 4 commits into from
Nov 6, 2024
Merged

Commits on Nov 4, 2024

  1. feat(scheduler): exposing the deleted resource ttl as a CLI param (#5994

    )
    
    * exposing the deleted resource ttl as a CLI param
    
    * switching to seconds and adding a little test for the cleanup functions
    
    * merge v2
    
    * Revert "merge v2"
    
    This reverts commit 4cf8644.
    driev authored Nov 4, 2024
    Configuration menu
    Copy the full SHA
    a17e12d View commit details
    Browse the repository at this point in the history
  2. fix(scheduler): always send model events for deleted models (#5992)

    * always send model events for deleted models
    
    * trying to make it easier to read
    
    * fix broken logic
    
    * simplify loop
    
    * replace recursive call with a loop
    
    * add more logs and update one condition for clarity
    driev authored Nov 4, 2024
    Configuration menu
    Copy the full SHA
    ac839c3 View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2024

  1. feat(docs): add more configuration details to the HPA docs (#6019)

    * improve overall docs clarity
    * explain prometheus-adapter ConfigMap customisation options
    * mention that `spec.replicas` needs to be present in the Model CR for HPA to work
    * change `apply` to `replace` in kubectl command updating the prometheus-adapter ConfigMap
    * clarify in what namespaces we should load the various manifests in the example
    * add cluster operation guidelines
    
    Co-authored-by: Rajakavitha Kodhandapani <krajakavitha@gmail.com>
    * review with doc improvements suggestions & fixes
    
    ---------
    
    Co-authored-by: paulb-seldon <141156400+paulb-seldon@users.noreply.github.com>
    Co-authored-by: Rajakavitha Kodhandapani <krajakavitha@gmail.com>
    3 people authored Nov 6, 2024
    Configuration menu
    Copy the full SHA
    1ecc543 View commit details
    Browse the repository at this point in the history
  2. fix: Use generation id to bootstrap version id (#6029)

    * use generation id to bootstrap versions
    
    * add event type for sync operation
    
    * move event to response
    
    * introduce a second stage of sync process after the scheduler is ready
    
    * send the right resources based on the event type for the control plane
    
    * update control plane test
    
    * add test coverage
    
    * update control plane test
    
    * allow model progressing status update
    
    * add test for generation id
    
    * Update scheduler/pkg/store/memory.go
    
    Co-authored-by: Lucian Carata <lc525@users.noreply.github.com>
    
    ---------
    
    Co-authored-by: Lucian Carata <lc525@users.noreply.github.com>
    sakoush and lc525 authored Nov 6, 2024
    Configuration menu
    Copy the full SHA
    7fc3402 View commit details
    Browse the repository at this point in the history