This is an automated email from the ASF dual-hosted git repository.
kaxilnaik pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/airflow.git
The following commit(s) were added to refs/heads/master by this push:
new 7b810b8 Fix docs for generate-dag-yaml cli command (#10735)
7b810b8 is described below
commit 7b810b81787a3d565cbfd499ae55ed926b97cb90
Author: Kaxil Naik <[email protected]>
AuthorDate: Sat Sep 5 01:28:33 2020 +0100
Fix docs for generate-dag-yaml cli command (#10735)
---
docs/executor/kubernetes.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/executor/kubernetes.rst b/docs/executor/kubernetes.rst
index 5afa2b5..099f119 100644
--- a/docs/executor/kubernetes.rst
+++ b/docs/executor/kubernetes.rst
@@ -39,7 +39,7 @@ The volumes are optional and depend on your configuration.
There are two volumes
- Another option is to use S3/GCS/etc to store logs
To troubleshoot issue with KubernetesExecutor, you can use ``airflow
kubernetes generate-dag-yaml`` command.
-This command dumps generates the pods as they will be launched in Kubernetes
and dumps them into yaml files for you to inspect.
+This command generates the pods as they will be launched in Kubernetes and
dumps them into yaml files for you to inspect.
KubernetesExecutor Architecture
################################