-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
A small problem, Error validate kubeflow-core #1462
Comments
Can you provide the output of
Its really strange that you would hit this error but no one else seems to be hitting it. It doesn't look like we set it differently for minikube vs. other platforms It also looks like the values are the same for 0.2 and 0.3 /cc @abhi-g |
sorry for reply too late ks version
kubectl version
maybe it's because the version of my Kubernetes version? |
@asdfsx Did you every get this resolved? Sorry we left you hanging. You can always turn to kubeflow.slack.com for help if we're unresponsive on GitHub issues. If you're still having trouble; I'd suggest trying 0.3 which we just released last week. |
@jlewi Thx, I'll try the latest version, after I upgrade my cluster~ |
@asdfsx hopefully things are working. If not please reopen this issue or file a new one describing the latest problems. |
I try to deploy kubeflow-core v0.2.4 to minikube as described below.
The deploy successed.
but when I try to use
validate
, I got the following errorI solve this problem by modify
kubeflow/core/ambassador.libsonnet
,change the flowing lineto
The text was updated successfully, but these errors were encountered: