Skip to content
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

Deploy on a Kubernetes Cluster Curl request no result #19

Open
Starsand0 opened this issue Apr 29, 2024 · 0 comments
Open

Deploy on a Kubernetes Cluster Curl request no result #19

Starsand0 opened this issue Apr 29, 2024 · 0 comments

Comments

@Starsand0
Copy link

(gptk8s) root@administrator:~# curl -v -H "Host: ${SERVICE_HOSTNAME}" -H "Content-Type: application/json" -u [email protected]:12341234 http://${INGRESS_HOST}:${INGRESS_PORT}/v2/models/llama2_7b_chat/infer -d @./NKE/data/qa/sample_text2.json

  • Trying 192.168.30.113:31658...
  • TCP_NODELAY set
  • Connected to 192.168.30.113 (192.168.30.113) port 31658 (#0)
  • Server auth using Basic with user '[email protected]'

POST /v2/models/llama2_7b_chat/infer HTTP/1.1
Host: llm27c-deploy.default.example.com
Authorization: Basic dXNlckBleGFtcGxlLmNvbToxMjM0MTIzNA==
User-Agent: curl/7.68.0
Accept: /
Content-Type: application/json
Content-Length: 218

  • upload completely sent off: 218 out of 218 bytes
  • Mark bundle as not supporting multiuse
    < HTTP/1.1 302 Found
    < location: /dex/auth?client_id=kubeflow-oidc-authservice&redirect_uri=%2Fauthservice%2Foidc%2Fcallback&response_type=code&scope=openid+profile+email+groups&state=MTcxNDM3MzI2OXxOd3dBTkUwelJsQTNRMWxHTlZKYVNqWkpORFUzTkZwQ01sQkdWbGxFUkVsRVZWZEZVMWcxVDBSTlMwTXpWa1JaU0VKUFdqZEtUVUU9fO27vIFKshkKp9TszfeY-WAP3qNfDBqvlXUoi4bVMxRL
    < set-cookie: oidc_state_csrf=MTcxNDM3MzI2OXxOd3dBTkUwelJsQTNRMWxHTlZKYVNqWkpORFUzTkZwQ01sQkdWbGxFUkVsRVZWZEZVMWcxVDBSTlMwTXpWa1JaU0VKUFdqZEtUVUU9fO27vIFKshkKp9TszfeY-WAP3qNfDBqvlXUoi4bVMxRL; Path=/; Expires=Mon, 19 Oct 2054 07:41:18 GMT; Max-Age=1200000000000
    < date: Mon, 29 Apr 2024 06:47:49 GMT
    < x-envoy-upstream-service-time: 4
    < server: istio-envoy
    < content-length: 0
    <
  • Connection #0 to host 192.168.30.113 left intact
    (gptk8s) root@administrator:~#
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

No branches or pull requests

1 participant