-
Notifications
You must be signed in to change notification settings - Fork 777
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
Clarify that pipelines work outside GCP except for specific functionality #655
Comments
Issue-Label Bot is automatically applying the label Links: app homepage, dashboard and code for this bot. |
/cc iyera |
Did a quick PR on this #662 |
/close |
@sarahmaddox: Closing this issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
In various places in the docs (e.g. the pipelines overview we state the following:
"Due to kubeflow/pipelines#345 and kubeflow/pipelines#337, Kubeflow Pipelines depends on Google Cloud Platform (GCP) services and some of the functionality is currently not supported by non-GKE clusters."
The documentation as it is worded today makes it seem like KFP can only work on GCP. However, due to the bugs listed above, only a couple non-essential pieces of functionality are unavailable outside GCP.
Update the docs to be more specific:
"Due to kubeflow/pipelines#345 and kubeflow/pipelines#337, a couple of non-critical pieces of functionality are currently available only on GKE clusters.
The code for the paragraph is in this shortcode (re-used in multiple places in the docs):
https://github.com/kubeflow/website/blob/master/layouts/shortcodes/pipelines-compatibility.html
The text was updated successfully, but these errors were encountered: