kaxil commented on a change in pull request #12163: URL: https://github.com/apache/airflow/pull/12163#discussion_r519471940
########## File path: TESTING.rst ########## @@ -430,14 +430,22 @@ can also decide to only run tests with ``-m heisentests`` flag to run only those Running Tests with Kubernetes ============================= +Airflow has tests that are run against real kubernetes cluster. We are using +`Kind <https://kind.sigs.k8s.io/>`_ to create and run the cluster. We integrated the tools to start/stop/ +deploy and test the cluster tests into scripts in our repository and into Breeze development environment. Review comment: ```suggestion `Kind <https://kind.sigs.k8s.io/>`_ to create and run the cluster. We integrated the tools to start/stop/ deploy and run the cluster tests in our repository and into Breeze development environment. ``` or something similar ########## File path: TESTING.rst ########## @@ -430,14 +430,22 @@ can also decide to only run tests with ``-m heisentests`` flag to run only those Running Tests with Kubernetes ============================= +Airflow has tests that are run against real kubernetes cluster. We are using +`Kind <https://kind.sigs.k8s.io/>`_ to create and run the cluster. We integrated the tools to start/stop/ +deploy and test the cluster tests into scripts in our repository and into Breeze development environment. + +Configuration for the cluster is kept in ./build/.kube/config file in your Airflow source repository and Review comment: ```suggestion Configuration for the cluster is kept in `./build/.kube/config` file in your Airflow source repository and ``` ########## File path: TESTING.rst ########## @@ -430,14 +430,22 @@ can also decide to only run tests with ``-m heisentests`` flag to run only those Running Tests with Kubernetes ============================= +Airflow has tests that are run against real kubernetes cluster. We are using +`Kind <https://kind.sigs.k8s.io/>`_ to create and run the cluster. We integrated the tools to start/stop/ +deploy and test the cluster tests into scripts in our repository and into Breeze development environment. + +Configuration for the cluster is kept in ./build/.kube/config file in your Airflow source repository and Review comment: ```suggestion Configuration for the cluster is kept in ``./build/.kube/config`` file in your Airflow source repository and ``` ---------------------------------------------------------------- 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]
