We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02aa4c9 commit 4d90fbbCopy full SHA for 4d90fbb
pkg/epp/controller/inferencemodel_reconciler.go
@@ -92,6 +92,7 @@ func (c *InferenceModelReconciler) handleModelDeleted(ctx context.Context, req t
92
}
93
logger.Info("InferenceModel removed from datastore", "poolRef", existing.Spec.PoolRef, "modelName", existing.Spec.ModelName)
94
95
+ // TODO(#409): replace this backfill logic with one that is based on InferenceModel Ready conditions once those are set by an external controller.
96
updated, err := c.Datastore.ModelResync(ctx, c.Client, existing.Spec.ModelName)
97
if err != nil {
98
return err
0 commit comments