Skip to content

Install AIGW cli tool not working. #1064

@Dean-Coakley

Description

@Dean-Coakley

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 @main version cannot be installed because of usage of replace in go.mod :

    ai-gateway/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

No one assigned

    Labels

    bugSomething isn't workinghelp wantedExtra attention is needed

    Type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions