-
Notifications
You must be signed in to change notification settings - Fork 834
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
no matches for kind "SeldonDeployment" in version "machinelearning.seldon.io/v1alpha2" #3037
Comments
This looks like Seldon Core is not installed and the CRD is not there. Are you sure you see the seldon-core-manager running in the kubeflow namespace? |
@cliveseldon, You are right. I thought that it comes with the KubeFlow by default. I've tried to install it manually but faced another issue. kubectl create namespace seldon-system Now we can install Seldon Core in the seldon-system namespace. helm install seldon-core seldon-core-operator helm install seldon-core seldon-core-operator index.go:339: skipping loading invalid entry for chart "seldon-core-crd" "0.1.5a" from https://storage.googleapis.com/seldon-charts: validation: chart.metadata.version "0.1.5a" is invalid |
@vladislavkoz I just ran the command locally and didn't seem to get any error, perhaps theree is already a CRD installed? Can you try upgrade helm CLI and remove all CRDs from Seldon and try again? |
Closing now. Please reopen if still an issue. |
@cliveseldon if you try to use v3.5.* of helm you get the error. |
Describe the bug
I'm trying to apply deployment YAML on my KubeFlow(1.2) cluster.
After running: kubectl apply -f deployment.yaml I'm getting the following error:
error: unable to recognize "deployment.yaml": no matches for kind "SeldonDeployment" in version "machinelearning.seldon.io/v1alpha2"
Expected behaviour
Deployment created. The deployment.yaml file is ok.
I was using it with the previous KubeFlow versions deployed using kfctl + manifest
Environment
Kubeflow 1.2
1.18.12-gke.1210
The text was updated successfully, but these errors were encountered: