You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The operators in the cncf.kubernetes provider use different methods of configuring where the k8s cluster you want run against is.
KubernetesPodOperator
usesin_cluster
,cluster_context
, and/orconfig_file
, whileSparkKubernetesOperator
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
The text was updated successfully, but these errors were encountered: