ExternalClientError - model_registry

Hello :slight_smile:
I created a new project. I am getting the same error in my online and offline application. My problem is saving the model even though I have the API

ExternalClientError: Serving API key not found
I’m getting an error, what’s the reason?

Hopswork version: 3.2

code : project.get_model_registry()

Error

Hi @cmlops,

Looks like there is an issue with the configuration of your instance. Looks like Hopsworks thinks KServe is installed in your deployment when in reality it isn’t.

You can edit the configuration from the Hopsworks UI (Cluster Configuration - Hopsworks Documentation) and change the variable kube_kserve_installed from True to False.