Skip to content

Commit f56a8cb

Browse files
authored
Comp yaml eb830cd (#1282)
1 parent 4060415 commit f56a8cb

File tree

39 files changed

+60
-60
lines changed

39 files changed

+60
-60
lines changed

components/gcp/bigquery/query/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ KFP_PACKAGE = 'https://storage.googleapis.com/ml-pipeline/release/0.1.14/kfp.tar
8989
import kfp.components as comp
9090

9191
bigquery_query_op = comp.load_component_from_url(
92-
'https://raw.githubusercontent.com/kubeflow/pipelines/e8524eefb138725fc06600d1956da0f4dd477178/components/gcp/bigquery/query/component.yaml')
92+
'https://raw.githubusercontent.com/kubeflow/pipelines/eb830cd73ca148e5a1a6485a9374c2dc068314bc/components/gcp/bigquery/query/component.yaml')
9393
help(bigquery_query_op)
9494
```
9595

components/gcp/bigquery/query/sample.ipynb

+1-1
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@
108108
"import kfp.components as comp\n",
109109
"\n",
110110
"bigquery_query_op = comp.load_component_from_url(\n",
111-
" 'https://raw.githubusercontent.com/kubeflow/pipelines/e8524eefb138725fc06600d1956da0f4dd477178/components/gcp/bigquery/query/component.yaml')\n",
111+
" 'https://raw.githubusercontent.com/kubeflow/pipelines/eb830cd73ca148e5a1a6485a9374c2dc068314bc/components/gcp/bigquery/query/component.yaml')\n",
112112
"help(bigquery_query_op)"
113113
]
114114
},

components/gcp/dataflow/launch_python/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ KFP_PACKAGE = 'https://storage.googleapis.com/ml-pipeline/release/0.1.14/kfp.tar
7777
import kfp.components as comp
7878

7979
dataflow_python_op = comp.load_component_from_url(
80-
'https://raw.githubusercontent.com/kubeflow/pipelines/e8524eefb138725fc06600d1956da0f4dd477178/components/gcp/dataflow/launch_python/component.yaml')
80+
'https://raw.githubusercontent.com/kubeflow/pipelines/eb830cd73ca148e5a1a6485a9374c2dc068314bc/components/gcp/dataflow/launch_python/component.yaml')
8181
help(dataflow_python_op)
8282
```
8383

components/gcp/dataflow/launch_python/sample.ipynb

+1-1
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@
9595
"import kfp.components as comp\n",
9696
"\n",
9797
"dataflow_python_op = comp.load_component_from_url(\n",
98-
" 'https://raw.githubusercontent.com/kubeflow/pipelines/e8524eefb138725fc06600d1956da0f4dd477178/components/gcp/dataflow/launch_python/component.yaml')\n",
98+
" 'https://raw.githubusercontent.com/kubeflow/pipelines/eb830cd73ca148e5a1a6485a9374c2dc068314bc/components/gcp/dataflow/launch_python/component.yaml')\n",
9999
"help(dataflow_python_op)"
100100
]
101101
},

components/gcp/dataflow/launch_template/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ KFP_PACKAGE = 'https://storage.googleapis.com/ml-pipeline/release/0.1.14/kfp.tar
6767
import kfp.components as comp
6868

6969
dataflow_template_op = comp.load_component_from_url(
70-
'https://raw.githubusercontent.com/kubeflow/pipelines/e8524eefb138725fc06600d1956da0f4dd477178/components/gcp/dataflow/launch_template/component.yaml')
70+
'https://raw.githubusercontent.com/kubeflow/pipelines/eb830cd73ca148e5a1a6485a9374c2dc068314bc/components/gcp/dataflow/launch_template/component.yaml')
7171
help(dataflow_template_op)
7272
```
7373

components/gcp/dataflow/launch_template/sample.ipynb

+1-1
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@
8585
"import kfp.components as comp\n",
8686
"\n",
8787
"dataflow_template_op = comp.load_component_from_url(\n",
88-
" 'https://raw.githubusercontent.com/kubeflow/pipelines/e8524eefb138725fc06600d1956da0f4dd477178/components/gcp/dataflow/launch_template/component.yaml')\n",
88+
" 'https://raw.githubusercontent.com/kubeflow/pipelines/eb830cd73ca148e5a1a6485a9374c2dc068314bc/components/gcp/dataflow/launch_template/component.yaml')\n",
8989
"help(dataflow_template_op)"
9090
]
9191
},

components/gcp/dataproc/create_cluster/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ KFP_PACKAGE = 'https://storage.googleapis.com/ml-pipeline/release/0.1.14/kfp.tar
7474
import kfp.components as comp
7575

7676
dataproc_create_cluster_op = comp.load_component_from_url(
77-
'https://raw.githubusercontent.com/kubeflow/pipelines/e8524eefb138725fc06600d1956da0f4dd477178/components/gcp/dataproc/create_cluster/component.yaml')
77+
'https://raw.githubusercontent.com/kubeflow/pipelines/eb830cd73ca148e5a1a6485a9374c2dc068314bc/components/gcp/dataproc/create_cluster/component.yaml')
7878
help(dataproc_create_cluster_op)
7979
```
8080

components/gcp/dataproc/create_cluster/sample.ipynb

+1-1
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@
9292
"import kfp.components as comp\n",
9393
"\n",
9494
"dataproc_create_cluster_op = comp.load_component_from_url(\n",
95-
" 'https://raw.githubusercontent.com/kubeflow/pipelines/e8524eefb138725fc06600d1956da0f4dd477178/components/gcp/dataproc/create_cluster/component.yaml')\n",
95+
" 'https://raw.githubusercontent.com/kubeflow/pipelines/eb830cd73ca148e5a1a6485a9374c2dc068314bc/components/gcp/dataproc/create_cluster/component.yaml')\n",
9696
"help(dataproc_create_cluster_op)"
9797
]
9898
},

components/gcp/dataproc/delete_cluster/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ KFP_PACKAGE = 'https://storage.googleapis.com/ml-pipeline/release/0.1.14/kfp.tar
5454
import kfp.components as comp
5555

5656
dataproc_delete_cluster_op = comp.load_component_from_url(
57-
'https://raw.githubusercontent.com/kubeflow/pipelines/e8524eefb138725fc06600d1956da0f4dd477178/components/gcp/dataproc/delete_cluster/component.yaml')
57+
'https://raw.githubusercontent.com/kubeflow/pipelines/eb830cd73ca148e5a1a6485a9374c2dc068314bc/components/gcp/dataproc/delete_cluster/component.yaml')
5858
help(dataproc_delete_cluster_op)
5959
```
6060

components/gcp/dataproc/delete_cluster/sample.ipynb

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
"import kfp.components as comp\n",
7474
"\n",
7575
"dataproc_delete_cluster_op = comp.load_component_from_url(\n",
76-
" 'https://raw.githubusercontent.com/kubeflow/pipelines/e8524eefb138725fc06600d1956da0f4dd477178/components/gcp/dataproc/delete_cluster/component.yaml')\n",
76+
" 'https://raw.githubusercontent.com/kubeflow/pipelines/eb830cd73ca148e5a1a6485a9374c2dc068314bc/components/gcp/dataproc/delete_cluster/component.yaml')\n",
7777
"help(dataproc_delete_cluster_op)"
7878
]
7979
},

components/gcp/dataproc/submit_hadoop_job/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ KFP_PACKAGE = 'https://storage.googleapis.com/ml-pipeline/release/0.1.14/kfp.tar
7272
import kfp.components as comp
7373

7474
dataproc_submit_hadoop_job_op = comp.load_component_from_url(
75-
'https://raw.githubusercontent.com/kubeflow/pipelines/e8524eefb138725fc06600d1956da0f4dd477178/components/gcp/dataproc/submit_hadoop_job/component.yaml')
75+
'https://raw.githubusercontent.com/kubeflow/pipelines/eb830cd73ca148e5a1a6485a9374c2dc068314bc/components/gcp/dataproc/submit_hadoop_job/component.yaml')
7676
help(dataproc_submit_hadoop_job_op)
7777
```
7878

components/gcp/dataproc/submit_hadoop_job/sample.ipynb

+1-1
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@
9090
"import kfp.components as comp\n",
9191
"\n",
9292
"dataproc_submit_hadoop_job_op = comp.load_component_from_url(\n",
93-
" 'https://raw.githubusercontent.com/kubeflow/pipelines/e8524eefb138725fc06600d1956da0f4dd477178/components/gcp/dataproc/submit_hadoop_job/component.yaml')\n",
93+
" 'https://raw.githubusercontent.com/kubeflow/pipelines/eb830cd73ca148e5a1a6485a9374c2dc068314bc/components/gcp/dataproc/submit_hadoop_job/component.yaml')\n",
9494
"help(dataproc_submit_hadoop_job_op)"
9595
]
9696
},

components/gcp/dataproc/submit_hive_job/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ KFP_PACKAGE = 'https://storage.googleapis.com/ml-pipeline/release/0.1.14/kfp.tar
6363
import kfp.components as comp
6464

6565
dataproc_submit_hive_job_op = comp.load_component_from_url(
66-
'https://raw.githubusercontent.com/kubeflow/pipelines/e8524eefb138725fc06600d1956da0f4dd477178/components/gcp/dataproc/submit_hive_job/component.yaml')
66+
'https://raw.githubusercontent.com/kubeflow/pipelines/eb830cd73ca148e5a1a6485a9374c2dc068314bc/components/gcp/dataproc/submit_hive_job/component.yaml')
6767
help(dataproc_submit_hive_job_op)
6868
```
6969

components/gcp/dataproc/submit_hive_job/sample.ipynb

+1-1
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@
8181
"import kfp.components as comp\n",
8282
"\n",
8383
"dataproc_submit_hive_job_op = comp.load_component_from_url(\n",
84-
" 'https://raw.githubusercontent.com/kubeflow/pipelines/e8524eefb138725fc06600d1956da0f4dd477178/components/gcp/dataproc/submit_hive_job/component.yaml')\n",
84+
" 'https://raw.githubusercontent.com/kubeflow/pipelines/eb830cd73ca148e5a1a6485a9374c2dc068314bc/components/gcp/dataproc/submit_hive_job/component.yaml')\n",
8585
"help(dataproc_submit_hive_job_op)"
8686
]
8787
},

components/gcp/dataproc/submit_pig_job/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ KFP_PACKAGE = 'https://storage.googleapis.com/ml-pipeline/release/0.1.14/kfp.tar
6666
import kfp.components as comp
6767

6868
dataproc_submit_pig_job_op = comp.load_component_from_url(
69-
'https://raw.githubusercontent.com/kubeflow/pipelines/e8524eefb138725fc06600d1956da0f4dd477178/components/gcp/dataproc/submit_pig_job/component.yaml')
69+
'https://raw.githubusercontent.com/kubeflow/pipelines/eb830cd73ca148e5a1a6485a9374c2dc068314bc/components/gcp/dataproc/submit_pig_job/component.yaml')
7070
help(dataproc_submit_pig_job_op)
7171
```
7272

components/gcp/dataproc/submit_pig_job/sample.ipynb

+1-1
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@
8484
"import kfp.components as comp\n",
8585
"\n",
8686
"dataproc_submit_pig_job_op = comp.load_component_from_url(\n",
87-
" 'https://raw.githubusercontent.com/kubeflow/pipelines/e8524eefb138725fc06600d1956da0f4dd477178/components/gcp/dataproc/submit_pig_job/component.yaml')\n",
87+
" 'https://raw.githubusercontent.com/kubeflow/pipelines/eb830cd73ca148e5a1a6485a9374c2dc068314bc/components/gcp/dataproc/submit_pig_job/component.yaml')\n",
8888
"help(dataproc_submit_pig_job_op)"
8989
]
9090
},

components/gcp/dataproc/submit_pyspark_job/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ KFP_PACKAGE = 'https://storage.googleapis.com/ml-pipeline/release/0.1.14/kfp.tar
6767
import kfp.components as comp
6868

6969
dataproc_submit_pyspark_job_op = comp.load_component_from_url(
70-
'https://raw.githubusercontent.com/kubeflow/pipelines/e8524eefb138725fc06600d1956da0f4dd477178/components/gcp/dataproc/submit_pyspark_job/component.yaml')
70+
'https://raw.githubusercontent.com/kubeflow/pipelines/eb830cd73ca148e5a1a6485a9374c2dc068314bc/components/gcp/dataproc/submit_pyspark_job/component.yaml')
7171
help(dataproc_submit_pyspark_job_op)
7272
```
7373

components/gcp/dataproc/submit_pyspark_job/sample.ipynb

+1-1
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@
8686
"import kfp.components as comp\n",
8787
"\n",
8888
"dataproc_submit_pyspark_job_op = comp.load_component_from_url(\n",
89-
" 'https://raw.githubusercontent.com/kubeflow/pipelines/e8524eefb138725fc06600d1956da0f4dd477178/components/gcp/dataproc/submit_pyspark_job/component.yaml')\n",
89+
" 'https://raw.githubusercontent.com/kubeflow/pipelines/eb830cd73ca148e5a1a6485a9374c2dc068314bc/components/gcp/dataproc/submit_pyspark_job/component.yaml')\n",
9090
"help(dataproc_submit_pyspark_job_op)"
9191
]
9292
},

components/gcp/dataproc/submit_spark_job/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ KFP_PACKAGE = 'https://storage.googleapis.com/ml-pipeline/release/0.1.14/kfp.tar
8080
import kfp.components as comp
8181

8282
dataproc_submit_spark_job_op = comp.load_component_from_url(
83-
'https://raw.githubusercontent.com/kubeflow/pipelines/e8524eefb138725fc06600d1956da0f4dd477178/components/gcp/dataproc/submit_spark_job/component.yaml')
83+
'https://raw.githubusercontent.com/kubeflow/pipelines/eb830cd73ca148e5a1a6485a9374c2dc068314bc/components/gcp/dataproc/submit_spark_job/component.yaml')
8484
help(dataproc_submit_spark_job_op)
8585
```
8686

components/gcp/dataproc/submit_spark_job/sample.ipynb

+1-1
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@
9999
"import kfp.components as comp\n",
100100
"\n",
101101
"dataproc_submit_spark_job_op = comp.load_component_from_url(\n",
102-
" 'https://raw.githubusercontent.com/kubeflow/pipelines/e8524eefb138725fc06600d1956da0f4dd477178/components/gcp/dataproc/submit_spark_job/component.yaml')\n",
102+
" 'https://raw.githubusercontent.com/kubeflow/pipelines/eb830cd73ca148e5a1a6485a9374c2dc068314bc/components/gcp/dataproc/submit_spark_job/component.yaml')\n",
103103
"help(dataproc_submit_spark_job_op)"
104104
]
105105
},

components/gcp/dataproc/submit_sparksql_job/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ KFP_PACKAGE = 'https://storage.googleapis.com/ml-pipeline/release/0.1.14/kfp.tar
6262
import kfp.components as comp
6363

6464
dataproc_submit_sparksql_job_op = comp.load_component_from_url(
65-
'https://raw.githubusercontent.com/kubeflow/pipelines/e8524eefb138725fc06600d1956da0f4dd477178/components/gcp/dataproc/submit_sparksql_job/component.yaml')
65+
'https://raw.githubusercontent.com/kubeflow/pipelines/eb830cd73ca148e5a1a6485a9374c2dc068314bc/components/gcp/dataproc/submit_sparksql_job/component.yaml')
6666
help(dataproc_submit_sparksql_job_op)
6767
```
6868

components/gcp/dataproc/submit_sparksql_job/sample.ipynb

+1-1
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@
8181
"import kfp.components as comp\n",
8282
"\n",
8383
"dataproc_submit_sparksql_job_op = comp.load_component_from_url(\n",
84-
" 'https://raw.githubusercontent.com/kubeflow/pipelines/e8524eefb138725fc06600d1956da0f4dd477178/components/gcp/dataproc/submit_sparksql_job/component.yaml')\n",
84+
" 'https://raw.githubusercontent.com/kubeflow/pipelines/eb830cd73ca148e5a1a6485a9374c2dc068314bc/components/gcp/dataproc/submit_sparksql_job/component.yaml')\n",
8585
"help(dataproc_submit_sparksql_job_op)"
8686
]
8787
},

components/gcp/ml_engine/batch_predict/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ KFP_PACKAGE = 'https://storage.googleapis.com/ml-pipeline/release/0.1.14/kfp.tar
9494
import kfp.components as comp
9595

9696
mlengine_batch_predict_op = comp.load_component_from_url(
97-
'https://raw.githubusercontent.com/kubeflow/pipelines/e8524eefb138725fc06600d1956da0f4dd477178/components/gcp/ml_engine/batch_predict/component.yaml')
97+
'https://raw.githubusercontent.com/kubeflow/pipelines/eb830cd73ca148e5a1a6485a9374c2dc068314bc/components/gcp/ml_engine/batch_predict/component.yaml')
9898
help(mlengine_batch_predict_op)
9999
```
100100

components/gcp/ml_engine/batch_predict/sample.ipynb

+1-1
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@
112112
"import kfp.components as comp\n",
113113
"\n",
114114
"mlengine_batch_predict_op = comp.load_component_from_url(\n",
115-
" 'https://raw.githubusercontent.com/kubeflow/pipelines/e8524eefb138725fc06600d1956da0f4dd477178/components/gcp/ml_engine/batch_predict/component.yaml')\n",
115+
" 'https://raw.githubusercontent.com/kubeflow/pipelines/eb830cd73ca148e5a1a6485a9374c2dc068314bc/components/gcp/ml_engine/batch_predict/component.yaml')\n",
116116
"help(mlengine_batch_predict_op)"
117117
]
118118
},

components/gcp/ml_engine/deploy/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ KFP_PACKAGE = 'https://storage.googleapis.com/ml-pipeline/release/0.1.14/kfp.tar
110110
import kfp.components as comp
111111

112112
mlengine_deploy_op = comp.load_component_from_url(
113-
'https://raw.githubusercontent.com/kubeflow/pipelines/e8524eefb138725fc06600d1956da0f4dd477178/components/gcp/ml_engine/deploy/component.yaml')
113+
'https://raw.githubusercontent.com/kubeflow/pipelines/eb830cd73ca148e5a1a6485a9374c2dc068314bc/components/gcp/ml_engine/deploy/component.yaml')
114114
help(mlengine_deploy_op)
115115
```
116116

components/gcp/ml_engine/deploy/sample.ipynb

+1-1
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@
128128
"import kfp.components as comp\n",
129129
"\n",
130130
"mlengine_deploy_op = comp.load_component_from_url(\n",
131-
" 'https://raw.githubusercontent.com/kubeflow/pipelines/e8524eefb138725fc06600d1956da0f4dd477178/components/gcp/ml_engine/deploy/component.yaml')\n",
131+
" 'https://raw.githubusercontent.com/kubeflow/pipelines/eb830cd73ca148e5a1a6485a9374c2dc068314bc/components/gcp/ml_engine/deploy/component.yaml')\n",
132132
"help(mlengine_deploy_op)"
133133
]
134134
},

components/gcp/ml_engine/train/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ KFP_PACKAGE = 'https://storage.googleapis.com/ml-pipeline/release/0.1.14/kfp.tar
8686
import kfp.components as comp
8787

8888
mlengine_train_op = comp.load_component_from_url(
89-
'https://raw.githubusercontent.com/kubeflow/pipelines/e8524eefb138725fc06600d1956da0f4dd477178/components/gcp/ml_engine/train/component.yaml')
89+
'https://raw.githubusercontent.com/kubeflow/pipelines/eb830cd73ca148e5a1a6485a9374c2dc068314bc/components/gcp/ml_engine/train/component.yaml')
9090
help(mlengine_train_op)
9191
```
9292

components/gcp/ml_engine/train/sample.ipynb

+1-1
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@
104104
"import kfp.components as comp\n",
105105
"\n",
106106
"mlengine_train_op = comp.load_component_from_url(\n",
107-
" 'https://raw.githubusercontent.com/kubeflow/pipelines/e8524eefb138725fc06600d1956da0f4dd477178/components/gcp/ml_engine/train/component.yaml')\n",
107+
" 'https://raw.githubusercontent.com/kubeflow/pipelines/eb830cd73ca148e5a1a6485a9374c2dc068314bc/components/gcp/ml_engine/train/component.yaml')\n",
108108
"help(mlengine_train_op)"
109109
]
110110
},

components/ibm-components/ffdl/serve/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ serving_image = 'aipipeline/seldon-pytorch:0.1'
3434
```python
3535
# Additional Parameters
3636
EXPERIMENT_NAME = 'Seldon Core - Serve PyTorch Model'
37-
COMPONENT_SPEC_URI = 'https://raw.githubusercontent.com/kubeflow/pipelines/master/components/ibm-components/ffdl/serve/component.yaml'
37+
COMPONENT_SPEC_URI = 'https://raw.githubusercontent.com/kubeflow/pipelines/eb830cd73ca148e5a1a6485a9374c2dc068314bc/components/ibm-components/ffdl/serve/component.yaml'
3838

3939
```
4040

components/ibm-components/ffdl/train/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ MANIFEST_FILE_PATH = '<Please put your path for model manifest definition in the
2929
```python
3030
# Optional Parameters
3131
EXPERIMENT_NAME = 'Fabric for Deep Learning - Train Model'
32-
COMPONENT_SPEC_URI = 'https://raw.githubusercontent.com/kubeflow/pipelines/master/components/ibm-components/ffdl/train/component.yaml'
32+
COMPONENT_SPEC_URI = 'https://raw.githubusercontent.com/kubeflow/pipelines/eb830cd73ca148e5a1a6485a9374c2dc068314bc/components/ibm-components/ffdl/train/component.yaml'
3333
```
3434

3535
### Install KFP SDK

samples/arena-samples/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@ There are a series of examples about how to build deeplearning models with [Aren
77
1. Install the arena
88

99
```
10-
kubectl create -f https://raw.githubusercontent.com/kubeflow/pipelines/785d474699cffb7463986b9abc4b1fbe03796cb6/samples/arena-samples/arena.yaml
10+
kubectl create -f https://raw.githubusercontent.com/kubeflow/pipelines/eb830cd73ca148e5a1a6485a9374c2dc068314bc/samples/arena-samples/arena.yaml
1111
```
1212

1313
2. Add addtional RBAC role to service account `pipeline-runner`
1414

1515
```
16-
kubectl create -f https://raw.githubusercontent.com/kubeflow/pipelines/785d474699cffb7463986b9abc4b1fbe03796cb6/samples/arena-samples/arena_launcher_rbac.yaml
16+
kubectl create -f https://raw.githubusercontent.com/kubeflow/pipelines/eb830cd73ca148e5a1a6485a9374c2dc068314bc/samples/arena-samples/arena_launcher_rbac.yaml
1717
```
1818

1919
## Demos

samples/ibm-samples/ffdl-seldon/ffdl_pipeline.ipynb

+3-3
Original file line numberDiff line numberDiff line change
@@ -126,9 +126,9 @@
126126
"source": [
127127
"# define secret name that contains the credentials for this pipeline, and load components\n",
128128
"secret_name = 'kfp-creds'\n",
129-
"configuration_op = components.load_component_from_url('https://raw.githubusercontent.com/kubeflow/pipelines/master/components/ibm-components/commons/config/component.yaml')\n",
130-
"train_op = components.load_component_from_url('https://raw.githubusercontent.com/kubeflow/pipelines/master/components/ibm-components/ffdl/train/component.yaml')\n",
131-
"serve_op = components.load_component_from_url('https://raw.githubusercontent.com/kubeflow/pipelines/master/components/ibm-components/ffdl/serve/component.yaml')"
129+
"configuration_op = components.load_component_from_url('https://raw.githubusercontent.com/kubeflow/pipelines/eb830cd73ca148e5a1a6485a9374c2dc068314bc/components/ibm-components/commons/config/component.yaml')\n",
130+
"train_op = components.load_component_from_url('https://raw.githubusercontent.com/kubeflow/pipelines/eb830cd73ca148e5a1a6485a9374c2dc068314bc/components/ibm-components/ffdl/train/component.yaml')\n",
131+
"serve_op = components.load_component_from_url('https://raw.githubusercontent.com/kubeflow/pipelines/eb830cd73ca148e5a1a6485a9374c2dc068314bc/components/ibm-components/ffdl/serve/component.yaml')"
132132
]
133133
},
134134
{

samples/ibm-samples/ffdl-seldon/ffdl_pipeline.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66
# generate default secret name
77
secret_name = 'kfp-creds'
88

9-
configuration_op = components.load_component_from_url('https://raw.githubusercontent.com/kubeflow/pipelines/master/components/ibm-components/commons/config/component.yaml')
10-
train_op = components.load_component_from_url('https://raw.githubusercontent.com/kubeflow/pipelines/master/components/ibm-components/ffdl/train/component.yaml')
11-
serve_op = components.load_component_from_url('https://raw.githubusercontent.com/kubeflow/pipelines/master/components/ibm-components/ffdl/serve/component.yaml')
9+
configuration_op = components.load_component_from_url('https://raw.githubusercontent.com/kubeflow/pipelines/eb830cd73ca148e5a1a6485a9374c2dc068314bc/components/ibm-components/commons/config/component.yaml')
10+
train_op = components.load_component_from_url('https://raw.githubusercontent.com/kubeflow/pipelines/eb830cd73ca148e5a1a6485a9374c2dc068314bc/components/ibm-components/ffdl/train/component.yaml')
11+
serve_op = components.load_component_from_url('https://raw.githubusercontent.com/kubeflow/pipelines/eb830cd73ca148e5a1a6485a9374c2dc068314bc/components/ibm-components/ffdl/serve/component.yaml')
1212

1313
# create pipeline
1414
@dsl.pipeline(

0 commit comments

Comments
 (0)