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
Updated screenshots and UI info for Kubeflow v0.6 (kubeflow#1029)
* WIP Updating screenshots and UI info for v0.6
* Fixed UI text and URLs in pipelines quickstart.
* Fixed UI text and clarified Cloud Shell in Pipelines tutorial.
* Removed screenshot of Kubeflow central UI as it doesn't show TFJob.
* Started updates to notebooks.
* Updated port-forwarding instructions for UI.
* Updated UI for notebooks.
* Finished UI updates for notebooks.
* Fixed caps in URL variable.
Copy file name to clipboardExpand all lines: content/docs/gke/pipelines-tutorial.md
+8-2
Original file line number
Diff line number
Diff line change
@@ -87,6 +87,12 @@ Notes:
87
87
[clean up your GCP resources](#cleanup) when you've finished with them.
88
88
* This guide uses [Cloud Shell][cloud-shell] to manage your GCP environment, to save you the steps of installing [Cloud SDK][cloud-sdk] and [kubectl][kubectl].
89
89
90
+
### Start your Cloud Shell
91
+
92
+
Follow the link to activate a
93
+
[Cloud Shell environment](https://console.cloud.google.com/cloudshell) in your
94
+
browser.
95
+
90
96
### Set up some handy environment variables
91
97
92
98
Set up the following environment variables for use throughout the tutorial:
@@ -190,7 +196,7 @@ Deploy Kubeflow on GCP:
190
196
alt="Prediction UI"
191
197
class="mt-3 mb-3 p-3 border border-info rounded">
192
198
193
-
1. Click **Pipeline Dashboard** to access the pipelines UI. The pipelines UI
199
+
1. Click **Pipelines** to access the pipelines UI. The pipelines UI
0 commit comments