antonio-mello-ai commented on issue #56432: URL: https://github.com/apache/airflow/issues/56432#issuecomment-4050044335
I've submitted a fix in #63478. The root cause is that `load_kube_config()` overwrites the global default configuration (including `verify_ssl=False`) with a fresh instance. The fix re-applies `verify_ssl=False` after config loading and passes the configuration explicitly to the ApiClient. -- 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]
