File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -236,28 +236,6 @@ Typically you can change the following values in the TFJob yaml file:
236236
2372371. Attach PVs if you want to use PVs for storage.
238238
239- ### Accessing the TFJob dashboard
240-
241- The TFJob dashboard has the title **kubeflow/tf-operator**.
242- You can access it at `<path>/tfjobs/ui/`. Specifically:
243-
244- * If you followed the
245- guide to [deploying Kubeflow on GCP](/docs/gke/deploy/), you can
246- access the TFJob dashboard at the following URL:
247-
248- ```
249- https://<deployment-name>.endpoints.<project>.cloud.goog/tfjobs/ui/
250- ```
251-
252- * If you're using portforwarding, you can access the TFJob dashboard at the
253- following URL:
254-
255- ```
256- http://localhost:8080/tfjobs/ui/
257- ```
258-
259- See more details about [accessing the Kubeflow UIs](/docs/other-guides/accessing-uis).
260-
261239## Using GPUs
262240
263241To use GPUs your cluster must be configured to use GPUs.
Original file line number Diff line number Diff line change @@ -12,11 +12,10 @@ instructions on how to connect to them.
1212The Kubeflow UIs include the following:
1313
1414* A central ** Kubeflow** UI for navigation between the Kubeflow applications.
15- * ** Pipelines** for a Kubeflow Pipelines dashboard
15+ * ** Pipelines** for a Kubeflow Pipelines dashboard.
1616* ** Notebook Servers** for Jupyter notebooks.
1717* ** Katib** for hyperparameter tuning.
1818* ** Artifact Store** for tracking of artifact metadata.
19- * ** tf-operator** for a TFJob dashboard.
2019
2120Instructions below indicate how to connect to the Kubeflow central UI. From
2221there you can navigate to the different services using the left hand navigation
@@ -109,5 +108,4 @@ You can access Kubeflow via `kubectl` and port-forwarding as follows:
109108
110109## Next steps
111110
112- * See how to [access the TFJob dashboard](/docs/components/training/tftraining/).
113111* [Set up your Jupyter notebooks](/docs/notebooks/setup/) in Kubeflow.
You can’t perform that action at this time.
0 commit comments