VladaZakharova commented on PR #37072:
URL: https://github.com/apache/airflow/pull/37072#issuecomment-1941154392

   > create a GKE is calling GCP API
   > 
   > deploy a https://github.com/kubernetes-sigs/kueue is calling K8S API not 
GCP API
   
   Based on this documentation for 
[Kueue](https://kueue.sigs.k8s.io/docs/installation/) the conditions to meet 
before we actually can install Kueue are different from the conditions for 
installing Kueue inside GKE cluster. So the only similar thing we will have 
between KubernetesInstallKueueInsideOperator and GKEInstallKueueInsideOperator 
will be only the k8s API call to apply YAML file inside cluster. There will be 
no need at all to inherit GKE from Kubernetes in this case, because classes and 
their checks will be different.
   Regarding methods that i am using from K8s API: from the list of all api 
calls that i make in the code, create_from_yaml() method is called from k8s 
client, because there is no analogy for this in GCP api. 


-- 
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: commits-unsubscr...@airflow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to