dstandish commented on PR #24342: URL: https://github.com/apache/airflow/pull/24342#issuecomment-1159727523
OK thanks for that @vanchaxy So I see the issue is we want to protect users from overriding something with `pod_override` that would break k8s executor. Looking this through, there's already some logic to respect the image from pod override if one is provided. We could do the same with namespace. labels and annotations are already additive so maybe nothing necessary there. why not just do the same for namespace that we are doing for image? any concerns with that solution? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
