-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
Does pipelines only support on GKE? And the workflow run with some problem. #365
Comments
Hi i ran into the same error message. |
The samples are currently GKE/GCP specific, they expect inputs as GCS locations for example. +@qimingj |
@yebrahim The error messages look a bit strange. |
The docs on the site say that it currently only works with GCP. |
@paveldournov @vicaire @Ark-kun Can we close this issue? Do the docs still state that GKE is required? We are using labels platform/other and platform/aws to track issues affecting specific platforms. |
@jlewi, I added the label "platform/other". @hackenzheng, is our issue resolved? @govindKAG, please provide a reference to the problematic document so we can fix. KFP aims to run reliably on K8, independently of GCP. |
I think the relevant doc is And the snippet is
|
Yeah, the problem has been solved . Now kfp provides a simple way to deploy on any k8s cluster. |
Thanks @govindKAG. @sarahmaddox, you have an issue tracking the update of the documentation, correct? |
Yes, here's the doc issue: |
…kubeflow#365) * Add fire, gitpython and hub to test image, fix namespace packaging. * fire is a python library that makes it easy to define entrypoints * gitpython is a python library for git; this will be used for gitops and CI/CD * hub is a CLI for github that will be used for gitops * Create a script to checkout repos. This is intended to be used in situations where we want to check out the latest code and then run some script. * Fix a bug in namespace package __init__.py has a typo. * Parameterize the makefile for the worker image so that we can build the worker image for project kubeflow-releasing using GCB. * Add a script for configuring permissions on ssh keys. * This can be used in an init container to setup ssh keyes; see https://github.com/jlewi/kubeflow-dev/blob/master/notes/git_on_kubeflow.md * exclude release-infra from lint
… macOS (kubeflow#365) * Modify sed options to run 'make test' on macOS * Remove a workaround by moving a conflicted variable into a function * Move a few package variables into a function
The text was updated successfully, but these errors were encountered: