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

Pin kubernetes pip version to 31.0.0 to fix client authentication error #946

Merged
merged 1 commit into from
Jan 24, 2025

Conversation

Ethanlm
Copy link
Contributor

@Ethanlm Ethanlm commented Jan 24, 2025

No description provided.

@Ethanlm Ethanlm requested review from ruomingp, markblee and a team as code owners January 24, 2025 07:39
Comment on lines +86 to +87
# kubernetes==32.0.0 will cause "kube_config.py:520] Object of type ConfigNode is not JSON serializable" error
# when loading kube config, hence failing kubernetes client authentication.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is there a github issue to track the problem?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I just found this one: kubernetes-client/python#2333

Copy link
Contributor Author

@Ethanlm Ethanlm Jan 24, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I will merge this PR now to unblock users. I can file a separate PR to include a link to this github issue

Copy link
Contributor Author

@Ethanlm Ethanlm Jan 24, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Filed #947

@Ethanlm Ethanlm added this pull request to the merge queue Jan 24, 2025
Merged via the queue into apple:main with commit a6e0f4a Jan 24, 2025
6 checks passed
@Ethanlm Ethanlm deleted the pin_kubernetes_version branch January 24, 2025 17:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants