Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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