eladkal commented on code in PR #33168: URL: https://github.com/apache/airflow/pull/33168#discussion_r1285683758
########## docs/apache-airflow-providers-cncf-kubernetes/operators.rst: ########## @@ -30,6 +30,8 @@ you to create and run Pods on a Kubernetes cluster. using the :ref:`GKEStartPodOperator <howto/operator:GKEStartPodOperator>` operator as it simplifies the Kubernetes authorization process. + Or + :ref:`EksPodOperator <howto/operator:EksPodOperator>` operator for `AWS Elastic Kubernetes Engine <https://aws.amazon.com/eks/>`__. Review Comment: I think it requires rephrase the whole paragraph as the paragraphs talks about Google Kubernetes Engine then suggests to use `GKEStartPodOperator` suggesting `EksPodOperator` is not right for Google Kubernetes Engine users. -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
