dossett commented on a change in pull request #9079: URL: https://github.com/apache/airflow/pull/9079#discussion_r451802108
########## File path: docs/howto/operator/kubernetes.rst ########## @@ -22,150 +22,96 @@ KubernetesPodOperator ===================== +The :class:`~airflow.providers.cncf.kubernetes.operators.kubernetes_pod.KubernetesPodOperator` allows +you to create and run Pods on a Kubernetes cluster. + +.. contents:: + :depth: 1 + :local: + .. note:: If you use `Google Kubernetes Engine <https://cloud.google.com/kubernetes-engine/>`__, consider using the :ref:`GKEStartPodOperator <howto/operator:GKEStartPodOperator>` operator as it Review comment: This link does currently appear to be working. should it be updated? ---------------------------------------------------------------- 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]
