minikube/pkg/localkube
Matt Rickard 7560384fc8 Remove vendored kube2sky, Add DNS as cluster addon
Removes the vendored in kube2sky built into the minikube binary and
replaces the dns solution with kube-dns cluster addon.  This will allow
users to swap out DNS implementations by simply turning off the
kube-dns addon.
2016-10-25 14:00:51 -07:00
..
apiserver.go Add DefaultStorageClass to admission controllers 2016-10-12 13:46:00 +01:00
controller-manager.go Initial configurator commit. 2016-09-30 10:05:14 -07:00
etcd.go Initial configurator commit. 2016-09-30 10:05:14 -07:00
kubelet.go Initial configurator commit. 2016-09-30 10:05:14 -07:00
localkube.go Initial configurator commit. 2016-09-30 10:05:14 -07:00
localkube_test.go Remove unused portions of GenerateSelfSignedCert 2016-05-11 16:50:27 -07:00
proxy.go Initial configurator commit. 2016-09-30 10:05:14 -07:00
scheduler.go Initial configurator commit. 2016-09-30 10:05:14 -07:00
server.go Run gofmt 2016-05-09 23:37:46 +03:00
servers.go Very large refactor of localkube. Fixed lots of bugs, added flags and commands via cobra, extracted a simple interface for SimpleServer for all Kubernetes components, made DNS working again, created the type LocalkubeServer which holds all necessary data etc. 2016-05-09 23:35:57 +03:00