-
-
Notifications
You must be signed in to change notification settings - Fork 35
feat: support ai-gateway v0.2.1 #478
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
Signed-off-by: googs1025 <[email protected]>
@@ -85,38 +85,62 @@ spec: | |||
value: qwen2-0--5b | |||
backendRefs: | |||
- name: qwen2-0--5b | |||
modelsOwnedBy: "llmaz" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is a newly added field
kind: Backend | ||
group: gateway.envoyproxy.io | ||
--- | ||
apiVersion: gateway.envoyproxy.io/v1alpha1 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Support after v0.2.0
This is just a draft and there are still some issues that have not been resolved. |
@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. . . . ![]() |
Sure, I'll take a look 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?