Commit Graph

558 Commits

Author SHA1 Message Date
Daniel Smith
45d998d411 Merge pull request #313 from dchen1107/fileserver
Fileserver
2014-06-30 16:53:22 -07:00
Daniel Smith
6ed50b46e4 Merge pull request #315 from thockin/docs
Clarify and lighten the LGTM policy.
2014-06-30 16:52:50 -07:00
Tim Hockin
d43de2b7b0 Clarify and lighten the LGTM policy. 2014-06-30 16:48:21 -07:00
Dawn Chen
85152fc137 Add a FileServer for master's logs 2014-06-30 16:33:54 -07:00
Daniel Smith
c292b72495 Merge pull request #308 from thockin/valid2
Break the dep from util -> api
2014-06-30 15:22:55 -07:00
Tim Hockin
74e1b03a80 Break the dep from util -> api
Part 1 in a series of changes towards data validation.
2014-06-30 14:28:41 -07:00
Daniel Smith
655bca7e55 Merge pull request #306 from monnand/registry-race
Solved data races in pkg/registry
2014-06-30 12:15:31 -07:00
Nan Deng
f99a50ba69 use mutex instead of rwmutex 2014-06-30 11:13:42 -07:00
Nan Deng
3083a33e5f pkg/registry now passed race detector. 2014-06-30 11:04:57 -07:00
Daniel Smith
0986e96743 Merge pull request #303 from thockin/docs
Fix line break
2014-06-30 09:27:26 -07:00
Tim Hockin
847eb4fbfc Fix line break 2014-06-30 09:24:41 -07:00
brendandburns
ccb607d22e Merge pull request #292 from thockin/docs
Add a doc on collaborative development
2014-06-30 09:12:59 -07:00
brendandburns
58030faf4a Merge pull request #290 from thockin/logging
Reduce logging noise
2014-06-30 09:11:38 -07:00
Tim Hockin
05fe417d4d Add a doc on collaborative development 2014-06-29 21:14:58 -07:00
Tim Hockin
6c79937a42 Reduce logging noise
Don't use %#v for errors.
Do use %+v when more detail than %v is needed.
Fix typos Kublet -> Kubelet.
2014-06-28 22:16:26 -07:00
brendandburns
18cba57863 Fix the link. 2014-06-28 20:11:51 -07:00
brendandburns
ac055469c0 Add a link to the I/O talk on YouTube 2014-06-28 20:11:22 -07:00
brendandburns
fe4ce67aeb Merge pull request #289 from thockin/cleanups
Add a NewStringSet() function
2014-06-28 19:51:34 -07:00
Tim Hockin
b65d685a39 Add a NewStringSet() function
Also beef up tests to cover len(ss).
2014-06-28 19:36:44 -07:00
Tim Hockin
73a494c928 Merge pull request #283 from lavalamp/stringSet
Move stringSet to util.StringSet
2014-06-28 13:15:47 -07:00
Daniel Smith
3d1e8a92d3 Move stringSet to util.StringSet 2014-06-28 11:46:51 -07:00
Daniel Smith
39065d3b7b Merge pull request #282 from jjhuff/allow_empty_manifest_list
Allow empty lists when polling manifests via http
2014-06-28 11:29:19 -07:00
Justin Huff
28afe91855 Allow empty lists when polling manifests via http 2014-06-27 23:46:02 -07:00
Daniel Smith
134f44e3fa Merge pull request #276 from brendandburns/minion
Initial integration of the cloud based minion registry.
2014-06-27 22:56:47 -07:00
Brendan Burns
431fcac8b0 Initial integration of the cloud based minion registry. 2014-06-27 22:49:27 -07:00
Daniel Smith
0acb577884 Merge pull request #279 from brendandburns/tools
Add some extra validation and checking to the local cluster setup.
2014-06-27 22:05:55 -07:00
Brendan Burns
c002cac157 Add some extra validation and checking to the local cluster setup. 2014-06-27 21:47:01 -07:00
Daniel Smith
b21facafb1 Merge pull request #273 from brendandburns/kubelet
Make the docker endpoint a flag.
2014-06-27 17:09:25 -07:00
Brendan Burns
f8060c5b3d Make the docker endpoint a flag. 2014-06-27 17:01:12 -07:00
Daniel Smith
a5c3889866 Merge pull request #275 from brendandburns/guestbook
Change the frontend port in the guestbook example to 8000
2014-06-27 16:58:03 -07:00
Brendan Burns
22f25b9433 Change the frontend port in the guestbook example to 8000 2014-06-27 16:48:35 -07:00
brendandburns
4fdf55e85c Merge pull request #269 from lavalamp/exampleEtcd
Generic atomic update code
2014-06-27 16:28:02 -07:00
Daniel Smith
54ad4582e2 Fix unstable map ordering issue in test 2014-06-27 15:40:23 -07:00
Daniel Smith
9a0f89170e Fix comments. Add timeout to integration test; don't make travis run for 15 minutes any more. 2014-06-27 15:40:23 -07:00
Daniel Smith
999ea50c2a Cleanup to use AtomicUpdate. 2014-06-27 15:14:57 -07:00
Daniel Smith
529870d121 Generic atomic update code 2014-06-27 15:14:57 -07:00
Daniel Smith
4102abe11c Merge pull request #271 from brendandburns/htpasswd
Remove the dependency on apache htpasswd.
2014-06-27 15:03:37 -07:00
Brendan Burns
4eccd64e0f Remove the dependency on apache htpasswd. 2014-06-27 14:54:49 -07:00
Daniel Smith
640790d7b4 Merge pull request #254 from jjhuff/container_id
Cleaning up container ID handling inside kubelet
2014-06-27 14:13:56 -07:00
Justin Huff
8c5562ef77 DockerContaineId->DockerId 2014-06-27 14:03:50 -07:00
Justin Huff
81663fdb80 Introduce a type for docker container ids 2014-06-27 14:03:50 -07:00
Justin Huff
fe0066d2e4 Cleaning up container ID handling inside kubelet 2014-06-27 14:03:50 -07:00
brendandburns
3432cf6c53 Add a link to the update demo. 2014-06-27 12:31:35 -07:00
Daniel Smith
ba1882ab4f Merge pull request #265 from brendandburns/cas
Use etcd compare and swap to update the list of pods, to remove a race.
2014-06-27 11:42:12 -07:00
Brendan Burns
b25f950362 Use etcd compare and swap to update the list of pods, to remove a race. 2014-06-27 11:09:36 -07:00
brendandburns
b5c8efee00 Merge pull request #266 from dchen1107/readme
using hack/local-up-cluster.sh to run cluster locally
2014-06-27 09:20:13 -07:00
Dawn Chen
71c0555f20 using hack/local-up-cluster.sh to run cluster locally 2014-06-26 23:58:16 -07:00
Daniel Smith
affaf173bf Merge pull request #257 from brendandburns/sync
Implement sync behavior for controllers.
2014-06-26 20:04:13 -07:00
Brendan Burns
a391b2ff03 Implement sync behavior for controllers. 2014-06-26 19:44:28 -07:00
Daniel Smith
ab308ad13a Merge pull request #264 from brendandburns/padding
Set id width at 8 and pad with zeros.
2014-06-26 19:37:17 -07:00