Francis Niu
09/27/2021, 2:30 AMdaniel
09/27/2021, 2:41 AMFrancis Niu
09/27/2021, 2:56 AMworkspace.servers
). Each user code deployment suppose to have isolated configuration. So, will K8sRunLauncher apply configs on individual repositories (not only pipelines) by tags? or by server name?daniel
09/27/2021, 3:09 AMFrancis Niu
09/27/2021, 3:32 AM<http://docker.io/dagster/dagster-celery-k8s|docker.io/dagster/dagster-celery-k8s>
dagit image and change the helm chart to:
runLauncher:
# Type can be one of [K8sRunLauncher, CeleryK8sRunLauncher, CustomRunLauncher]
type: CustomRunLauncher
config:
customRunLauncher:
module: dagster.core.launcher.default_run_launcher
class: DefaultRunLauncher
config: {}
Is that correct?daniel
09/27/2021, 3:45 AMFrancis Niu
09/27/2021, 4:09 AM