-
Notifications
You must be signed in to change notification settings - Fork 140
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 support for in-memory kubeconfig #212
add support for in-memory kubeconfig #212
Conversation
load_kube_config_from_dict() was not added until v17.17 of kubernetes. We'll need to both document that this feature will only work on that version or later, and provide a more friendly error message when they try to use it on an older version. |
eb97224
to
558cc28
Compare
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.
Thanks! Small doc change request but otherwise this looks good.
Co-authored-by: Mike Graves <mgraves@redhat.com>
recheck |
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.
LGTM!
SUMMARY
k8s module support now authentication with
kubeconfig
parameter as file and dict.Closes #139
ISSUE TYPE
COMPONENT NAME
ADDITIONAL INFORMATION