-
Notifications
You must be signed in to change notification settings - Fork 11
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
Kubernetes service accounts support #50
Conversation
Hey @sercand - thanks for the PR! @mfburnett and I are working on a process around external contributions with the goal of all changes going through the same standards (with exceptions for hotfixes and non-code changes). Hopefully this will get up within the next week. |
We need this for core Kubernetes localkube |
@ethernetdan any update on this |
@sercand could you rebase and group the standard library imports? Otherwise LGTM In order to ensure the chain of title for the contribution back to Kubernetes core, I'll need you to sign a Redspread CLA. Is your github email the best place to reach you? |
GitHub email is ok. Sercan Değirmenci 2016-04-28 13:37 GMT+03:00 Dan Gillespie notifications@github.com:
|
Just sent |
Should we retarget this one for |
@luxas I think that's a good idea |
Localkube does not create service accounts at the beginning which causes problems when using kubernetes api with InClusterConfig. This pull request creates a PEM certificate at start and uses it as service account certificate.