This is an automated email from the ASF dual-hosted git repository.

jedcunningham pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git


The following commit(s) were added to refs/heads/main by this push:
     new 4cdea86d4c [DOC] fix K8S hook with KPO (#27445)
4cdea86d4c is described below

commit 4cdea86d4cc92a51905aa44fb713f530e6bdadcf
Author: raphaelauv <[email protected]>
AuthorDate: Tue Nov 1 21:30:03 2022 +0100

    [DOC] fix K8S hook with KPO (#27445)
---
 .../apache-airflow-providers-cncf-kubernetes/connections/kubernetes.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/docs/apache-airflow-providers-cncf-kubernetes/connections/kubernetes.rst 
b/docs/apache-airflow-providers-cncf-kubernetes/connections/kubernetes.rst
index 90399305f7..edba4f4c2e 100644
--- a/docs/apache-airflow-providers-cncf-kubernetes/connections/kubernetes.rst
+++ b/docs/apache-airflow-providers-cncf-kubernetes/connections/kubernetes.rst
@@ -20,7 +20,7 @@
 Kubernetes cluster Connection
 =============================
 
-The Kubernetes cluster Connection type enables connection to a Kubernetes 
cluster by 
:class:`~airflow.providers.cncf.kubernetes.operators.spark_kubernetes.SparkKubernetesOperator`
 tasks. They are not used by ``KubernetesPodOperator`` tasks.
+The Kubernetes cluster Connection type enables connection to a Kubernetes 
cluster by 
:class:`~airflow.providers.cncf.kubernetes.operators.spark_kubernetes.SparkKubernetesOperator`
 tasks and 
:class:`~airflow.providers.cncf.kubernetes.operators.kubernetes_pod.KubernetesPodOperator`
 tasks.
 
 
 Authenticating to Kubernetes cluster

Reply via email to