Debugging the model import failure
To debug errors that occurred on the Model Registry server, you can access the logs found in the API v2 pod.
You can obtain the
kubeconfig for the model registry cluster.
- In the Cloudera Data Platform (CDP) console, click the Machine Learning tile.
- Click Model Registries in the left navigation menu. The Model Registries page displays.
- In the Actions menu, click and select
Download Kubeconfig.
In AWS, you need to add your identity under Manage Remote Access to access the Kubernetes cluster.
You must add your identity under Manage Remote Access. For information on granting remote access, see Granting Remote Access to ML Workspaces. After the kubeconfig is set up, run the following kubectl command to get logs for the model registry pod:kubectl logs <model registry pod name> -n mlx