iter8-tools / iter8

Kubernetes release optimizer
https://iter8.tools
Apache License 2.0
254 stars 34 forks source link

kserve version change updates #1603

Closed kalantar closed 1 year ago

kalantar commented 1 year ago

kserve release-0.10 does not install on new version of Kubernetes (1.26 and 1.27). It did install on 1.25. kserve release-0.11 was made available early August. It does install on newer versions of Kubernetes.

However, there appears to be a change in behavior of the InferenceService. The predictor address has changed from <name>-predictor-default.<namespace>.svc.cluster.local to <name>-predictor.<namespace>.svc.cluster.local. Consequently, the VirtualService defined by the Iter8 chart routing-actions is no longer valid. It should be updated and the documentation clarified that release-0.11 is a requirement.

kalantar commented 1 year ago

Fixed by https://github.com/iter8-tools/iter8/pull/1613