File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ See https://docs.aws.amazon.com/eks/latest/userguide/platform-versions.html for
11
11
12
12
#### Creating KFP
13
13
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
15
15
16
16
export PIPELINE_VERSION=1.8.1
17
17
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.
60
60
* The node groups in the EKS cluster HAVE to be spread to more than a single AZ, otherwise there
61
61
will be problems with ` istio-ingress `
62
62
63
- * KFP troubleshooting: https://www.kubeflow.org/docs/components/pipelines/troubleshooting/
63
+ * KFP troubleshooting: https://www.kubeflow.org/docs/components/pipelines/legacy-v1/ troubleshooting/
64
64
65
65
* Enable Kubernetes nodes to access AWS account resources: https://stackoverflow.com/a/64617080/1446208
66
66
Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ def pipeline() -> None:
60
60
# a kfp.Client.
61
61
#
62
62
# 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>`_
64
64
# for more info on launching KFP pipelines.
65
65
66
66
# %%
Original file line number Diff line number Diff line change @@ -73,7 +73,7 @@ def pipeline() -> None:
73
73
# a kfp.Client.
74
74
#
75
75
# 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>`_
77
77
# for more info on launching KFP pipelines.
78
78
79
79
# %%
Original file line number Diff line number Diff line change @@ -105,7 +105,7 @@ def component_from_app(
105
105
app: The AppDef to generate a KFP container factory for.
106
106
ui_metadata: KFP UI Metadata to output so you can have model results show
107
107
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/
109
109
for more info on the format.
110
110
111
111
>>> from torchx import specs
You can’t perform that action at this time.
0 commit comments