Skip to content

Commit a106964

Browse files
kbhawkeyk8s-ci-robot
authored andcommitted
remove content for TFJob dashboard (#1120)
* remove content for TFJob dashboard Closes #1091. * fix rebasing mixups
1 parent 4390256 commit a106964

2 files changed

Lines changed: 1 addition & 25 deletions

File tree

content/docs/components/training/tftraining.md

Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -236,28 +236,6 @@ Typically you can change the following values in the TFJob yaml file:
236236
237237
1. 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
263241
To use GPUs your cluster must be configured to use GPUs.

content/docs/other-guides/accessing-uis.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,10 @@ instructions on how to connect to them.
1212
The 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

2120
Instructions below indicate how to connect to the Kubeflow central UI. From
2221
there 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.

0 commit comments

Comments
 (0)