leahecole opened a new pull request #17700: URL: https://github.com/apache/airflow/pull/17700
In [the GKEStartPodOperator documentation](https://airflow.apache.org/docs/apache-airflow-providers-google/stable/operators/cloud/kubernetes_engine.html) we specify that "There is no need to manage the kube_config file, as it will be generated automatically. All Kubernetes parameters (except config_file) are also valid for the GKEStartPodOperator". However, we don't check to see if a user passes in the `config_file` parameter when they're using the `GKEStartPodOperator`. I added a check with a helpful error message. -- 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]
