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

Fixing Scale Kubernetes Client Configuration #256

Merged

Conversation

whitleykeith
Copy link

This is due to kubernetes-client/python#1284 which is present in the Python Kubernetes Client with version v12 and higher. Looks like the latest version of the openshift client now pulls in a v12 K8s client which is causing this problem.

This comment kubernetes-client/python#1284 (comment) recommends this fix. I also added some exception handling so that the process doesn't exit 0 when it actually failed

@chaitanyaenr chaitanyaenr added the P1 High Priority label Mar 9, 2021
Copy link
Member

@chaitanyaenr chaitanyaenr left a comment

Choose a reason for hiding this comment

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

LGTM

@chaitanyaenr chaitanyaenr merged commit c795178 into cloud-bulldozer:master Mar 9, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
P1 High Priority
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants