-
Notifications
You must be signed in to change notification settings - Fork 8
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
Detect if Kubeflow has been setup "correctly" #126
Comments
ARGH, i'm stumped. Here's the two compiles working/not working. Differences between them both - the working one deployed to AWS, and reads 1.8.1 as the KFP version (not sure how this is possible) The non-working on deployed to GCP, and doesn't work on release-1.4, release-1.5 or master. Thoughts? Happy to pair if this helps. |
OK, after hacking at this for the day, it LOOKS like the issue was how i set Kubeflow up on GKE. I was installing from this page - https://www.kubeflow.org/docs/components/pipelines/installation/localcluster-deployment/:
But it looks like this page is the correct one - https://www.kubeflow.org/docs/components/pipelines/installation/standalone-deployment/:
2.0.0-alpha.2
|
Turning this into a feature - it'd be great to help diagnose Kubeflow a TEENY bit. If we can figure out SOME way of detecting the thing is going to fail, that'd be awesome. |
Might be a more generally useful feature for backends - the |
Not sure where this came about - it was after I merged main back into my vertex branch.
kubeflow/pipelines#7676
Thoughts?
The text was updated successfully, but these errors were encountered: