Commit Graph

1672 Commits

Author SHA1 Message Date
Daniel Smith
aeaa3f99fb Merge pull request #1037 from thockin/proxy
Fix a race in proxy.
2014-08-25 22:10:54 -07:00
Tim Hockin
23fc00be5c Fix a race in proxy.
addService() eventually calls getServiceInfo(), but the serviceInfo object may
not be installed yet (race).
2014-08-25 21:38:16 -07:00
brendandburns
6f84f6d92f Merge pull request #1000 from lavalamp/fix2
Need to remove pods that change labels.
2014-08-25 21:20:33 -07:00
brendandburns
8a8e124d0d Merge pull request #1034 from jbeda/vagrant-auth
Hard code auth for vagrant.
2014-08-25 21:13:38 -07:00
Joe Beda
1118241dec Merge pull request #1035 from satnam6502/master
Very minor change to use camelCase for ReasonType as suggested in issue ...
2014-08-25 17:23:07 -07:00
Satnam Singh
3f0f119e42 Very minor change to use camelCase for ReasonType as suggested in issue #914. 2014-08-25 16:57:13 -07:00
Joe Beda
c99811a2c6 Merge pull request #1029 from pietern/apiserver-defaults
Update apiserver defaults template
2014-08-25 16:49:08 -07:00
Joe Beda
9a2e867350 Hard code auth for vagrant.
This simplifies things when switching between providers.  Fixes #1033.
2014-08-25 16:47:42 -07:00
brendandburns
823c66b902 Merge pull request #1031 from vishh/master
Add heapster as a cluster monitoring example
2014-08-25 16:46:34 -07:00
Daniel Smith
6b69ed402b Change 'sendCreate' to 'sendAdd'; integration passes. 2014-08-25 15:56:55 -07:00
Daniel Smith
db1c0db5c7 Move etcd watch code to its own files 2014-08-25 15:56:54 -07:00
Daniel Smith
72b35816cd Need to remove pods that change labels. 2014-08-25 15:56:54 -07:00
Vish Kannan
aaaf3b1868 Add heapster as a cluster monitoring example 2014-08-25 15:45:21 -07:00
brendandburns
85f98a79c1 update API link. 2014-08-25 15:45:15 -07:00
brendandburns
5155222edc Merge pull request #961 from lavalamp/removeAssignCall
Remove synchronous assignPod call from create pod
2014-08-25 15:25:27 -07:00
Pieter Noordhuis
65bb90ffef Update apiserver defaults template
Set "cloud" grain to "vsphere".

The "minion_ips" grain doesn't seem to be used anymore.
2014-08-25 15:20:19 -07:00
Daniel Smith
b8c57ea181 Merge pull request #1006 from satnam6502/master
Make validation check for legal service port numbers.
2014-08-25 14:51:22 -07:00
Joe Beda
183ea25016 Merge pull request #1022 from pietern/guide-fix
Include missing step in vsphere guide
2014-08-25 13:31:11 -07:00
Pieter Noordhuis
bb44c651c8 Include missing step in vsphere guide 2014-08-25 13:28:00 -07:00
Daniel Smith
98ef76c164 Remove references to scheduler from pod storage. 2014-08-25 11:59:00 -07:00
Daniel Smith
ddba004ad0 Add constraint package to let us reject invalid assignments. 2014-08-25 11:59:00 -07:00
Daniel Smith
0a1dfa366e Make integration test pass. 2014-08-25 11:59:00 -07:00
Daniel Smith
29e9e13188 Remove synchronous assignPod call from create pod 2014-08-25 11:59:00 -07:00
Joe Beda
3af9655c36 Merge pull request #1011 from pietern/vsphere-squash
Deploy k8s to vSphere
2014-08-25 11:50:00 -07:00
Daniel Smith
12af8a2161 Merge pull request #1008 from MSOpenTech/azure-fix
Refactor Azure deploy scripts
2014-08-25 11:45:33 -07:00
Daniel Smith
290ad4083c Merge pull request #1019 from brendandburns/minion
Add a log when we drop a minion because of health checks.
2014-08-25 11:44:29 -07:00
Brendan Burns
3012c10ae3 Add a log when we drop a minion because of health checks. 2014-08-25 11:43:02 -07:00
Pieter Noordhuis
181337137d Implement kube-up for vsphere 2014-08-25 11:17:48 -07:00
Pieter Noordhuis
7cf48d81b6 Remove unused env vars 2014-08-25 11:17:33 -07:00
Satnam Singh
4105f7ef61 Code review changes to adjust pacakge name for storage_test.go 2014-08-25 10:38:11 -07:00
Clayton Coleman
b01d0c2874 Merge pull request #1002 from smarterclayton/improve_wait_api
Improve the wait.Poll GoDoc and api
2014-08-25 13:07:04 -04:00
Pieter Noordhuis
c535d6d30b Incorporate comments 2014-08-25 10:01:25 -07:00
Daniel Smith
ae0997807e Merge pull request #995 from csrwng/refactor_api_client
Break up API client into per-resource client and common code
2014-08-25 09:49:04 -07:00
Clayton Coleman
0a06de63dc Merge pull request #1009 from smarterclayton/add_integration_tests
Add proper integration test suite
2014-08-25 08:44:33 -04:00
csrwng
938548a9fb Break up API client into per-resource client and common code 2014-08-25 07:54:35 -04:00
Pieter Noordhuis
ad7f131a5b Deploy k8s to vSphere 2014-08-24 20:27:05 -07:00
Tim Hockin
8c77124a4a Merge pull request #1010 from smarterclayton/set_creation_time_on_services
Set creation timestamp on services
2014-08-23 14:35:44 -05:00
Clayton Coleman
58f8ac860f Set creation timestamp on services 2014-08-23 14:33:24 -04:00
Clayton Coleman
286c3c543c Improve the wait.Poll GoDoc and api
Add more tests, and switch to timeouts instead of cycles.
Deflake TestPoller
2014-08-23 12:18:03 -04:00
Clayton Coleman
b037989478 Add an integration test for etcd 2014-08-23 11:44:21 -04:00
Clayton Coleman
8a677b1226 Rename integration-test and update README 2014-08-23 11:44:21 -04:00
Clayton Coleman
693051c1ca Boilerplate should ignore Go build tags 2014-08-23 11:44:21 -04:00
Jeff Mendoza
d8d09ace41 Refactor Azure deploy scripts.
Refactored to work with cluster/* scripts which require
actions to be defined as methods in cluster/azure/util.sh
2014-08-22 15:48:06 -07:00
Satnam Singh
7fcaf80f67 Make validation check for legal serive port numbers. 2014-08-22 14:44:21 -07:00
Jeff Mendoza
cf6d9b0534 Remove dep on gce cluster config for azure relase.sh 2014-08-22 12:06:00 -07:00
Clayton Coleman
bd2cbdc312 Merge pull request #996 from brendandburns/selector
Add a validation that replicaSelector matches PodTemplate.Labels
2014-08-22 13:46:06 -04:00
Brendan Burns
5839378adc Add a validation that replicaSelector matches PodTemplate.Labels 2014-08-21 22:18:55 -07:00
brendandburns
e0bf338cc5 Merge pull request #998 from lavalamp/fix
Don't shadow important variables.
2014-08-21 22:15:43 -07:00
Daniel Smith
025ba881b1 Don't shadow important variables. 2014-08-21 17:55:48 -07:00
Daniel Smith
42685ad8f1 Merge pull request #985 from brendandburns/kubecfg
Make rolling update be blocking.
2014-08-21 17:00:18 -07:00