Skip to content

Remove EndpointSlice dependency #256

@ahg-g

Description

@ahg-g

The InferencePool API specs a pod selector for the endpoints, but the EPP implementation ignores that and uses a flag to a service ref.

Now that we landed on the pod selector approach after the API review, we need to switch to use the selector. This means:

  • Removing the EndpointSlice reconciler
  • Use InferencePool.Selector to list the pods and populate the datastore on every probe.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions