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
Is your feature request related to a problem? Please describe.
The bytewax_materialization_engine uses the kubernetes.config.load_kube_config method to load kubernetes config. This method only supports loading config from kubeconfig file. We want to run this materialization in an airflow task running in EKS and use in_cluster config so that we don't have to mount the config inside of our image.
Describe the solution you'd like
The bytewax_materialization_config should use the kubernetes.config.load_config method to try loading from a kubeconfig file and fall back to in_cluster config if it is not found.
Describe alternatives you've considered
The current work around is to create a secret file in kubernetes with your kubeconfig file and mount it inside your image.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
The bytewax_materialization_engine uses the kubernetes.config.load_kube_config method to load kubernetes config. This method only supports loading config from kubeconfig file. We want to run this materialization in an airflow task running in EKS and use in_cluster config so that we don't have to mount the config inside of our image.
Describe the solution you'd like
The bytewax_materialization_config should use the kubernetes.config.load_config method to try loading from a kubeconfig file and fall back to in_cluster config if it is not found.
Describe alternatives you've considered
The current work around is to create a secret file in kubernetes with your kubeconfig file and mount it inside your image.
The text was updated successfully, but these errors were encountered: