Commit Graph

40776 Commits (9705bb728e768be02bf5b32aa14dec059f9269ed)

Author SHA1 Message Date
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
Brendan Burns 78d9538358 Set id width at 8 and pad with zeros. 2014-06-26 19:24:12 -07:00
Daniel Smith ffc2f82bed Merge pull request #238 from brendandburns/update
Initial add of the update demo for Google I/O
2014-06-26 19:21:38 -07:00
brendandburns 9e90c14369 Merge pull request #259 from lavalamp/api_long_op
Implement client polling.
2014-06-26 19:06:18 -07:00
Daniel Smith e472d60578 Merge pull request #262 from jjhuff/fix_etcd_watches
Watch and Get on the same Etcd key.
2014-06-26 19:04:48 -07:00
Justin Huff 6fdebd6560 Watch and Get on the same Etcd key.
Kubelet was killing existing pods when creating a new one because new
files were being set as /registry/hosts/<machine>/pods/<id> and
/registry/hosts/<machine>/kubelet.
2014-06-26 18:59:49 -07:00
brendandburns ccc04336af Merge pull request #258 from lavalamp/misc_cleanup
Use net.JoinHostPort
2014-06-26 18:56:52 -07:00
brendandburns 67d56ca972 Merge pull request #261 from meirf/test_bad_json_rejection
Test rejection of bad JSON.
2014-06-26 18:56:27 -07:00
Brendan Burns 23c971605e Initial add of cloud-demo 2014-06-26 18:52:08 -07:00
Daniel Smith be39c3d646 Fix crash in test 2014-06-26 16:56:02 -07:00
Meir Fischer a2513eb1d6 Test rejection of bad JSON. 2014-06-26 19:27:56 -04:00
Daniel Smith 001b07b292 Use net.JoinHostPort 2014-06-26 16:20:37 -07:00
Daniel Smith fd5e3b0b04 Implement client polling. 2014-06-26 16:10:38 -07:00
Daniel Smith ce7eb7686a Merge pull request #256 from ironcladlou/local-cluster-proxy
Launch proxy as part of local-up-cluster.sh
2014-06-26 14:16:40 -07:00
Daniel Smith de06869d30 Merge pull request #244 from brendandburns/minion
Add a minion registry that is backed by a cloud provider.
2014-06-26 13:13:59 -07:00
Brendan Burns 14838df51e Update the proxy server. 2014-06-26 13:09:23 -07:00
Brendan Burns 93019b8563 Add a minion registry that is backed by a cloud provider. 2014-06-26 13:00:07 -07:00
Dan Mace b733585123 Launch proxy as part of local-up-cluster.sh 2014-06-26 15:48:26 -04:00
Daniel Smith 1ddc012b17 Merge pull request #255 from jjhuff/remove_localkube
Remove localkube
2014-06-26 12:44:30 -07:00
brendandburns 46a615864c Merge pull request #249 from lavalamp/api_long_op
Give api server operation tracking ability
2014-06-26 12:10:40 -07:00
Justin Huff 253a783365 Remove localkube 2014-06-26 11:52:23 -07:00
Daniel Smith afd13edd6a Address comments; also, demonstrate one more property in test. 2014-06-26 11:36:15 -07:00
Daniel Smith 3dddb1694c Merge pull request #233 from brendandburns/demo
switch to built in golang FileServer
2014-06-26 10:52:24 -07:00
Brendan Burns 9bd4e441b3 better error handling. 2014-06-26 10:44:57 -07:00
Daniel Smith c9246dc130 Implement required sync changes everywhere.
Make requests sync by default, so that usage of them doesn't have to
change.
2014-06-26 10:33:21 -07:00
Daniel Smith 59a6489e84 Add tracked operations to apiserver 2014-06-26 10:33:21 -07:00
brendandburns 60e2d4b258 Merge pull request #250 from lavalamp/fix
Make boilerplate hook work for .sh files, too.
2014-06-26 10:01:46 -07:00
brendandburns aecf10290c Merge pull request #252 from lavalamp/fix_name
Rename cloudcfg to kubecfg
2014-06-26 10:00:53 -07:00
Daniel Smith c97c514742 Rename cloudcfg to kubecfg 2014-06-25 18:01:37 -07:00
Daniel Smith 260af3017b Make boilerplate hook work for .sh files, too. 2014-06-25 17:11:48 -07:00
Daniel Smith 61b00739a3 Merge pull request #247 from jjhuff/master
Make local-up-cluster.sh more user-friendly
2014-06-25 12:43:16 -07:00
Justin Huff e948248546 Make local-up-cluster more user-friendly 2014-06-25 12:19:37 -07:00
Daniel Smith c236c72b4e Merge pull request #242 from thockin/logging
Less verbose logging for "normal" things.
2014-06-24 22:17:06 -07:00