Grigorii Kushnir
02/03/2023, 5:30 PMdaniel
02/03/2023, 5:43 PMincludeConfigInLaunchedRuns.enabled
to false
for that server."Grigorii Kushnir
02/03/2023, 5:47 PMdaniel
02/03/2023, 5:48 PMGrigorii Kushnir
02/03/2023, 5:50 PMDAGSTER_CONTAINER_CONTEXT
env variable on the grpc server pod and this configuration will be applied for the runs with the grpc server code?daniel
02/03/2023, 5:50 PMGrigorii Kushnir
02/03/2023, 5:51 PMDAGSTER_CLI_API_GRPC_CONTAINER_CONTEXT
variable. For some reasons it is just ignored in my case.daniel
02/03/2023, 7:33 PMGrigorii Kushnir
02/03/2023, 8:51 PMDAGSTER_CLI_API_GRPC_CONTAINER_CONTEXT
env variable actually overrides the run_launcher (K8sRunLauncher) configuration that you specify in dagster.yaml
.
If you remove the run_launcher (K8sRunLauncher) configuration from the dagster.yaml
, you will end up having DefaultLauncher for the code locations and the DAGSTER_CLI_API_GRPC_CONTAINER_CONTEXT
variable with the k8s configs ignored.daniel
02/04/2023, 3:38 AM