mik-laj commented on a change in pull request #9079: URL: https://github.com/apache/airflow/pull/9079#discussion_r452806556
########## 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 works. However, it is not available in the source code, but works in the HTML code generated. Please look at: https://airflow.readthedocs.io/en/latest/howto/operator/kubernetes.html ---------------------------------------------------------------- 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]
