Yuki Yugui Sonoda
|
c6b27bb87d
|
Fixes golint errors in pkg/kubecfg
|
2014-07-15 22:56:17 +09:00 |
|
Yuki Yugui Sonoda
|
af38bf1ef7
|
Fixes golint errors in pkg/api
|
2014-07-15 22:56:09 +09:00 |
|
Clayton Coleman
|
07fafb1252
|
Merge pull request #453 from brendandburns/memory
Add support for memory limits in the kubelet.
|
2014-07-15 09:37:42 -04:00 |
|
Yuki Yugui Sonoda
|
2861955025
|
Corrects wording of godoc comments.
|
2014-07-15 22:03:08 +09:00 |
|
Yuki Yugui Sonoda
|
1bd7276aca
|
Correct the style of nested conditionals
|
2014-07-15 20:58:03 +09:00 |
|
Yuki Yugui Sonoda
|
60dd1f7cc0
|
Eliminates tautological comments
|
2014-07-15 20:58:01 +09:00 |
|
Yuki Yugui Sonoda
|
41febcee5e
|
Merge branch 'master' into fix/golint
Conflicts:
pkg/master/master.go
pkg/master/pod_cache.go
pkg/proxy/config/file.go
pkg/proxy/proxier.go
pkg/proxy/roundrobbin.go
pkg/scheduler/randomfit.go
pkg/scheduler/randomfit_test.go
|
2014-07-15 20:57:47 +09:00 |
|
Kouhei Ueno
|
bba23e28c2
|
Define EtcdErrorCode as constant and reuse EtcdError instances
|
2014-07-15 20:48:06 +09:00 |
|
Yifan Gu
|
90cc060699
|
Changed op.notify<-true to close(op.notify).
|
2014-07-15 00:29:43 -07:00 |
|
Brendan Burns
|
62dfc74606
|
Move health checking logic out to a utility.
Add a minion registry that health checks.
|
2014-07-14 22:38:28 -07:00 |
|
Daniel Smith
|
314eb1ae2d
|
Merge pull request #454 from brendandburns/template
Add a template printer to kubecfg.
|
2014-07-14 21:46:21 -07:00 |
|
Clayton Coleman
|
0839f454fe
|
Merge pull request #433 from brendandburns/service
Update services to use the internal IP and port, now that its available.
|
2014-07-15 00:22:34 -04:00 |
|
Brendan Burns
|
f7bd5a6f0f
|
Add a template printer to kubecfg.
|
2014-07-14 21:13:06 -07:00 |
|
Brendan Burns
|
92d83640c0
|
Add support for memory limits in the kubelet.
|
2014-07-14 20:57:26 -07:00 |
|
Brendan Burns
|
ae179121c6
|
Address comments.
|
2014-07-14 20:38:43 -07:00 |
|
Brendan Burns
|
9f99767b6c
|
Add a /healthz handler to the kubelet server, so that the master can validate kubelet health.
|
2014-07-14 20:38:18 -07:00 |
|
Brendan Burns
|
3cc5ff15cf
|
Update services to use the internal IP and port, now that its available.
|
2014-07-14 20:24:58 -07:00 |
|
Daniel Smith
|
dcbb309e4f
|
Merge pull request #440 from brendandburns/link
Add Docker link style env vars to link containers to services.
|
2014-07-14 16:47:49 -07:00 |
|
Brendan Burns
|
0e798bcc3c
|
Add link env vars.
|
2014-07-14 16:37:17 -07:00 |
|
Yifan Gu
|
3a95572290
|
Changed the keepChannel to buffered channel.
Since the keepChannel is used to send data, not just for synchronizaiton,
so make it a buffered channel can avoid unnecessary goroutine yields.
|
2014-07-14 14:22:19 -07:00 |
|
Clayton Coleman
|
f474879bad
|
Merge pull request #431 from claire921/controller
pkg/controller: cleanup replication_controller.go
|
2014-07-13 10:13:12 -04:00 |
|
Claire Li
|
ba9c370014
|
pkg/controller: cleanup replication_controller.go
|
2014-07-12 14:21:51 -07:00 |
|
Kouhei Ueno
|
c875a6d3ba
|
rename FirstFitScheduler to RandomFitScheduler
|
2014-07-12 23:23:53 +09:00 |
|
Kouhei Ueno
|
070b4ffe9f
|
make firstfit.go threadsafe and fix its comments
|
2014-07-12 23:23:53 +09:00 |
|
Kouhei Ueno
|
2a03a4d502
|
make random.go threadsafe
|
2014-07-12 23:23:52 +09:00 |
|
Clayton Coleman
|
f84a948c9c
|
Merge pull request #426 from claire921/cleanup
pkg/proxy/config: clean up file.Run()
|
2014-07-12 15:12:05 -04:00 |
|
Clayton Coleman
|
de51331808
|
Merge pull request #435 from claire921/kubelet_server
pkg/kubelet: clean up server http error handling
|
2014-07-12 14:35:36 -04:00 |
|
Clayton Coleman
|
1603e17c4a
|
Merge pull request #436 from claire921/k
pkg/kubelet: explicitly return nil as error and nil as a result on error
|
2014-07-12 14:20:04 -04:00 |
|
Claire Li
|
10de5b12fe
|
pkg/kubelet: explicitly return nil as error and nil as a result on error
|
2014-07-12 11:03:08 -07:00 |
|
Clayton Coleman
|
1af753a396
|
Merge pull request #420 from claire921/proxy
pkg/proxy: remove unnecessary go routine
|
2014-07-12 13:58:42 -04:00 |
|
Clayton Coleman
|
5ad37f0f38
|
Merge pull request #427 from nyaxt/lint_registry2
Add comments on registry/etcd_registry.go to address some of golint errors.
|
2014-07-12 13:54:13 -04:00 |
|
Clayton Coleman
|
3fd730c5fe
|
Merge pull request #428 from claire921/selector
pkg/selector: set the cap for slice in SelectorFromSet
|
2014-07-12 13:52:36 -04:00 |
|
Claire Li
|
cdc44387c6
|
pkg/kubelet: clean up server http error handling
|
2014-07-12 10:44:29 -07:00 |
|
Claire Li
|
d0aad153ee
|
pkg/master: correct error string for GetPodInfo
|
2014-07-11 23:09:43 -07:00 |
|
Claire Li
|
2b183943c2
|
pkg/selector: set the cap for slice in SelectorFromSet
|
2014-07-11 22:59:50 -07:00 |
|
Kouhei Ueno
|
12c9a73205
|
Add comments on registry/etcd_registry.go
|
2014-07-12 14:44:13 +09:00 |
|
Claire Li
|
78cad3fd5e
|
pkg/proxy/config: clean up file.Run()
|
2014-07-11 22:41:06 -07:00 |
|
brendandburns
|
89655584eb
|
Merge pull request #423 from claire921/onpudate
pkg/proxy: filtering before comparing
|
2014-07-11 22:33:09 -07:00 |
|
brendandburns
|
cde7b5841b
|
Merge pull request #422 from claire921/use_splithostport
pkg/proxy: use net.SplitHostPort instead of strings.Split
|
2014-07-11 22:32:50 -07:00 |
|
brendandburns
|
ee4ec2af9e
|
Merge pull request #421 from claire921/proxy_checking
pkg/proxy: remove unnecessary io.EOF checking
|
2014-07-11 22:32:32 -07:00 |
|
Claire Li
|
094b78d7de
|
pkg/proxy: filtering before comparing
|
2014-07-11 22:13:29 -07:00 |
|
Claire Li
|
ba07dc804c
|
pkg/proxy: use net.SplitHostPort instead of strings.Split
|
2014-07-11 22:08:53 -07:00 |
|
Claire Li
|
abcbce55ce
|
pkg/proxy: remove unnecessary io.EOF checking
|
2014-07-11 21:51:24 -07:00 |
|
brendandburns
|
cdf75c57df
|
Merge pull request #411 from nyaxt/lint_registry
Fixes go lint errors on pkg/registry/controller_registry.go
|
2014-07-11 21:41:58 -07:00 |
|
brendandburns
|
2ee074f9fa
|
Merge pull request #410 from nyaxt/lint_scheduler
Add comments to pkg/scheduler/ to pass golint
|
2014-07-11 21:40:18 -07:00 |
|
Claire Li
|
4d47db8b5f
|
pkg/proxy: remove unnecessary go routine
|
2014-07-11 21:34:42 -07:00 |
|
Kouhei Ueno
|
f932891428
|
removes a comment on New and a typo fix
|
2014-07-12 13:21:52 +09:00 |
|
Kouhei Ueno
|
bf137c38e7
|
remove comments on Make.+()
|
2014-07-12 13:16:16 +09:00 |
|
brendandburns
|
93d45c1e71
|
Merge pull request #414 from thockin/cleanups
Fix go idiom feedback
|
2014-07-11 14:47:05 -07:00 |
|
Tim Hockin
|
779cb84625
|
Merge pull request #397 from brendandburns/service
Add initial validation of Service objects
|
2014-07-11 14:43:47 -07:00 |
|