Skip to content

Fix OpenAI endpoint on Kubernetes gateways #2147

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

Merged
merged 1 commit into from
Dec 26, 2024

Conversation

jvstme
Copy link
Collaborator

@jvstme jvstme commented Dec 26, 2024

The endpoint didn't work both in the old and the
new gateway implementations. The model proxy
attempted forwarding requests to localhost that
resolves to ::1 on Kubernetes gateways, while
Nginx is only listening on 127.0.0.1.

#1595

The endpoint didn't work both in the old and the
new gateway implementations. The model proxy
attempted forwarding requests to `localhost` that
resolves to `::1` on Kubernetes gateways, while
Nginx is only listening on `127.0.0.1`.
@jvstme jvstme merged commit 2df74b8 into master Dec 26, 2024
24 checks passed
@jvstme jvstme deleted the issue_1595_fix_k8s_model_proxy branch December 26, 2024 12:57
pranitnaik43 pushed a commit to bahaal-tech/dstack that referenced this pull request Feb 9, 2025
The endpoint didn't work both in the old and the
new gateway implementations. The model proxy
attempted forwarding requests to `localhost` that
resolves to `::1` on Kubernetes gateways, while
Nginx is only listening on `127.0.0.1`.
pranitnaik43 pushed a commit to bahaal-tech/dstack that referenced this pull request Mar 4, 2025
The endpoint didn't work both in the old and the
new gateway implementations. The model proxy
attempted forwarding requests to `localhost` that
resolves to `::1` on Kubernetes gateways, while
Nginx is only listening on `127.0.0.1`.
pranitnaik43 pushed a commit to bahaal-tech/dstack that referenced this pull request Mar 5, 2025
The endpoint didn't work both in the old and the
new gateway implementations. The model proxy
attempted forwarding requests to `localhost` that
resolves to `::1` on Kubernetes gateways, while
Nginx is only listening on `127.0.0.1`.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant