-
Notifications
You must be signed in to change notification settings - Fork 221
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
change V1Subject to RbacV1Subject in k8s.py #1384
base: main
Are you sure you want to change the base?
Conversation
This change fix: Error: module 'kubernetes.client' has no attribute 'V1Subject'
Thanks for submitting your first pull request! You are awesome! 🤗 |
Capping the client to 1.28 would make it work for current users, but would make it fail for users that have upgraded to >= 1.29 then... Another approach would be to try to check in the code for the current version and use one or the other. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Delete it from a hacker
This change fix - Error: module 'kubernetes.client' has no attribute 'V1Subject'
This error occurs when an attempt is made to create a role binding.
The full error looks as follows: