intro-to-ml-with-kubeflow / intro-to-ml-with-kubeflow-examples

[WIP] Examples for the Intro to ML with Kubeflow book
Apache License 2.0
204 stars 83 forks source link

[Chapter 2] INTERNAL_ERROR on Run job.yaml | Failed state with this message: error: error when creating "/tmp/manifest.yaml #145

Open webmakaka opened 2 years ago

webmakaka commented 2 years ago

Hello!

I have an issue on step Training and Deploying a Model


localhost:7777


Pipelines -> Upload -> job.yaml

Run

The rusult is:

Screenshot from 2022-08-24 23-55-47

This step is in Failed state with this message: error: error when creating "/tmp/manifest.yaml": Post https://10.96.0.1:443/apis/machinelearning.seldon.io/v1alpha2/namespaces/kubeflow/seldondeployments: stream error: stream ID 123; INTERNAL_ERROR

My config is:


$ export \
    PROFILE=marley-minikube \
    CPUS=8 \
    MEMORY=30G \
    HDD=80G \
    DRIVER=docker \
    KUBERNETES_VERSION=v1.16.0

==================

Any suggestions to solve this issue?