You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/en/docs/components/pipelines/legacy-v1/installation/choose-executor.md
+7-7Lines changed: 7 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -15,11 +15,11 @@ Kubeflow Pipelines runs on [Argo Workflows](https://argoproj.github.io/workflows
15
15
16
16
## Choosing the Workflow Executor
17
17
18
-
1.[Emissary executor](#emissary-executor) has been Kubeflow Pipelines' default executor since February 2022 when KFP 1.8 went GA.
18
+
1.[Emissary executor](#emissary-executor) has been Kubeflow Pipelines' default executor since Feburay 2022 when KFP 1.8 went GA.
19
19
We recommend Emissary executor unless you have known compatibility issues with Emissary, in which case please submit your
20
-
feedback in [the Emissary Executor feedback GitHub issue](https://github.com/kubeflow/pipelines/issues/6249).
20
+
feedback in [the Emissary Executor feedback Github issue](https://github.com/kubeflow/pipelines/issues/6249).
21
21
22
-
1.[Docker executor](#docker-executor) is available as a legacy choice. In case you do have compatibility issues with Emissary executor,
22
+
1.[Docker executor](#docker-executor) is available as a legacy choice. In case you do have compatibilty issues with Emissary executor,
23
23
and your cluster is running on an older version of Kubernetes (<1.20), you can configure to use Docker executor.
24
24
25
25
Note that Argo Workflows support other workflow executors, but the Kubeflow Pipelines
@@ -39,13 +39,13 @@ improvements can make it the default executor that most people should use going
39
39
* Cannot escape the privileges of the pod's service account.
40
40
* Migration: `command` must be specified in [Kubeflow Pipelines component specification](/docs/components/pipelines/reference/component-spec/).
41
41
42
-
Note, the same migration requirement is required by [Kubeflow Pipelines v2 compatible mode](/docs/components/pipelines/reference/version-compatibility/), refer to
42
+
Note, the same migration requirement is required by [Kubeflow Pipelines v2 compatible mode](/docs/components/pipelines/legacy-v1/sdk/v2-compatibility/), refer to
Copy file name to clipboardExpand all lines: content/en/docs/components/pipelines/legacy-v1/installation/overview.md
+51-31Lines changed: 51 additions & 31 deletions
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,7 @@ portable installation that only includes Kubeflow Pipelines.
19
19
* Kubeflow Pipelines as [part of a full Kubeflow deployment](/docs/components/pipelines/operator-guides/installation/overview/#full-kubeflow-deployment) provides
20
20
all Kubeflow components and more integration with each platform.
21
21
***Beta**: [Google Cloud AI Platform Pipelines](#google-cloud-ai-platform-pipelines) makes it easier to install and use Kubeflow Pipelines on Google Cloud by providing a management UI on [Google Cloud Console](https://console.cloud.google.com/ai-platform/pipelines/clusters).
22
-
* A [local](/docs/components/pipelines/operator-guides/installation/localcluster-deployment) Kubeflow Pipelines deployment for testing purposes.
22
+
* A [local](/docs/components/pipelines/legacy-v1/installation/localcluster-deployment) Kubeflow Pipelines deployment for testing purposes.
23
23
24
24
## Choosing an installation option
25
25
@@ -28,7 +28,7 @@ all Kubeflow components and more integration with each platform.
28
28
If yes, choose the [full Kubeflow deployment](/docs/components/pipelines/operator-guides/installation/overview/#full-kubeflow-deployment).
29
29
1. Can you use a cloud/on-prem Kubernetes cluster?
30
30
31
-
If you can't, you should try using Kubeflow Pipelines on a local Kubernetes cluster for learning and testing purposes by following the steps in [Deploying Kubeflow Pipelines on a local cluster](/docs/components/pipelines/operator-guides/installation/localcluster-deployment).
31
+
If you can't, you should try using Kubeflow Pipelines on a local Kubernetes cluster for learning and testing purposes by following the steps in [Deploying Kubeflow Pipelines on a local cluster](/docs/components/pipelines/legacy-v1/installation/localcluster-deployment).
32
32
1. Do you want to use Kubeflow Pipelines with [multi-user support](https://github.com/kubeflow/pipelines/issues/1223)?
33
33
34
34
If yes, choose the [full Kubeflow deployment](/docs/components/pipelines/operator-guides/installation/overview/#full-kubeflow-deployment) with version >= v1.1.
@@ -59,32 +59,38 @@ To deploy Kubeflow Pipelines Standalone, you use kustomize manifests only.
59
59
This process makes it simpler to customize your deployment and to integrate
60
60
Kubeflow Pipelines into an existing Kubernetes cluster.
* Kubeflow Pipelines endpoint is **only autoconfigured** for Google Cloud.
71
+
* Kubeflow Pipelines endpoint is **only auto-configured** for Google Cloud.
70
72
71
73
If you wish to deploy Kubeflow Pipelines on other platforms, you can either access it through
72
74
`kubectl port-forward` or configure your own platform specific auth-enabled
73
75
endpoint by yourself.
74
76
75
-
Release Schedule: Kubeflow Pipelines Standalone is available for every Kubeflow Pipelines release.
77
+
Release Schedule
78
+
: Kubeflow Pipelines Standalone is available for every Kubeflow Pipelines release.
76
79
You will have access to the latest features.
77
80
78
-
Upgrade Support (**Beta**): [Upgrading Kubeflow Pipelines Standalone](/docs/components/pipelines/operator-guides/installation/standalone-deployment/#upgrading-kubeflow-pipelines) introduces how to upgrade
81
+
Upgrade Support (**Beta**)
82
+
: [Upgrading Kubeflow Pipelines Standalone](/docs/components/pipelines/legacy-v1/installation/standalone-deployment/#upgrading-kubeflow-pipelines) introduces how to upgrade
79
83
in place.
80
84
81
-
Google Cloud Integrations:
82
-
* A Kubeflow Pipelines public endpoint with auth support is **autoconfigured** for you.
85
+
Google Cloud Integrations
86
+
:
87
+
* A Kubeflow Pipelines public endpoint with auth support is **auto-configured** for you.
83
88
* Open the Kubeflow Pipelines UI via the **Open Pipelines Dashboard** link in [the AI Platform Pipelines dashboard of Cloud Console](https://console.cloud.google.com/ai-platform/pipelines/clusters).
84
89
* (Optional) You can choose to persist your data in Google Cloud managed storage (Cloud SQL and Cloud Storage).
85
-
* All options to authenticate to Google Cloud are supported.
90
+
*[All options to authenticate to Google Cloud](/docs/gke/pipelines/authentication-pipelines/) are supported.
86
91
87
-
Notes on specific features:
92
+
Notes on specific features
93
+
:
88
94
* After deployment, your Kubernetes cluster contains Kubeflow Pipelines only.
89
95
It does not include the other Kubeflow components.
90
96
For example, to use a Jupyter Notebook, you must use a local notebook or a
@@ -99,17 +105,20 @@ Notes on specific features:
99
105
Use this option to deploy Kubeflow Pipelines to your local machine, on-premises,
100
106
or to a cloud, as part of a full Kubeflow installation.
* Kubeflow Pipelines UI within or outside the Kubeflow UI
107
115
* Kubeflow Pipelines SDK
108
116
* Kubeflow Pipelines API
109
117
* Other Kubeflow APIs
110
-
* Kubeflow Pipelines endpoint is autoconfigured with auth support for each platform
118
+
* Kubeflow Pipelines endpoint is auto-configured with auth support for each platform
111
119
112
-
Release Schedule: The full Kubeflow is released quarterly. It has significant delay in receiving
120
+
Release Schedule
121
+
: The full Kubeflow is released quarterly. It has significant delay in receiving
113
122
Kubeflow Pipelines updates.
114
123
115
124
| Kubeflow Version | Kubeflow Pipelines Version |
@@ -124,15 +133,18 @@ Kubeflow Pipelines updates.
124
133
125
134
Note: Google Cloud, AWS, and IBM Cloud have supported Kubeflow Pipelines 1.0.0 with multi-user separation. Other platforms might not be up-to-date for now, refer to [this GitHub issue](https://github.com/kubeflow/manifests/issues/1364#issuecomment-668415871) for status.
126
135
127
-
Upgrade Support:
128
-
Refer to [the full Kubeflow section of upgrading Kubeflow Pipelines on Google Cloud](/docs/components/pipelines/operator-guides/installation/upgrade) guide.
136
+
Upgrade Support
137
+
:
138
+
Refer to [the full Kubeflow section of upgrading Kubeflow Pipelines on Google Cloud](/docs/gke/pipelines/upgrade/#full-kubeflow) guide.
129
139
130
-
Google Cloud Integrations:
131
-
* A Kubeflow Pipelines public endpoint with auth support is **autoconfigured** for you using [Cloud Identity-Aware Proxy](https://cloud.google.com/iap).
140
+
Google Cloud Integrations
141
+
:
142
+
* A Kubeflow Pipelines public endpoint with auth support is **auto-configured** for you using [Cloud Identity-Aware Proxy](https://cloud.google.com/iap).
132
143
* There's no current support for persisting your data in Google Cloud managed storage (Cloud SQL and Cloud Storage). Refer to [this GitHub issue](https://github.com/kubeflow/pipelines/issues/4356) for the latest status.
133
-
* You can authenticate to Google Cloud with Workload Identity.
144
+
* You can [authenticate to Google Cloud with Workload Identity](/docs/gke/pipelines/authentication-pipelines/#workload-identity).
134
145
135
-
Notes on specific features:
146
+
Notes on specific features
147
+
:
136
148
* After deployment, your Kubernetes cluster includes all the
137
149
[Kubeflow components](/docs/components/).
138
150
For example, you can use the Jupyter notebook services
@@ -161,30 +173,38 @@ Use this option to deploy Kubeflow Pipelines to Google Kubernetes Engine (GKE)
161
173
from Google Cloud Marketplace. You can deploy Kubeflow Pipelines to an existing or new
162
174
GKE cluster and manage your cluster within Google Cloud.
163
175
164
-
Installation guide: [Google Cloud AI Platform Pipelines documentation](https://cloud.google.com/ai-platform/pipelines/docs)
176
+
Installation guide
177
+
: [Google Cloud AI Platform Pipelines documentation](https://cloud.google.com/ai-platform/pipelines/docs)
165
178
166
-
Interfaces:
179
+
Interfaces
180
+
:
167
181
* Google Cloud Console for managing the Kubeflow Pipelines cluster and other Google Cloud
168
182
services
169
183
* Kubeflow Pipelines UI via the **Open Pipelines Dashboard** link in the
170
184
Google Cloud Console
171
185
* Kubeflow Pipelines SDK in Cloud Notebooks
172
-
* Kubeflow Pipelines endpoint of your instance is autoconfigured for you
186
+
* Kubeflow Pipelines endpoint of your instance is auto-configured for you
173
187
174
-
Release Schedule: AI Platform Pipelines is available for a chosen set of stable Kubeflow
188
+
Release Schedule
189
+
: AI Platform Pipelines is available for a chosen set of stable Kubeflow
175
190
Pipelines releases. You will receive updates slightly slower than Kubeflow
176
191
Pipelines Standalone.
177
192
178
-
Upgrade Support (**Alpha**): An in-place upgrade is not supported.
193
+
Upgrade Support (**Alpha**)
194
+
: An in-place upgrade is not supported.
179
195
180
-
Google Cloud Integrations:
196
+
To upgrade AI Platform Pipelines by reinstalling it (with existing data), refer to the [Upgrading AI Platform Pipelines](/docs/gke/pipelines/upgrade/#ai-platform-pipelines) guide.
197
+
198
+
Google Cloud Integrations
199
+
:
181
200
* You can deploy AI Platform Pipelines on [Cloud Console UI](https://console.cloud.google.com/marketplace/details/google-cloud-ai-platform/kubeflow-pipelines).
182
-
* A Kubeflow Pipelines public endpoint with auth support is **autoconfigured** for you.
201
+
* A Kubeflow Pipelines public endpoint with auth support is **auto-configured** for you.
183
202
* (Optional) You can choose to persist your data in Google Cloud managed storage services (Cloud SQL and Cloud Storage).
184
-
* You can authenticate to Google Cloud with the Compute Engine default service account. However, this method may not be suitable if you need workload permission separation.
203
+
* You can [authenticate to Google Cloud with the Compute Engine default service account](/docs/gke/pipelines/authentication-pipelines/#compute-engine-default-service-account). However, this method may not be suitable if you need workload permission separation.
185
204
* You can deploy AI Platform Pipelines on both public and private GKE clusters as long as the cluster [has sufficient resources for AI Platform Pipelines](https://cloud.google.com/ai-platform/pipelines/docs/configure-gke-cluster#ensure).
186
205
187
-
Notes on specific features:
206
+
Notes on specific features
207
+
:
188
208
* After deployment, your Kubernetes cluster contains Kubeflow Pipelines only.
189
209
It does not include the other Kubeflow components.
190
210
For example, to use a Jupyter Notebook, you can use [AI Platform
0 commit comments