Skip to content

Commit

Permalink
feat!: Use Argo Emissary Executor instead of Docker by default. Partial
Browse files Browse the repository at this point in the history
#5718 (#7137)

* feat!: Use Argo Emissary Executor instead of docker by default.

* marketplace presubmit
  • Loading branch information
zijianjoy authored Jan 10, 2022
1 parent f3a1b65 commit bea751c
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ images:
cachedeployer: gcr.io/ml-pipeline/google/pipelines/cachedeployer:dummy

executor:
emissary: false
emissary: true
gcpDefaultConfigName: "gcp-default-config"
managedstorage:
enabled: false
Expand Down
4 changes: 2 additions & 2 deletions manifests/gcp_marketplace/test/snapshot-base.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ metadata:
data:
appName: 'my-release'
namespace: 'kubeflow'
emissaryExecutor: 'false'
emissaryExecutor: 'true'
managedStorageEnabled: 'false'
#
---
Expand Down Expand Up @@ -831,7 +831,7 @@ data:
# * https://github.com/argoproj/argo-workflows/blob/v3.2.3/docs/workflow-controller-configmap.yaml

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

# Note, some-string-{{without}}-template-interpretation is a way to avoid some brackets interpreted as template.
# Reference: https://github.com/helm/helm/issues/2798#issuecomment-467319526
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ metadata:
data:
appName: 'my-release'
namespace: 'kubeflow'
emissaryExecutor: 'false'
emissaryExecutor: 'true'
managedStorageEnabled: 'true'
#
managedStorageCloudSqlInstanceConnectionName: 'myproject:us-central1:myinstance'
Expand Down Expand Up @@ -889,7 +889,7 @@ data:
# * https://github.com/argoproj/argo-workflows/blob/v3.2.3/docs/workflow-controller-configmap.yaml

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

# Note, some-string-{{without}}-template-interpretation is a way to avoid some brackets interpreted as template.
# Reference: https://github.com/helm/helm/issues/2798#issuecomment-467319526
Expand Down
4 changes: 2 additions & 2 deletions manifests/gcp_marketplace/test/snapshot-managed-storage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ metadata:
data:
appName: 'my-release'
namespace: 'kubeflow'
emissaryExecutor: 'false'
emissaryExecutor: 'true'
managedStorageEnabled: 'true'
#
managedStorageCloudSqlInstanceConnectionName: 'myproject:us-central1:myinstance'
Expand Down Expand Up @@ -889,7 +889,7 @@ data:
# * https://github.com/argoproj/argo-workflows/blob/v3.2.3/docs/workflow-controller-configmap.yaml

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

# Note, some-string-{{without}}-template-interpretation is a way to avoid some brackets interpreted as template.
# Reference: https://github.com/helm/helm/issues/2798#issuecomment-467319526
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ data:
# * https://github.com/argoproj/argo-workflows/blob/v3.2.3/docs/workflow-controller-configmap.yaml

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

# In artifactRepository.s3.endpoint, $(kfp-namespace) is needed, because in multi-user mode, pipelines may run in other namespaces.
artifactRepository: |
Expand Down

0 comments on commit bea751c

Please sign in to comment.