models-web-app
models-web-app copied to clipboard
Usage of custom ClusterServingRuntimes breaks web app
In our use case, we have some custom ClusterServingRuntimes in addition to the default ones KServe 0.8 ships with. It seems that this breaks the listing of all InferenceServices, regardless whether they actually use ServingRuntimes.
We’ve temporarily fixed this issue for us in a fork. https://github.com/bakdata/models-web-app/ Responsible was this check https://github.com/kserve/models-web-app/blob/a3a8e80492a81cfe307299efd926513663f60146/frontend/src/app/shared/utils.ts#L129 which only accepts default KServe ServingRuntimes. With this change, the models-web-app correctly lists the InferenceServices again.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
@LogicalGuy77 does this still happen? Please check https://github.com/kserve/models-web-app/pull/47
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
This issue has been automatically closed because it has not had recent activity. Please comment "/reopen" to reopen it.