kaxil commented on a change in pull request #12163:
URL: https://github.com/apache/airflow/pull/12163#discussion_r519472166
##########
File path: TESTING.rst
##########
@@ -621,6 +726,53 @@ print output generated test logs and print statements to
the terminal immediatel
You can modify the tests or KubernetesPodOperator and re-run them without
re-deploying
airflow to KinD cluster.
+
+Sometimes there are side effects from running tests. You can run
``redeploy_airflow.sh`` without
+recreating the whole cluster. This will delete the whole namespace, including
the database data
+and start a new Airflow in the cluster.
Review comment:
```suggestion
recreating the whole cluster. This will delete the whole namespace,
including the database data
and start a new Airflow deployment in the cluster.
```
----------------------------------------------------------------
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]