You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 13, 2022. It is now read-only.
Currently I use Rancher and K8s together. I can currently get my kubeconfig dynamically from a Rancher endpoint.
However, the kubernetes-client doesn't support any capability to use a kubeconfig from string, or even StringIO because a 'split' on the path is required.
The python client should support a kubeconfig via string for situations in which a filesystem either isn't available, or isn't viable.
The text was updated successfully, but these errors were encountered:
I'm working on a pull request now to support a StringIO object, so as to not interfere with the existing 'path' functionality without trying to do some weird detection of a path vs an actual config string.
Currently I use Rancher and K8s together. I can currently get my kubeconfig dynamically from a Rancher endpoint.
However, the kubernetes-client doesn't support any capability to use a kubeconfig from string, or even StringIO because a 'split' on the path is required.
The python client should support a kubeconfig via string for situations in which a filesystem either isn't available, or isn't viable.
The text was updated successfully, but these errors were encountered: