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

validation port forwards to pod not svc #379

Open
willr3 opened this issue May 3, 2024 · 0 comments
Open

validation port forwards to pod not svc #379

willr3 opened this issue May 3, 2024 · 0 comments

Comments

@willr3
Copy link
Contributor

willr3 commented May 3, 2024

I was manually running the bash commands from the validate_model and I think there is an inconsistency in Wait for the model to answer successfully

https://github.com/openshift-psap/topsail/blob/main/projects/kserve/roles/kserve_validate_model/tasks/validate_model.yaml#L46

This appears to be exposing a port that exists on the pod but the port forwarding is targeting the svc. I do not see an existing variable for the pod name but I believe the line should be

      oc port-forward po/{{ pod_name_goes_here }}-predictor 8080:8033 -n {{ kserve_validate_model_namespace }} &
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