Skip to content

Commit

Permalink
Update kubeflow docs link (#929)
Browse files Browse the repository at this point in the history
Summary:
Pull Request resolved: #929

as title, some links were expired

Differential Revision: D59298762
  • Loading branch information
hstonec authored and facebook-github-bot committed Jul 2, 2024
1 parent c8a4316 commit f85ee02
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions resources/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ See https://docs.aws.amazon.com/eks/latest/userguide/platform-versions.html for

#### Creating KFP

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

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

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

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

Expand Down
2 changes: 1 addition & 1 deletion torchx/examples/pipelines/kfp/dist_pipeline.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ def pipeline() -> None:
# a kfp.Client.
#
# See the
# `KFP SDK Examples <https://www.kubeflow.org/docs/components/pipelines/tutorials/sdk-examples/#examples>`_
# `KFP SDK Examples <https://www.kubeflow.org/docs/components/pipelines/legacy-v1/tutorials/sdk-examples/#examples>`_
# for more info on launching KFP pipelines.

# %%
Expand Down
2 changes: 1 addition & 1 deletion torchx/examples/pipelines/kfp/intro_pipeline.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ def pipeline() -> None:
# a kfp.Client.
#
# See the
# `KFP SDK Examples <https://www.kubeflow.org/docs/components/pipelines/tutorials/sdk-examples/#examples>`_
# `KFP SDK Examples <https://www.kubeflow.org/docs/components/pipelines/legacy-v1/tutorials/sdk-examples/#examples>`_
# for more info on launching KFP pipelines.

# %%
Expand Down
2 changes: 1 addition & 1 deletion torchx/pipelines/kfp/adapter.py
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ def component_from_app(
app: The AppDef to generate a KFP container factory for.
ui_metadata: KFP UI Metadata to output so you can have model results show
up in the UI. See
https://www.kubeflow.org/docs/components/pipelines/sdk/output-viewer/
https://www.kubeflow.org/docs/components/pipelines/legacy-v1/sdk/output-viewer/
for more info on the format.
>>> from torchx import specs
Expand Down

0 comments on commit f85ee02

Please sign in to comment.