- 15 Jul, 2014 1 commit
-
-
Brendan Burns authored
-
- 14 Jul, 2014 8 commits
-
-
Daniel Smith authored
Add Docker link style env vars to link containers to services.
-
Brendan Burns authored
-
brendandburns authored
Add firewall instructions to the update demo
-
Julia Ferraioli authored
-
Daniel Smith authored
Changed the keepChannel to buffered channel.
-
Yifan Gu authored
Since the keepChannel is used to send data, not just for synchronizaiton, so make it a buffered channel can avoid unnecessary goroutine yields.
-
Daniel Smith authored
Add some sanity checks to the kube-up script.
-
brendandburns authored
make build script works on os x if the current dir is not the kubernetes root
-
- 13 Jul, 2014 5 commits
-
-
Clayton Coleman authored
pkg/controller: cleanup replication_controller.go
-
Clayton Coleman authored
Make {random,firstfit} scheduler thread safe. -
Albert Zhang authored
-
brendandburns authored
Fix build script for os x.
-
Brendan Burns authored
-
- 12 Jul, 2014 26 commits
-
-
Claire Li authored
-
Clayton Coleman authored
pkg/proxy/config: clean up file.Run()
-
Tim Hockin authored
Make hack/config-go.sh sourceable from zsh
-
Clayton Coleman authored
pkg/kubelet: clean up server http error handling
-
Clayton Coleman authored
pkg/kubelet: explicitly return nil as error and nil as a result on error
-
Claire Li authored
-
Clayton Coleman authored
pkg/proxy: remove unnecessary go routine
-
Clayton Coleman authored
Add comments on registry/etcd_registry.go to address some of golint errors.
-
Clayton Coleman authored
pkg/selector: set the cap for slice in SelectorFromSet
-
Clayton Coleman authored
pkg/master: correct error string for GetPodInfo
-
Claire Li authored
-
Kouhei Ueno authored
-
Kouhei Ueno authored
-
Kouhei Ueno authored
-
Kouhei Ueno authored
-
Claire Li authored
-
Claire Li authored
-
Kouhei Ueno authored
-
Claire Li authored
-
brendandburns authored
pkg/proxy: filtering before comparing
-
brendandburns authored
pkg/proxy: use net.SplitHostPort instead of strings.Split
-
brendandburns authored
pkg/proxy: remove unnecessary io.EOF checking
-
Claire Li authored
-
Claire Li authored
-
Claire Li authored
-
brendandburns authored
Fixes go lint errors on pkg/registry/controller_registry.go
-