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_r363791252
##########
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
Review comment:
```diff
- Starts kind kubernetes cluster after entering the environment.
The cluster is started using
+ Starts kind Kubernetes cluster after entering the environment.
The cluster is started using
```
----------------------------------------------------------------
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