Resolves https://github.com/dagster-io/dagster/issues/3081
Instead of explicitly setting a command, we only set args for the k8s container. This is so the user can override the command if needed through their Docker entrypoint.
Differential D5452
Move "dagster" command to "args" for k8s container object sashank on Dec 7 2020, 4:05 PM. Authored by Tags None Subscribers None
Details Resolves https://github.com/dagster-io/dagster/issues/3081 Instead of explicitly setting a command, we only set args for the k8s container. This is so the user can override the command if needed through their Docker entrypoint. integration
Diff Detail
|