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
Update kubeflow pipelines upgrade guide for kubeflow 0.6 (kubeflow#1055)
* Fix kfp upgrade/reinstall preparation guide.
* Update upgrade instructions for kubeflow deployment.
* Remove kfp upgrade related instructions because they don't work
* Rephrase PV to PD to be more accurate
ks param set pipeline mysqlPvName [YOUR-PRE-CREATED-MYSQL-PV-NAME]
94
-
ks param set pipeline minioPvName [YOUR-PRE-CREATED-MINIO-PV-NAME]
101
+
...
102
+
mysqlPd=[YOUR-PRE-CREATED-MYSQL-PV-NAME]
103
+
...
95
104
```
96
105
97
106
1. Then run the `apply` command as usual:
@@ -100,37 +109,6 @@ The steps below assume that you already have a Kubernetes cluster set up.
100
109
kfctl apply k8s
101
110
```
102
111
103
-
## Upgrading your Kubeflow Pipelines deployment
104
-
105
-
To upgrade your Kubeflow Pipelines deployment to the latest version, run the following script in the
106
-
Kubeflow application directory. That is, in the same directory where you
107
-
performed the original deployment, represented in the deployment guide as
108
-
`${KFAPP}`:
109
-
110
-
```
111
-
cd ${KFAPP}
112
-
${KUBEFLOW_SRC}/scripts/upgrade_kfp.sh
113
-
```
114
-
Alternatively, you can upgrade to a specific version of Kubeflow Pipelines by specifying the version tag. You can find the version tag in the Kubeflow Pipelines [release page](https://github.com/kubeflow/pipelines/releases). For example, to upgrade to v0.1.12
You can delete a Kubeflow cluster and create a new one, specifying
@@ -145,6 +123,8 @@ To reinstall Kubeflow Pipelines, follow the [command line deployment
145
123
instructions](/docs/gke/deploy/deploy-cli/), but note the following
146
124
change in the procedure:
147
125
126
+
1. Warning, when you do `kfctl init ${KFAPP} --other-flags`, you should use a different `${KFAPP}` name from your existing `${KFAPP}`. Otherwise, your data in existing PDs will be deleted during `kfctl apply all -V`.
127
+
148
128
1. **Before** running the following `apply` command:
149
129
150
130
```
@@ -163,14 +143,14 @@ change in the procedure:
163
143
* Edit the following files to specify the persistent disks created
0 commit comments