kosteev commented on issue #59563: URL: https://github.com/apache/airflow/issues/59563#issuecomment-3665784766
Wait, I didn't get it. The `namespace` parameter will be removed in favor of what? I get that you can define namespace parameter in the spec of pod_template file, but this parameter also needed for KubernetesExecutor to watch for pod events (as I mentioned in the issue). So, how KubernetesExecutor will know from which namespace to listen for events? Or let me rephrase the question. What should I do as a user when I see this deprecation warning message? If I stop providing namespace property, KubernetesExecutor then fails for me with permission error message, because it tries to use "default" namespace, not the custom namespace that I want it to use. -- 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]
