-
Notifications
You must be signed in to change notification settings - Fork 303
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
Add k8s_api_verify_ssl
config
#801
Conversation
Thanks for submitting your first pull request! You are awesome! 🤗 |
c0e5b08
to
81f7eaf
Compare
200f322
to
687fa7f
Compare
@devenami I can't seem to accept these changes - once you accept them, I'm happy to merge. Thank you for your contributions! |
@yuvipanda thanks for your code review and suggestions, i accept your suggestions and pushed a new commit. |
Thanks, @devenami |
k8s_api_verify_ssl
config
When the k8s cluster uses self signed certificates, Python may not be able to verify the validity of the root certificate, resulting in client calls failing. We can modify by verify_ssl parameter skip certificate validation。
Fixes #799