Yuki Sonoda (Yugui)
|
1395b0fbf0
|
Fixes golint errors in pkg/healthz
|
2014-07-16 21:59:23 +09:00 |
|
Yuki Sonoda (Yugui)
|
f368e4be68
|
Fixes golint errors in pkg/health
|
2014-07-16 21:59:21 +09:00 |
|
Yuki Sonoda (Yugui)
|
d2db5cdffc
|
Fix a build failure of a test
|
2014-07-16 21:33:26 +09:00 |
|
Yuki Sonoda (Yugui)
|
c1eee00a57
|
Correct an error message
|
2014-07-16 21:33:26 +09:00 |
|
Yuki Sonoda (Yugui)
|
a702be8e63
|
Fixes new golint errors in pkg/kubelet after merge
|
2014-07-16 21:33:26 +09:00 |
|
Yuki Sonoda (Yugui)
|
07b8be4d4c
|
Merge branch 'master' into fix/golint2
Conflicts:
pkg/api/types.go
pkg/health/health_check.go
pkg/kubelet/kubelet.go
pkg/kubelet/kubelet_server.go
pkg/kubelet/kubelet_server_test.go
pkg/kubelet/kubelet_test.go
|
2014-07-16 21:33:21 +09:00 |
|
Kouhei Ueno
|
938d9e811b
|
don't reuse random
|
2014-07-16 15:58:16 +09:00 |
|
Nan Deng
|
6878f105c0
|
add a client to get container info from kubelet
|
2014-07-16 01:08:56 -04:00 |
|
Daniel Smith
|
90afdb06c1
|
Move logger to own package; clean up apiserver to use serve mux.
|
2014-07-15 21:25:33 -07:00 |
|
Daniel Smith
|
c7d31fabbc
|
Merge pull request #480 from monnand/cadvisor-update-1
Update kubelet package to use most recent cAdvisor's code
|
2014-07-15 18:25:54 -07:00 |
|
Brendan Burns
|
c331849e69
|
Add support for CPU limiting to the kubelet.
|
2014-07-15 16:49:34 -07:00 |
|
brendandburns
|
74e17022e4
|
Merge pull request #474 from yifan-gu/close_chan
Changed op.notify<-true to close(op.notify).
|
2014-07-15 16:03:53 -07:00 |
|
Daniel Smith
|
3d63d733e3
|
Merge pull request #456 from brendandburns/health
Move health checking logic out to a utility. Add a minion registry that health checks.
|
2014-07-15 15:39:21 -07:00 |
|
Brendan Burns
|
c5db874090
|
Addressed comments.
|
2014-07-15 15:16:36 -07:00 |
|
Yifan Gu
|
0e9e2ee7f4
|
Changed op.notify<-true to close(op.notify).
|
2014-07-15 15:08:04 -07:00 |
|
Nan Deng
|
30bc2af9f1
|
gofmt -r "GetContainerStats->GetContainerInfo"
|
2014-07-15 11:53:00 -07:00 |
|
Nan Deng
|
8c573ee727
|
Update to latest cAdvisor and use data structures directly from cAdvisor
|
2014-07-15 11:53:00 -07:00 |
|
Daniel Smith
|
8ef60138e5
|
Merge pull request #466 from smarterclayton/move_docker_function_out
Move Docker specific function out of the Kubelet
|
2014-07-15 10:38:28 -07:00 |
|
Daniel Smith
|
61917a0628
|
Revert "Changed op.notify<-true to close(op.notify)."
|
2014-07-15 10:34:05 -07:00 |
|
Daniel Smith
|
e659688f6d
|
Merge pull request #458 from yifan-gu/close_chan
Changed op.notify<-true to close(op.notify).
|
2014-07-15 09:29:49 -07:00 |
|
Tim Hockin
|
3a9295add0
|
Merge pull request #407 from yugui/fix/golint
Fixes Go lint errors.
|
2014-07-15 08:44:57 -07:00 |
|
Clayton Coleman
|
e02ea37d9f
|
Move Docker specific function out of the Kubelet
|
2014-07-15 11:34:48 -04:00 |
|
Yuki Yugui Sonoda
|
edac5ce0b8
|
Fixes golint errors in pkg/kubelet
|
2014-07-15 22:56:31 +09:00 |
|
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 |
|