Skip to content
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

[Request] Update Kubernetes client version #6915

Open
ConfuzedCoder opened this issue Sep 14, 2024 · 0 comments
Open

[Request] Update Kubernetes client version #6915

ConfuzedCoder opened this issue Sep 14, 2024 · 0 comments
Assignees

Comments

@ConfuzedCoder
Copy link
Contributor

System information

  • TFX Version (you are using): 1.15.1
  • Environment in which you plan to use the feature (e.g., Local
    (Linux/MacOS/Windows), Interactive Notebook, Google Cloud, etc..): MacOS and Google Cloud
  • Are you willing to contribute it (Yes/No): Yes

Describe the feature and the current behavior/state.

The latest Kubernetes python client version is 30.1.0 but TFX uses "kubernetes>=10.0.1,<13",

As the Kubernetes client version is very old I can not install TFX with other packages that use the latest Kubernetes client version. There is no way to build an application with TFX and other packages.

I am requesting to loosen the requirements in the subsequent version to allow a newer version of the Kubernetes client.

Will this change the current API? How?
This will not change the current API but the update may break some API, we can run the test cases to find out the impact.

Who will benefit with this feature?
All users running TFX in the Kubernetes environment

Do you have a workaround or are completely blocked by this? :
I can not install TFX with other packages that use the latest Kubernetes client version. I tried updating the client's version and plan to test it, but I cannot build TFX from the source on my system. Right now there is no way to get through this issue.

image

Any Other info.

I am following the steps mentioned in the CONTRIBUTING.md file but unable to build and test TFX. If someone can guide me to fix the issue, I can test TFX with the latest version of Kubernetes and raise a PR.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants