ashb commented on a change in pull request #12766:
URL: https://github.com/apache/airflow/pull/12766#discussion_r537646057
##########
File path: UPGRADING_TO_2.0.md
##########
@@ -493,6 +494,27 @@ second_task = PythonOperator(
For Airflow 2.0, the traditional `executor_config` will continue operation
with a deprecation warning,
but will be removed in a future version.
+### The "airflow run" Command Will Row run Through the ``args`` Argument
Instead of the ``command`` Argument
+
+To ensure that the KubernetesExecutor can work with entrypoint scripts (which
are critical to running on OpenShift),
+KubernetesExecutor pods will run the ``airflow run`` command via the ``arg``
argument instead of the ``command``
Review comment:
.md, not .rst -- single backticks for code here.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]