-
Notifications
You must be signed in to change notification settings - Fork 14.6k
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
Pin kubernetes
to a max version of 11.0.0.
#11974
Conversation
12.0.0 introduces `TypeError: cannot serialize '_io.TextIOWrapper' object` when serializing V1Pod's in `executor_config`.
Did you also open a bug in the client library project? This looks like a problem the library should fix. V1Pod should be pickable. |
The PR needs to run all tests because it modifies core of Airflow! Please rebase it to latest master or ask committer to re-run it! |
@mik-laj no, and turns out I can't replicate it with the client library alone... Ongoing conversation here: |
This did ultimately lead to an issue over there: kubernetes-client/python#1304 |
12.0.0 introduces `TypeError: cannot serialize '_io.TextIOWrapper' object` when serializing V1Pod's in `executor_config`.
12.0.0 introduces `TypeError: cannot serialize '_io.TextIOWrapper' object` when serializing V1Pod's in `executor_config`. (cherry picked from commit 9687b3b)
12.0.0 introduces `TypeError: cannot serialize '_io.TextIOWrapper' object` when serializing V1Pod's in `executor_config`. (cherry picked from commit 9687b3b)
12.0.0 introduces `TypeError: cannot serialize '_io.TextIOWrapper' object` when serializing V1Pod's in `executor_config`. (cherry picked from commit 9687b3b)
12.0.0 introduces `TypeError: cannot serialize '_io.TextIOWrapper' object` when serializing V1Pod's in `executor_config`. (cherry picked from commit 9687b3b)
apache/airflow#11974 -- The new version of Kubernetes raises error when it was not raising an error previously
apache/airflow#11974 -- The new version of Kubernetes raises error when it was not raising an error previously
12.0.0 introduces `TypeError: cannot serialize '_io.TextIOWrapper' object` when serializing V1Pod's in `executor_config`. (cherry picked from commit 9687b3b)
12.0.0 introduces
TypeError: cannot serialize '_io.TextIOWrapper' object
when serializing V1Pod's inexecutor_config
.This applies to both the deprecated
executor_config
dict andpod_override
.