Skip to content

Commit 9981bfa

Browse files
authored
Update kubeflow docs link
Differential Revision: D59298762 Pull Request resolved: #929
1 parent c8a4316 commit 9981bfa

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

resources/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ See https://docs.aws.amazon.com/eks/latest/userguide/platform-versions.html for
1111

1212
#### Creating KFP
1313

14-
Source doc: https://www.kubeflow.org/docs/components/pipelines/installation/standalone-deployment/#deploying-kubeflow-pipelines
14+
Source doc: https://www.kubeflow.org/docs/components/pipelines/legacy-v1/installation/standalone-deployment/#deploying-kubeflow-pipelines
1515

1616
export PIPELINE_VERSION=1.8.1
1717
kubectl apply -k "github.com/kubeflow/pipelines/manifests/kustomize/cluster-scoped-resources?ref=$PIPELINE_VERSION"
@@ -60,7 +60,7 @@ point you the ENI and NAT that needs to be deleted manually.
6060
* The node groups in the EKS cluster HAVE to be spread to more than a single AZ, otherwise there
6161
will be problems with `istio-ingress`
6262

63-
* KFP troubleshooting: https://www.kubeflow.org/docs/components/pipelines/troubleshooting/
63+
* KFP troubleshooting: https://www.kubeflow.org/docs/components/pipelines/legacy-v1/troubleshooting/
6464

6565
* Enable Kubernetes nodes to access AWS account resources: https://stackoverflow.com/a/64617080/1446208
6666

torchx/examples/pipelines/kfp/dist_pipeline.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ def pipeline() -> None:
6060
# a kfp.Client.
6161
#
6262
# See the
63-
# `KFP SDK Examples <https://www.kubeflow.org/docs/components/pipelines/tutorials/sdk-examples/#examples>`_
63+
# `KFP SDK Examples <https://www.kubeflow.org/docs/components/pipelines/legacy-v1/tutorials/sdk-examples/#examples>`_
6464
# for more info on launching KFP pipelines.
6565

6666
# %%

torchx/examples/pipelines/kfp/intro_pipeline.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ def pipeline() -> None:
7373
# a kfp.Client.
7474
#
7575
# See the
76-
# `KFP SDK Examples <https://www.kubeflow.org/docs/components/pipelines/tutorials/sdk-examples/#examples>`_
76+
# `KFP SDK Examples <https://www.kubeflow.org/docs/components/pipelines/legacy-v1/tutorials/sdk-examples/#examples>`_
7777
# for more info on launching KFP pipelines.
7878

7979
# %%

torchx/pipelines/kfp/adapter.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ def component_from_app(
105105
app: The AppDef to generate a KFP container factory for.
106106
ui_metadata: KFP UI Metadata to output so you can have model results show
107107
up in the UI. See
108-
https://www.kubeflow.org/docs/components/pipelines/sdk/output-viewer/
108+
https://www.kubeflow.org/docs/components/pipelines/legacy-v1/sdk/output-viewer/
109109
for more info on the format.
110110
111111
>>> from torchx import specs

0 commit comments

Comments
 (0)