-
Notifications
You must be signed in to change notification settings - Fork 119
Labels
bugSomething isn't workingSomething isn't workinghelp wantedExtra attention is neededExtra attention is needed
Milestone
Description
Description:
What issue is being seen? Describe what should be happening instead of
the bug, for example: Envoy should not crash, the expected value isn't
returned, etc.
- Since a1eea8f cli of the
@mainversion cannot be installed because of usage ofreplacein go.mod :Lines 5 to 7 in 992ce50
replace go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.61.0 => go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.60.0 replace sigs.k8s.io/gateway-api-inference-extension v0.4.0 => sigs.k8s.io/gateway-api-inference-extension v0.5.1
Repro steps:
Include sample requests, environment, etc. All data and inputs
required to reproduce the bug.
$ go install github.com/envoyproxy/ai-gateway/cmd/aigw@main
go: github.com/envoyproxy/ai-gateway/cmd/aigw@main (in github.com/envoyproxy/[email protected]):
The go.mod file for the module providing named packages contains one or
more replace directives. It must not contain directives that would cause
it to be interpreted differently than if it were the main module.
For now a 'workaround'ish v0.2.1 can be installed go install github.com/envoyproxy/ai-gateway/cmd/[email protected]
Note: If there are privacy concerns, sanitize the data prior to
sharing.
Environment:
Include the environment like gateway version, envoy version and so on.
Logs:
Include the access logs and the Envoy logs.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workinghelp wantedExtra attention is neededExtra attention is needed