Skip to content

Conformance: InferencePoolInvalidEPPService Fails to Run #1416

@danehans

Description

@danehans

What happened:
The InferencePoolInvalidEPPService fails to run because the InferencePool manifest was not updated to reflect the latest API changes:

apiVersion: inference.networking.k8s.io/v1
kind: InferencePool
metadata:
  name: pool-with-invalid-epp
  namespace: gateway-conformance-app-backend
spec:
  selector:
    app: primary-inference-model-server
  targetPortNumber: 3000
  extensionRef:
    name: non-existent-epp-svc

What you expected to happen:
To run the test.

How to reproduce it (as minimally and precisely as possible):
Follow the steps in the conformance guide and run the test.

Anything else we need to know?:

N/A

Metadata

Metadata

Assignees

Labels

kind/bugCategorizes issue or PR as related to a bug.triage/acceptedIndicates an issue or PR is ready to be actively worked on.

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions