mik-laj commented on a change in pull request #6516: [AIRFLOW-5704] Improve
Kind Kubernetes scripts for local testing [WIP]
URL: https://github.com/apache/airflow/pull/6516#discussion_r363791406
##########
File path: BREEZE.rst
##########
@@ -646,22 +675,29 @@ This is the current syntax for `./breeze <./breeze>`_:
Python version used for the image. This is always major/minor
version.
One of [ 3.6 3.7 ]. Default is the python3 or python on the path.
- -E, --env <ENVIRONMENT>
- Environment to use for tests. It determines which types of tests can
be run.
- One of [ docker kubernetes ]. Default: docker
-
-B, --backend <BACKEND>
Backend to use for tests - it determines which database is used.
One of [ sqlite mysql postgres ]. Default: sqlite
- -K, --kubernetes-version <KUBERNETES_VERSION>
- Kubernetes version - only used in case of 'kubernetes' environment.
- One of [ v1.13.0 ]. Default: v1.13.0
+ -K, --start-kind-cluster
+ Starts kind kubernetes cluster after entering the environment. The
cluster is started using
+ Kubernetes Mode selected and Kubernetes version specifed via
--kubernetes-mode and
+ --kubernetes-version flags.
+
+ -Z, --recreate-kind-cluster
+ Recreates kind kubernetes cluster if one has already been created.
By default if you do not stop
Review comment:
```diff
- Recreates kind kubernetes cluster if one has already been
created. By default if you do not stop
+ Recreates kind Kubernetes cluster if one has already been
created. By default, if you do not stop
```
----------------------------------------------------------------
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]
With regards,
Apache Git Services