Skip to content

Commit

Permalink
remove containerRuntimeExecutor which is deprecated in Argo v3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
chensun committed May 4, 2023
1 parent 6e15f4e commit fb6c430
Show file tree
Hide file tree
Showing 16 changed files with 0 additions and 91 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -833,7 +833,6 @@ data:
# * https://github.com/argoproj/argo-workflows/blob/v3.4.7/docs/workflow-controller-configmap.yaml

# Choice of an executor is deprecated in favor of emissary executor
containerRuntimeExecutor: emissary
executor: |
imagePullPolicy: IfNotPresent
resources:
Expand Down
1 change: 0 additions & 1 deletion manifests/gcp_marketplace/test/snapshot-base.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,6 @@ data:
# * https://github.com/argoproj/argo-workflows/blob/v3.4.7/docs/workflow-controller-configmap.yaml

# Choice of an executor is deprecated in favor of emissary executor
containerRuntimeExecutor: emissary
executor: |
imagePullPolicy: IfNotPresent
resources:
Expand Down
1 change: 0 additions & 1 deletion manifests/gcp_marketplace/test/snapshot-emissary.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,6 @@ data:
# * https://github.com/argoproj/argo-workflows/blob/v3.4.7/docs/workflow-controller-configmap.yaml

# Choice of an executor is deprecated in favor of emissary executor
containerRuntimeExecutor: emissary
executor: |
imagePullPolicy: IfNotPresent
resources:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,6 @@ data:
# * https://github.com/argoproj/argo-workflows/blob/v3.4.7/docs/workflow-controller-configmap.yaml

# Choice of an executor is deprecated in favor of emissary executor
containerRuntimeExecutor: emissary
executor: |
imagePullPolicy: IfNotPresent
resources:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,6 @@ data:
# * https://github.com/argoproj/argo-workflows/blob/v3.4.7/docs/workflow-controller-configmap.yaml

# Choice of an executor is deprecated in favor of emissary executor
containerRuntimeExecutor: emissary
executor: |
imagePullPolicy: IfNotPresent
resources:
Expand Down
9 changes: 0 additions & 9 deletions manifests/kustomize/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,15 +27,6 @@ kubectl port-forward -n kubeflow svc/ml-pipeline-ui 8080:80

Now you can access Kubeflow Pipelines UI in your browser by <http://localhost:8080>.

Customize:

There are two variations for platform-agnostic that uses different [argo workflow executors](https://argoproj.github.io/argo-workflows/workflow-executors/):

* env/platform-agnostic-emissary
* env/platform-agnostic-pns

You can install them by changing `KFP_ENV` in above instructions to the variation you want.

Data:

Application data are persisted in in-cluster PersistentVolumeClaim storage.
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

4 changes: 0 additions & 4 deletions manifests/kustomize/hack/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,6 @@ kustomization_yamls=(
"env/dev"
"env/gcp"
"env/platform-agnostic"
"env/platform-agnostic-pns"
"env/platform-agnostic-emissary"
"env/aws"
"env/azure"
)
Expand All @@ -48,8 +46,6 @@ done
kustomization_yamls_v3=(
"base/installs/multi-user"
"env/platform-agnostic-multi-user"
"env/platform-agnostic-multi-user-pns"
"env/platform-agnostic-multi-user-emissary"
)
for path in "${kustomization_yamls_v3[@]}"
do
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,6 @@ data:
# * https://github.com/argoproj/argo-workflows/blob/v3.4.7/docs/workflow-controller-configmap.md
# * https://github.com/argoproj/argo-workflows/blob/v3.4.7/docs/workflow-controller-configmap.yaml

# emissary executor is a more portable default, see https://github.com/kubeflow/pipelines/issues/1654.
containerRuntimeExecutor: emissary

# In artifactRepository.s3.endpoint, $(kfp-namespace) is needed, because in multi-user mode, pipelines may run in other namespaces.
artifactRepository: |
archiveLogs: true
Expand Down
1 change: 0 additions & 1 deletion test/manifests/dev/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ bases:
- ../../../manifests/kustomize/env/dev
patchesStrategicMerge:
- proxy-agent-patch.yaml
- workflow-controller-configmap-patch.yaml

# Used by Kustomize.
configMapGenerator:
Expand Down
11 changes: 0 additions & 11 deletions test/manifests/dev/workflow-controller-configmap-patch.yaml

This file was deleted.

0 comments on commit fb6c430

Please sign in to comment.