Skip to content

Docs: missing inferenceExtension.enabled helm value for InferencePool support #479

@abhay1999

Description

@abhay1999

Problem

The documentation for setting up InferencePool support does not mention that inferenceExtension.enabled=true must be set in the agentgateway Helm chart.

Without this flag, the controller uses an empty static collection for InferencePools (collection.go), so any HTTPRoute with an InferencePool backendRef will always return BackendNotFound and routing will fail with backends does not exist.

Expected

The docs should mention:
```bash
helm install agentgateway ...
--set inferenceExtension.enabled=true
```

Impact

Users following the current docs to set up InferencePool routing will hit a silent failure with no clear error pointing to this missing flag.

References

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions