potiuk commented on issue #45487:
URL: https://github.com/apache/airflow/issues/45487#issuecomment-2578813566

   I think it might be related to a kubernetes bug and it is triggered via 
different things being upgraded as well.
   
   I guess together with the upgrade you  upgraded to a newer version of K8S 
and you hit this issue https://github.com/kubernetes/kubernetes/issues/109022  
- or maybe hvac version incompatibility (`hvac` is the hashicorp library used 
to communicate with hashicorp). You might want to narrow it down by limiting 
things to upgrade and diagnose what is the faulty component:
   
   1) downgrade proivder separately on Airflow 2.10.0 - without downloading hvac
   2) downgrade hvac separately to the version that was present in constraints 
of Airlfow 2.9.0 
   3) downgrade k8s version (or any other thing you upgraded that might contain 
the faulty go version).
   
   You can then see which one works. My guess it's the hvac upgrade that caused 
it, then you can report the issue to `hvac` repository.
   
   Please let us know what your investigation brings.
   
   
   
   


-- 
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]

Reply via email to