derekwaynecarr
abb6632d75
Do not use namespace in url paths pre v1beta3 from client
2014-12-19 16:32:42 -05:00
Brendan Burns
5807b3d6bc
Merge pull request #3031 from foleymic/master
...
Sticky Session Implementation
2014-12-19 10:12:08 -08:00
Brendan Burns
5c14fc610b
Merge pull request #3045 from nikhiljindal/setApiVersion
...
Setting apiVersion in restful.WebService
2014-12-19 10:11:15 -08:00
Brendan Burns
96eede60dc
Merge pull request #3047 from lavalamp/optimize
...
Remove an unneeded trip over the network when getting/listing pods.
2014-12-19 10:10:50 -08:00
Brendan Burns
bcf87843df
Merge pull request #3048 from saad-ali/3002
...
Fix Issue #3002 : kubectl get pods/log podname don't work well together
2014-12-19 10:03:17 -08:00
saadali
0db4b8e2ad
Fix Issue #3002 : kubectl get pods/log podname don't work well together
2014-12-18 18:15:47 -08:00
Daniel Smith
5bd560de51
Merge pull request #2969 from liggitt/policy_groups
...
Initial addition of groups to user info and policy
2014-12-18 18:06:59 -08:00
Daniel Smith
a63bd1bdfa
Remove an unneeded trip over the network when getting/listing pods.
2014-12-18 17:47:59 -08:00
Vish Kannan
4f1f8c02f4
Merge pull request #3044 from dchen1107/oom_event
...
Understand OOMKilled reason from 'docker inspect'
2014-12-18 16:49:17 -08:00
Daniel Smith
682dd146c6
Merge pull request #3040 from brendandburns/pd2
...
Fix the update e2e test to remove a race.
2014-12-18 16:10:08 -08:00
bgrant0607
4943ee7b65
Merge pull request #3034 from a-robinson/pd-up
...
Store all of the master's persistent data on a separate "data" PD when running on GCE
2014-12-18 16:05:47 -08:00
Dawn Chen
f073ecf4cc
Understand OOMKilled reason
2014-12-18 15:59:44 -08:00
Mike Foley
c4e94efe16
Sticky Session Implementation
...
- Added process to cleanup stale session affinity records
- Automatically set cloud provided load balancer for sticky session if the service requires it - Note, this only works on GCE right now.
- Changed sessionAffinityMap a map to pointers instead of structs to improve performance
- Commented out cookie and protocol from sessionAffinityDetail to avoid confusion as it is not yet implemented.
2014-12-18 18:46:10 -05:00
nikhiljindal
cfee8f1355
done
2014-12-18 15:38:09 -08:00
Vish Kannan
c34f2d354c
Merge pull request #3035 from dchen1107/master
...
Update fsouza/go-dockerclient pkg to latest revision and fix some compiling issues.
2014-12-18 14:07:40 -08:00
Dawn Chen
8860851f94
Merge pull request #3039 from brendandburns/e2e
...
Remove some dead code.
2014-12-18 14:04:27 -08:00
Dawn Chen
608c3d5046
Update kubelet package on latest go-dockerclient package.
2014-12-18 13:49:13 -08:00
Dawn Chen
95e3efdad8
Really upgrade fsouza/go-dockerclient pkg to latest revision, so that we can have
...
Error and OOMKilled from docker ContainerStatus.
2014-12-18 13:49:12 -08:00
Brendan Burns
4833b88af4
Fix the e2e test to remove a race.
2014-12-18 13:45:41 -08:00
Daniel Smith
a50f8034c8
Merge pull request #3037 from smarterclayton/hide_spurious_watch_errors
...
When connections are broken on Watch, write fewer errors to logs
2014-12-18 13:33:03 -08:00
Brendan Burns
845fb5013d
Remove some dead code.
2014-12-18 13:32:20 -08:00
Daniel Smith
3ade280f89
Merge pull request #2813 from derekwaynecarr/ns_url
...
Move namespace from query param to path part
2014-12-18 13:31:45 -08:00
Clayton Coleman
b2434de777
When connections are broken on Watch, write fewer errors to logs
...
Watch depends on long running connections, which intervening proxies
may break without the control of the remote server. Specific errors
handled are io.EOF, io.EOF wrapped by *url.Error, http connection
reset errors (caused by race conditions in golang http code), and
connection reset by peer (simply tolerated).
2014-12-18 16:15:51 -05:00
Daniel Smith
cd2432891d
Merge pull request #3038 from vishh/fix_monitoring
...
Fix bug in gce monitoring setup.
2014-12-18 13:07:18 -08:00
Vishnu Kannan
aa7a311c34
Fix bug in gce monitoring setup.
2014-12-18 20:47:41 +00:00
Jordan Liggitt
9d8d313113
Initial addition of groups to user/policy
2014-12-18 15:33:45 -05:00
Daniel Smith
3f926e943a
Merge pull request #3036 from liggitt/cert_cn
...
Make cert CN unique to avoid certificate serial number clashes
2014-12-18 12:30:09 -08:00
derekwaynecarr
cbbe61d115
Fix path ordering in client
2014-12-18 15:27:27 -05:00
Alex Robinson
f892e84e0a
Store all of the master's persistent data on a separate "data"
...
persistent disk when running on GCE.
I'll follow up soon with a second PR that enables kube-push to
completely bring down the master VM and replace it with a new one.
2014-12-18 20:24:57 +00:00
Jordan Liggitt
2de478f16c
Make cert CN unique to avoid certificate serial number clashes
2014-12-18 15:13:32 -05:00
Daniel Smith
af571a239e
Merge pull request #3011 from saad-ali/2948
...
Issue 2948: fix "kubectl get events" result not sorted
2014-12-18 11:18:27 -08:00
saadali
ae1db31a0f
Issue 2948: fix "kubectl get events" result not sorted
2014-12-18 11:02:12 -08:00
Dawn Chen
b489757b5a
Merge pull request #3033 from lavalamp/dockerObjWrap
...
Update fsouza/go-dockerclient.
2014-12-18 10:48:23 -08:00
Daniel Smith
5b188a5842
Update fsouza/go-dockerclient. This grabs an unexpected number of dependencies.
2014-12-18 10:28:25 -08:00
Brendan Burns
82d0d68571
Merge pull request #3027 from jdef/rest_no_network_settings
...
only log about no network settings for running pods
2014-12-18 10:19:20 -08:00
Brendan Burns
36bc3604b9
Merge pull request #2893 from brendandburns/pd3
...
Make it easier to update nodes, make it possible to update capacity.
2014-12-18 10:18:54 -08:00
bgrant0607
0892fd3d6d
Merge pull request #3029 from ddysher/get-err-code
...
Fix node Get() error code
2014-12-18 09:52:45 -08:00
Joe Beda
eed5252993
Merge pull request #3023 from tozd/fix-salt-deps
...
Add missing Salt requisites
2014-12-18 09:16:16 -08:00
Joe Beda
a781bd6b04
Merge pull request #3008 from cjcullen/deploy
...
Only create a single firewall rule for all minions.
2014-12-18 09:00:46 -08:00
Joe Beda
a781c02229
Merge pull request #3032 from zmerlynn/testtar
...
Fix OS X testtar build break
2014-12-18 08:49:54 -08:00
Zach Loafman
a4c4746f7c
Fix OS X testtar build break
...
Handle copy in super portable way. Every tar on the planet should
accept this. Oblig XKCD: http://xkcd.com/1168/
2014-12-18 08:23:46 -08:00
bgrant0607
19f0b8b807
Merge pull request #2825 from mikedanese/scheduler-factory-plugins
...
Scheduler plugin configuration
2014-12-18 07:12:01 -08:00
Deyuan Deng
677f68ec02
Fix node Get() error code
2014-12-18 23:03:52 +08:00
James DeFelice
b3c7aa8a53
only log about no network settings for running pods
2014-12-18 08:41:56 -05:00
Jernej Kos
430a04af45
Added missing Salt requisites.
2014-12-18 10:29:39 +01:00
Brendan Burns
fd7b4d46cb
Merge pull request #3022 from IanLewis/master
...
Fixed position of NUM_MINIONS example
2014-12-17 22:22:08 -08:00
Brendan Burns
b58785b27d
Merge pull request #3019 from dchen1107/cleanup
...
suppress unnecessary stacktrace when http status code is redirect relate...
2014-12-17 22:08:43 -08:00
Ian Lewis
ed1962c1ca
Fixed position of NUM_MINIONS example
2014-12-18 15:04:04 +09:00
Brendan Burns
4427672cde
Merge pull request #2875 from foleymic/master
...
add SessionAffinity type to ServiceSpec
2014-12-17 21:53:35 -08:00
Brendan Burns
cf0b41535f
Make it easier to update nodes, make it possible to update capacity.
2014-12-17 21:50:26 -08:00