Improve KubeAI autoscaling support#1052
Merged
eero-t merged 7 commits intoopea-project:mainfrom May 27, 2025
Merged
Conversation
Collaborator
Author
|
@poussa |
There was a problem hiding this comment.
Pull Request Overview
This PR improves KubeAI autoscaling support by updating autoscaling configurations and providing clearer examples for node selection and model deployment. Key changes include:
- Adding commented-out example nodeSelectors to the OPEA values file.
- Updating the 70b Gaudi model configuration to scale from zero with explanatory comments.
- Adjusting the 8b Gaudi model configuration and updating the README with corrected deployment instructions.
Reviewed Changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
| kubeai/opea-values.yaml | Added example nodeSelector blocks |
| kubeai/models/llama-3.3-70b-instruct-gaudi.yaml | Changed autoscaling parameters and added clarifying comments |
| kubeai/models/llama-3.1-8b-instruct-gaudi.yaml | Updated environment variable formatting and set maxReplicas |
| kubeai/README.md | Revised documentation to reflect updated autoscaling behavior |
6b7f22a to
0cba77f
Compare
poussa
reviewed
May 19, 2025
Signed-off-by: Eero Tamminen <eero.t.tamminen@intel.com>
Signed-off-by: Eero Tamminen <eero.t.tamminen@intel.com>
Signed-off-by: Eero Tamminen <eero.t.tamminen@intel.com>
Signed-off-by: Eero Tamminen <eero.t.tamminen@intel.com>
Signed-off-by: Eero Tamminen <eero.t.tamminen@intel.com>
(Review request.) Signed-off-by: Eero Tamminen <eero.t.tamminen@intel.com>
Collaborator
Author
|
@mkbhanda OK to merge? |
Signed-off-by: Eero Tamminen <eero.t.tamminen@intel.com>
Collaborator
Author
This was
linked to
issues
May 27, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
KubeAI updates:
Issues
n/a.Type of change
Dependencies
n/a.Tests
Manual testing for scaling / changes.