jedcunningham opened a new issue #15219: URL: https://github.com/apache/airflow/issues/15219
The operators in the cncf.kubernetes provider use different methods of configuring where the k8s cluster you want run against is. `KubernetesPodOperator` uses `in_cluster`, `cluster_context`, and/or `config_file`, while `SparkKubernetesOperator` uses a Kubernetes Cluster connection with the specifics in extras. **Use case / motivation** The operators in this provider should be configured in the same manner to keep things consistent and avoid confusion. **Related Issues** #13006 -- 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]
