potiuk commented on a change in pull request #12163:
URL: https://github.com/apache/airflow/pull/12163#discussion_r519203994
##########
File path: TESTING.rst
##########
@@ -477,20 +485,54 @@ Running tests with Kubernetes Cluster
You can either run all tests or you can select which tests to run. You can
also enter interactive virtualenv
to run the tests manually one by one.
-.. code-block:: bash
+Running kubernetes tests via shell:
- Running kubernetes tests
+.. code-block:: bash
./scripts/ci/kubernetes/ci_run_kubernetes_tests.sh
- runs all kubernetes tests
./scripts/ci/kubernetes/ci_run_kubernetes_tests.sh TEST [TEST ...]
- runs selected kubernetes tests (from kubernetes_tests folder)
+
+
+Running kubernetes tests via breeze:
+
+.. code-block:: bash
+
+ ./breeze kind-cluster test
+ ./breeze kind-cluster test -- TEST TEST [TEST ...]
+
+
+Entering shell with Kubernetes Cluster
+--------------------------------------
+
+This shell is prepared to run kubernetes tests interactively. It has
``kubectl`` and ``kind`` cli tools
+available in the path, it has also activated virtualenv environment that
allows you to run tests via pytest.
+
+You can enter the shell via those scripts
+
./scripts/ci/kubernetes/ci_run_kubernetes_tests.sh [-i|--interactive]
- Activates virtual environment ready to run tests and drops you in
./scripts/ci/kubernetes/ci_run_kubernetes_tests.sh [--help]
- Prints this help message
-You can also run the same tests command with Breeze, using ``kind-cluster
test`` command (to run all
-kubernetes tests) and with ``kind-cluster shell`` command you can enter
interactive shell when you can
-run tests.
+.. code-block:: bash
+
+ ./breeze kind-cluster shell
+
+
+K9s CLI - debug kubernetes in style!
+------------------------------------
+
+Breeze has built-in integration with fantastic k9s CLI tool, that allows you
to debug the kubernetes
Review comment:
sure :)
----------------------------------------------------------------
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]