-
Notifications
You must be signed in to change notification settings - Fork 24
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
Implement support for configuring k8s via kubeconfig #62
Comments
Currently there is no option to read config from the config file, but we probably should have that. For simple cases, it's fairly easy to find the fields you need. Iirc, you need the We are lacking some documentation on how to configure the library. You can have a look at many of the other repos under fiaas for examples. Most complete example is probably fiaas/fiaas-deploy-daemon. |
Actually, I would like to keep this issue open, as a reminder that we need to look at the documentation, and possibly add some additional ways to configure the library. |
This would be much easier if the python-base part of the official client was available as a dependency. |
hi, i am a newbie of k8s. and i were using kubectl recently until i saw this library
were there any method to read those config from kubectl from its configure file located at
~/.kube/config
because i am not familiar with kubectl's config format, so i dont know which of it refer to the cert file in your tutorials
The text was updated successfully, but these errors were encountered: