derekwaynecarr
|
9df41301f0
|
Expose last sync resource version
|
2015-04-08 17:09:06 -04:00 |
|
Vishnu Kannan
|
2b5cad6acf
|
Improve kubelet logging around startup. This might help detect any lockup issues during startup.
|
2015-04-08 21:02:15 +00:00 |
|
Brian Grant
|
c4cbc9bc46
|
Merge pull request #6581 from nikhiljindal/v1beta3
Moving v1beta1 kubectl examples to v1beta3
|
2015-04-08 14:01:57 -07:00 |
|
Daniel Smith
|
7f4791c34b
|
Merge pull request #6582 from bprashanth/rc_integration
Fix a race in the integration tests.
|
2015-04-08 13:55:40 -07:00 |
|
Dawn Chen
|
b6d846aea5
|
small cleanup by removing useless generatePodStatus
|
2015-04-08 13:38:06 -07:00 |
|
Quinton Hoole
|
cf97063cfa
|
Merge pull request #6550 from thockin/shush-e2e
RFC: Remove useless e2e noise (events)
|
2015-04-08 13:32:06 -07:00 |
|
nikhiljindal
|
fe60be3179
|
Moving v1beta1 kubectl examples to v1beta3
|
2015-04-08 13:08:13 -07:00 |
|
Victor Marmol
|
75bfcf2e90
|
Merge pull request #6560 from yifan-gu/get_recent
Get recent
|
2015-04-08 12:52:37 -07:00 |
|
gmarek
|
c20efb6bae
|
Add validation for Endpoints
|
2015-04-08 20:12:07 +02:00 |
|
Vish Kannan
|
ffffbb7edf
|
Merge pull request #6505 from brendandburns/hyperkube
Docker multi-node
|
2015-04-08 11:08:39 -07:00 |
|
deads2k
|
dbda3f7303
|
make .Stream handle error status codes
|
2015-04-08 13:52:16 -04:00 |
|
Andy Goldstein
|
4c1cba5312
|
Don't use command pipes for exec/port forward
Switch to passing the streams for Stdin/Stdout/Stderr instead of using
StdinPipe() etc because the pipes are incompatible with Run()/Wait().
|
2015-04-08 13:42:42 -04:00 |
|
Prashanth Balasubramanian
|
62984f9bee
|
Fix a race in the integration tests.
|
2015-04-08 10:25:21 -07:00 |
|
Yifan Gu
|
4b945e7218
|
kubelet: Remove GetRecentDockerContainersWithNameAndUUID().
Add unit tests to test the restart behaviour under different
restart policy.
|
2015-04-08 09:44:23 -07:00 |
|
Yifan Gu
|
ddf323ee00
|
kubelet: Remove GetRecentDockerContainersWithNameAndUUID().
Always call GetPodStatus().
|
2015-04-08 09:44:23 -07:00 |
|
Yifan Gu
|
6103b144e0
|
kubelet: Remove GetRecentDockerContainersWithNameAndUUID().
Use the pod status to get the recent stopped containers in
shouldContainerBeRestarted().
|
2015-04-08 09:44:23 -07:00 |
|
Victor Marmol
|
e44ec497ed
|
Merge pull request #6166 from jiangyaoguo/master
Add e2e test for tmpfs
|
2015-04-08 09:31:15 -07:00 |
|
Vish Kannan
|
07dc70b9c4
|
Merge pull request #6565 from errordeveloper/master
Fix markdown syntax.
|
2015-04-08 08:57:40 -07:00 |
|
Nikhil Jindal
|
f5c66ade0a
|
Merge pull request #6568 from piosz/doc_fix
Removed TODO comment from ContainerStatuses in PodInfo
|
2015-04-08 08:55:15 -07:00 |
|
yaoguo
|
6f80df8ea1
|
Add e2e test for emptyDir
|
2015-04-08 22:56:09 +08:00 |
|
Paul Morie
|
e39a8e33ce
|
Add mount test image
|
2015-04-08 22:54:23 +08:00 |
|
Masahiro Sano
|
d04cc5ced4
|
List in NodesInterface takes label selector
|
2015-04-08 23:41:27 +09:00 |
|
kargakis
|
a8987b661a
|
describe: Support resource type/name syntax
This makes `kubectl describe` resource syntax consistent with `kubectl delete`
|
2015-04-08 16:03:22 +02:00 |
|
Filip Grzadkowski
|
24b478dd0a
|
Merge pull request #6567 from wojtek-t/fix_6059
Revert "Stop the bleeding for #6059"
|
2015-04-08 15:03:50 +02:00 |
|
Piotr Szczesniak
|
007e6d9ff9
|
Removed TODO comment from ContainerStatuses in PodInfo
Fixes #6551
|
2015-04-08 14:39:41 +02:00 |
|
Wojciech Tyczynski
|
8a5c76356c
|
Revert "Stop the bleeding for #6059"
This reverts commit 6be09c5e97 .
|
2015-04-08 13:29:29 +02:00 |
|
Jerzy Szczepkowski
|
a265272649
|
Merge pull request #6058 from gmarek/node_controller_default_behavior
Remove Node Controllers ability to pull status from Kubelet
|
2015-04-08 11:02:06 +02:00 |
|
gmarek
|
72182735b9
|
Remove Node Controllers ability to pull status from Kubelet
|
2015-04-08 09:44:42 +02:00 |
|
Brendan Burns
|
b3c46b5c66
|
Add a Docker multi-node setup.
|
2015-04-07 21:22:33 -07:00 |
|
Tim Hockin
|
f9a3315367
|
Remove useless e2e noise
|
2015-04-07 17:52:32 -07:00 |
|
Eric Paris
|
2719194154
|
Merge pull request #6549 from eparis/bash_completions
Fix bash completions and update to latest
|
2015-04-07 19:33:15 -05:00 |
|
Vish Kannan
|
87e497c70a
|
Merge pull request #6544 from dchen1107/image
Build etcd image (version 2.0.9), and upgrade kubernetes cluster to the new version
|
2015-04-07 17:33:02 -07:00 |
|
Eric Paris
|
d5f7d5eadf
|
Fix bash completions and update to latest
|
2015-04-07 20:30:57 -04:00 |
|
Vish Kannan
|
1d15888102
|
Merge pull request #6528 from lavalamp/fix2
version field selector field names in the client
|
2015-04-07 17:14:35 -07:00 |
|
Rohit Jnagal
|
63e8015edd
|
Merge pull request #6547 from quinton-hoole/2015-04-07-build-broken
Mark monitoring e2e test as pending (skipped) until stable.
|
2015-04-07 17:09:55 -07:00 |
|
Daniel Smith
|
c1390a0836
|
version field selector field names in the client
|
2015-04-07 16:59:57 -07:00 |
|
Quinton Hoole
|
3d4cacfaed
|
Mark monitoring e2e test as pending (skipped) until stable.
|
2015-04-07 16:52:58 -07:00 |
|
Rohit Jnagal
|
71e7079aea
|
Merge pull request #6543 from vishh/fix_fuzzer
Fix duplicate fuzz config.
|
2015-04-07 16:44:59 -07:00 |
|
Vishnu Kannan
|
f4f08c3378
|
Fix duplicate fuzz config.
|
2015-04-07 23:29:24 +00:00 |
|
Ilya Dmitrichenko
|
ddfd480828
|
Fix markdown syntax.
|
2015-04-08 00:28:54 +01:00 |
|
Dawn Chen
|
8ede54c511
|
Upgrade kubernetes to gcr.io/google_containers/etcd:2.0.9
|
2015-04-07 16:26:11 -07:00 |
|
Vish Kannan
|
bd389d8cba
|
Merge pull request #6526 from thockin/master-net-flags
Clarify network-related flags in the master
|
2015-04-07 16:14:52 -07:00 |
|
Dawn Chen
|
4963783b7e
|
Build etcd 2.0.9 image.
|
2015-04-07 16:06:36 -07:00 |
|
Rohit Jnagal
|
b485d0cccb
|
Merge pull request #6540 from pmorie/typo
Fix typo in e2e network test
|
2015-04-07 16:04:58 -07:00 |
|
Tim Hockin
|
f2c8decffe
|
Clarify network-related flags in the master
Rename and rejigger flags to make it more obvious what is happening. Change
the default listen from ChooseHostInterface() to 0.0.0.0.
|
2015-04-07 15:55:51 -07:00 |
|
Paul Morie
|
9de0cf0532
|
Fix typo in e2e network test
|
2015-04-07 18:47:00 -04:00 |
|
Clayton Coleman
|
c50355e34f
|
Merge pull request #6509 from bgrant0607/docfix
Updated CLI roadmap.
|
2015-04-07 17:55:45 -04:00 |
|
Brian Grant
|
4404205da6
|
Merge pull request #6478 from AntonioMeireles/newrelchmngmt
adding release notes guidelines to the (new) releases policy.
|
2015-04-07 14:46:08 -07:00 |
|
Rohit Jnagal
|
4260f626b4
|
Merge pull request #6538 from GoogleCloudPlatform/revert-6470-get_recent
Revert "kubelet: Remove GetRecentDockerContainersWithNameAndUUID."
|
2015-04-07 14:41:19 -07:00 |
|
Quinton Hoole
|
c670071e87
|
Revert "kubelet: Remove GetRecentDockerContainersWithNameAndUUID."
|
2015-04-07 14:25:10 -07:00 |
|