VladaZakharova commented on code in PR #29266:
URL: https://github.com/apache/airflow/pull/29266#discussion_r1143106419


##########
airflow/providers/google/cloud/operators/kubernetes_engine.py:
##########
@@ -452,89 +473,69 @@ def __init__(
         if self.config_file:
             raise AirflowException("config_file is not an allowed parameter 
for the GKEStartPodOperator.")
 
-    @staticmethod
-    @contextmanager
-    def get_gke_config_file(

Review Comment:
   The method was changed to use another way of connection: instead of direct 
creating gcloud command to perform any action, now the ssl certificate and url 
of the cluster are used to connect to specific cluster. 
   Can i add some `deprecation warning` for this method instead?



-- 
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]

Reply via email to