-
Notifications
You must be signed in to change notification settings - Fork 14.5k
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
apache-airflow-providers-cncf-kubernetes requires latest kubernetes version #36678
Comments
Thanks for opening your first issue here! Be sure to follow the issue template! If you are willing to raise PR to address this issue please do so, no need to wait for approval. |
@paramjeet01 Well said !!! I also add that working with apache-airflow-providers-cncf-kubernetes on a cluster kubernetes 1.28.x it seems to have logging capture problems duplicating log lines or missing them at all. Otherall, the XComs examples in python do not work at all !!! |
it works on my side , could you please open a new issue with a reproducible example , thanks |
@raphaelauv , Thanks for the help. The above stated image for future release ? |
The issue is said to be closed but it seems that
Am I going wrong ? |
close cause fix is merged , does not mean it was deploy in a new release and |
@raphaelauv When are we planning to release the new version ? or is it automated by pipelines and we wait till then ? |
We release our providers roughly every two weeks. Byut if you REALLY want you can easily build your own provider packages we have instructions available to do so - this way you could gest it before and contribute back by verifying if all works as needed. Do you want links to some instructions there and are you willing to help us with that @paramjeet01 ? |
Yeah , I can check that. Please send me the instructions also could this issue 37090 be related to the provider version |
Those are step-by-step instruction release manager does https://github.com/apache/airflow/blob/main/dev/README_RELEASE_PROVIDER_PACKAGES.md#prepare-regular-provider-packages-rc just follow package preparation. It's ealso explained in detail in the hlelp of breeze commands and the commans are documented here: https://github.com/apache/airflow/blob/main/dev/breeze/doc/09_release_management_tasks.rst#provider-release-commands |
Possibly. Generally there is not a single person who might remember or know all the chages to all the providers and be able to authoritatively answer yes/no. This is an open-source projects with ~ 2800 contributors, so it's likely changes and fixes are implemented that are fixing things that others are unaware. That's what the release notes are, to see if there were fixes that might be related - and generally upgrading to latest versions of everything is a good idea. And if you can test it and try it yoursef and verify it - even building the latest packages to try things before they get relased, this is the ultimate answer. |
Description
Update apache-airflow-providers-cncf-kubernetes to use kubernetes latest versions
Use case/motivation
Kubernetes has released latest versions recently v1.29 but airflow kubernetes is stuck with v1.23 and not compatible with the latest versions.
https://github.com/kubernetes-client/python
Related issues
Since the kubernetes v1.23 has come to end of life and eks is not supporting the version. It would be nice to see upgraded
apache-airflow-providers-cncf-kubernetes
Are you willing to submit a PR?
Code of Conduct
The text was updated successfully, but these errors were encountered: