Skip to content

Dagster k8s-celery executor #4282

Locked Answered by rexledesma
hajiuduman-starcom asked this question in Q&A
Discussion options

You must be logged in to vote

This was an issue of execution configuration. When specifying the run config when using the CeleryK8sRunLauncher, a configmap should be provided that has environment variables required for the run. In the helm, for a release named dagster, a configmap with these values is created for you, named dagster-pipeline-env. This should be passed into the configuration.

execution:
  celery-k8s:
    config:
      env_config_maps:
      - dagster-pipeline-env
      ... other config

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
1 reply
@hajiuduman
Comment options

Comment options

You must be logged in to vote
0 replies
Answer selected by rexledesma
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants