-
Notifications
You must be signed in to change notification settings - Fork 710
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SetupCluster failures unexpected keyword argument 'client_configuration' #242
Comments
Kubernetes py package 4.0.0 was released on 11-20. I suspect even though we had rebuilt the container since then we hadn't rebuilt the layer container the Kubernetes client so we were still using 3.0.0. So I suspect something changed. I think util.setup_cluster actually relies on a private function, kube_config._get_kube_config_loader_for_yaml_file, to work around kubernetes-client/python#339 so its not unexpected that this might have broken with a new release. |
Looks like Configuration might have changed It looks like KubeConfigLoader is actually sourced from a different repo via a submodule. It looks like we might just need to call Our py/requirements.txt already specifies that 4.0.0 is required. |
I updated the docker images for Airflow because I'm trying to fix some issues and setup cluster started failing with the error
The text was updated successfully, but these errors were encountered: