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

Updates to KubeAI config / Model specs should automatically rollout to server Pods #219

Closed
nstogner opened this issue Sep 18, 2024 · 0 comments · Fixed by #218
Closed

Updates to KubeAI config / Model specs should automatically rollout to server Pods #219

nstogner opened this issue Sep 18, 2024 · 0 comments · Fixed by #218
Assignees
Labels
enhancement New feature or request

Comments

@nstogner
Copy link
Contributor

Today model server Pods are not recreated after their Models are updated or KubeAI's ConfigMap is updated. There should be an automated process for doing this that does not rely on the natural churn caused by autoscaling.

@nstogner nstogner added the enhancement New feature or request label Sep 18, 2024
@nstogner nstogner self-assigned this Sep 18, 2024
nstogner added a commit that referenced this issue Sep 23, 2024
Automate the recreation of model Pods when their expected spec's change.

Currently implemented as "delete-all-pods", followed by
"create-all-pods".

Fixes #219 
Fixes #236

---------

Co-authored-by: Sam Stoelinga <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant