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

CASMCMS-8914: Use appropriate version of Python k8s client for CSM 1.6 #105

Merged
merged 1 commit into from
Feb 22, 2024

Conversation

mharding-hpe
Copy link
Contributor

I noticed that some of our Python code for CSM 1.6 is pulling in non-optimal versions of the Kubernetes client library. Ideally the major version of the library should correspond to the Kubernetes version on the system, but in many cases it is not. This doesn't guarantee that there will be problems, but it's least risky to use the appropriate version.

This problem also exists in past CSM versions, but this is not the kind of thing worth backporting without additional reason, so I'll just confine my change to CSM 1.6.

@mharding-hpe mharding-hpe requested a review from a team as a code owner February 9, 2024 16:48
@mharding-hpe mharding-hpe merged commit c31dd1e into develop Feb 22, 2024
4 checks passed
@mharding-hpe mharding-hpe deleted the CASMCMS-8914 branch February 22, 2024 16:53
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.

1 participant