Draft
Conversation
Signed-off-by: googs1025 <googs1025@gmail.com>
googs1025
commented
Jul 5, 2025
| value: qwen2-0--5b | ||
| backendRefs: | ||
| - name: qwen2-0--5b | ||
| modelsOwnedBy: "llmaz" |
Member
Author
There was a problem hiding this comment.
This is a newly added field
googs1025
commented
Jul 5, 2025
| kind: Backend | ||
| group: gateway.envoyproxy.io | ||
| --- | ||
| apiVersion: gateway.envoyproxy.io/v1alpha1 |
Member
Author
|
This is just a draft and there are still some issues that have not been resolved. |
Member
Author
|
@kerthcet I have some problems, but I don't see the problem. If you have time, can you help me take a look? Thanks for your help.
kubectl patch cm envoy-gateway-config -n llmaz-system -p='{"data":{"envoy-gateway.yaml":"apiVersion: gateway.envoyproxy.io/v1alpha1\nkind: EnvoyGateway\nextensionApis:\n enableBackend: true\n enableEnvoyPatchPolicy: true\nextensionManager:\n hooks:\n xdsTranslator:\n post:\n - VirtualHost\n - Translation\n service:\n fqdn:\n hostname: ai-gateway-controller.envoy-ai-gateway-system.svc.cluster.local\n port: 1063\ngateway:\n controllerName: gateway.envoyproxy.io/gatewayclass-controller\nlogging:\n level:\n default: info\nprovider:\n kubernetes:\n rateLimitDeployment:\n container:\n image: docker.io/envoyproxy/ratelimit:3e085e5b\n patch:\n type: StrategicMerge\n value:\n spec:\n template:\n spec:\n containers:\n - imagePullPolicy: IfNotPresent\n name: envoy-ratelimit\n shutdownManager:\n image: docker.io/envoyproxy/gateway:v1.4.0\n type: Kubernetes"}}'
According to the feedback here, it seems to be a webhook-related issue, but I haven’t found the configuration problem yet. . . .
|
Member
|
Sure, I'll take a look later. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

What this PR does / why we need it
Which issue(s) this PR fixes
Fixes #463 (comment)
Special notes for your reviewer
Does this PR introduce a user-facing change?