-
Notifications
You must be signed in to change notification settings - Fork 40k
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
Convert kube-apiserver to hyperkube #3982
Conversation
I'm running e2e tests now. This is a pretty simple refactor though (in theory). |
cc9706d
to
7aa0500
Compare
pkg/apiserver/server/server.go should be under pkg/master. apiserver is general api infrastructure, used by openshift, and will be used by kubelet, also. master is the kubernetes api server. I didn't diff cmd/kube-apiserver/apiserver.go and pkg/apiserver/server/server.go. I assume you did. :-) Probably should give a heads up to @smarterclayton. |
FWIW, the Openshift instantiation of the master is here: |
7aa0500
to
84d590b
Compare
@bgrant0607 -- PTAL -- moved it to |
Hyperkube, excellent name. Looking |
Part of kubernetes#108. Also: * Added hyperkube cmd (not built by default yet). * Added version support to hyperkube * Remove health_check_minions flag from apiserver as it is no longer used with kubernetes#3733
84d590b
to
6bdede6
Compare
Works for me, if it's ok with @smarterclayton. I figure we can fix/tweak it as necessary after the initial refactor goes in. |
Looks good to me but don't consider it authoritative. |
Ok. Will merge when tests complete. |
Convert kube-apiserver to hyperkube
Part of #108.
Also: