This is an automated email from the ASF dual-hosted git repository. kaxilnaik pushed a commit to branch v1-10-test in repository https://gitbox.apache.org/repos/asf/airflow.git
commit 1454f4663f324fd794f50ea5aa4450842270c2eb Author: Kaxil Naik <[email protected]> AuthorDate: Sat Apr 18 21:05:18 2020 +0100 Make KubernetesPodOperator clear in docs (#8444) Avoid confusion with https://kubernetes.io/docs/concepts/extend-kubernetes/operator/ (cherry picked from commit 232dbcd907258d79b8f72cf33889aa1e1a1721d1) --- docs/kubernetes.rst | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/docs/kubernetes.rst b/docs/kubernetes.rst index c775603..014df2e 100644 --- a/docs/kubernetes.rst +++ b/docs/kubernetes.rst @@ -23,10 +23,11 @@ Kubernetes Kubernetes Executor ^^^^^^^^^^^^^^^^^^^ -The :doc:`Kubernetes Executor <executor/kubernetes>` allows you to run tasks on Kubernetes as Pods. +The :doc:`Kubernetes Executor <executor/kubernetes>` allows you to run all the Airflow tasks on +Kubernetes as separate Pods. -Kubernetes Operator -^^^^^^^^^^^^^^^^^^^ +KubernetesPodOperator +^^^^^^^^^^^^^^^^^^^^^ The :class:`~airflow.contrib.operators.kubernetes_pod_operator.KubernetesPodOperator` allows you to create Pods on Kubernetes. It works with any type of executor.
