-
Notifications
You must be signed in to change notification settings - Fork 2
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
Upgrade Kserve to v0.11.1 for 1.8 release #193
Comments
While checking for the changes in the manifests I noticed the upstream change in version for |
In order to change the pmmlserver rock to upstream Docker I had to change the SrvingRuntime for pmmlserver in from:
to
|
After upgrading the crds I tried to deploy following inference service
Getting
|
I checked the controller logs
and found problem:
My suspicion was that there is missing some Cluster role/binding for the service account to list the |
I think there's something wrong with the CRD or something to do with administering it. "Internal error occurred: error resolving resource" is coming from the k8s api. But maybe it has to do with a webhook that manipulates the CR before applying? I see similar-ish conversations like this but I don't get a great idea from them on what to look at. in their case, there was a conversion webhook specified even though there's nothing to convert - maybe we have something similar? |
there are some 409 (conflict) errors in the CI runs too - I wonder if that is a cause or a symptom? |
oh nice, I might have figured it out. When updating the CRDs, a |
@misohu can we close this issue? |
Closed with #191 |
What needs to get done
To correctly update the kserve to v0.11.1 for 1.8 release we need to
kustomize
manifests (instructions) and compere them with ours.At the end make sure the tests are passing.
Why it needs to get done
Required for 1.8
The text was updated successfully, but these errors were encountered: