Add kubectl to the hyperkube binary

This commit is contained in:
Brendan Burns
2015-11-12 21:43:21 -08:00
parent 54e6db0896
commit 19c582c2b1
4 changed files with 72 additions and 4 deletions

View File

@@ -31,6 +31,7 @@ func main() {
Long: "This is an all-in-one binary that can run any of the various Kubernetes servers.",
}
hk.AddServer(NewKubectlServer())
hk.AddServer(NewKubeAPIServer())
hk.AddServer(NewKubeControllerManager())
hk.AddServer(NewScheduler())