| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
Signed-off-by: googs1025 <googs1025@gmail.com>
| value: qwen2-0--5b | ||
| backendRefs: | ||
| - name: qwen2-0--5b | ||
| modelsOwnedBy: "llmaz" |
There was a problem hiding this comment.
This is a newly added field
Sorry, something went wrong.
| kind: Backend | ||
| group: gateway.envoyproxy.io | ||
| --- | ||
| apiVersion: gateway.envoyproxy.io/v1alpha1 |
There was a problem hiding this comment.
Support after v0.2.0
Sorry, something went wrong.
|
This is just a draft and there are still some issues that have not been resolved. |
Sorry, something went wrong.
|
@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"}}'
root@VM-0-15-ubuntu:/home/ubuntu/llmaz# kubectl apply -f docs/examples/envoy-ai-gateway/basic.yaml openmodel.llmaz.io/qwen2-0--5b created playground.inference.llmaz.io/qwen2-0--5b created openmodel.llmaz.io/qwen2--5-coder created playground.inference.llmaz.io/qwen2--5-coder created gatewayclass.gateway.networking.k8s.io/default-envoy-ai-gateway created gateway.gateway.networking.k8s.io/default-envoy-ai-gateway created aigatewayroute.aigateway.envoyproxy.io/default-envoy-ai-gateway created aiservicebackend.aigateway.envoyproxy.io/qwen2-0--5b created aiservicebackend.aigateway.envoyproxy.io/qwen2--5-coder created backend.gateway.envoyproxy.io/qwen2-0--5b created backend.gateway.envoyproxy.io/qwen2--5-coder created According to the feedback here, it seems to be a webhook-related issue, but I haven’t found the configuration problem yet. . . .
|
Sorry, something went wrong.
|
Sure, I'll take a look later. |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
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?