Skip to content

Commit f0b717e

Browse files
authored
Update pkg/epp/controller/inferencemodel_reconciler.go
1 parent 02aa4c9 commit f0b717e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pkg/epp/controller/inferencemodel_reconciler.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,7 @@ func (c *InferenceModelReconciler) handleModelDeleted(ctx context.Context, req t
9292
}
9393
logger.Info("InferenceModel removed from datastore", "poolRef", existing.Spec.PoolRef, "modelName", existing.Spec.ModelName)
9494

95+
// TODO(https://github.com/kubernetes-sigs/gateway-api-inference-extension/issues/409): replace this backfill logic with one that is based on InferenceModel Ready conditions once those are set by an external controller.
9596
updated, err := c.Datastore.ModelResync(ctx, c.Client, existing.Spec.ModelName)
9697
if err != nil {
9798
return err

0 commit comments

Comments
 (0)