You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Automate the recreation of model Pods when their expected spec's change.
Currently implemented as "delete-all-pods", followed by
"create-all-pods".
Fixes#219Fixes#236
---------
Co-authored-by: Sam Stoelinga <[email protected]>
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.
The text was updated successfully, but these errors were encountered: