Commit Graph

26304 Commits (31e3265317acfded7ee122a36dceadc38e959b75)

Author SHA1 Message Date
Clayton Coleman 31e3265317 Credential providers are not newsworthy
Move the info to debugging level.
2016-03-07 21:50:39 -05:00
k8s-merge-robot ed473cbfc7 Merge pull request #22064 from justinsb/aws_internal_lb
Auto commit by PR queue bot
2016-03-07 18:14:46 -08:00
k8s-merge-robot 111d92f110 Merge pull request #22667 from mikedanese/node-control-pods
Auto commit by PR queue bot
2016-03-07 17:32:01 -08:00
Joe Finney dba29bb865 Merge pull request #22673 from spxtr/test-1-2
Build and test-go jobs for release-1.2.
2016-03-07 16:25:50 -08:00
Mike Danese c404e7c6d1 continuously delete pods on nodes that don't exist 2016-03-07 16:01:33 -08:00
k8s-merge-robot f046d6c83e Merge pull request #22420 from AdoHe/kubectl_swagger_cache
Auto commit by PR queue bot
2016-03-07 15:18:56 -08:00
k8s-merge-robot bfde580cdd Merge pull request #22656 from derekwaynecarr/fix_node_e2e_systemd
Auto commit by PR queue bot
2016-03-07 14:41:43 -08:00
Joe Finney 01d32c919e Create kubernetes-test-go-release-1.2. 2016-03-07 14:28:57 -08:00
Joe Finney 78bb0ec645 Create kubernetes-build-1.2. 2016-03-07 14:16:06 -08:00
k8s-merge-robot 0e861a88ec Merge pull request #22626 from xinxiaogang/xnxin-master
Auto commit by PR queue bot
2016-03-07 14:05:29 -08:00
k8s-merge-robot 3cc6e0262b Merge pull request #22662 from spxtr/move-test-history
Auto commit by PR queue bot
2016-03-07 13:29:47 -08:00
k8s-merge-robot 2f912089a1 Merge pull request #22657 from spxtr/test-history
Auto commit by PR queue bot
2016-03-07 13:29:45 -08:00
k8s-merge-robot 76cbeb83de Merge pull request #22643 from eparis/go16
Auto commit by PR queue bot
2016-03-07 13:29:44 -08:00
derekwaynecarr 26dbbdb244 kubelet stats should ignore .mount cgroups associated with container on systemd 2016-03-07 14:57:29 -05:00
Joe Finney 9f86f8749e Only run test-history on Jenkins builds. 2016-03-07 11:42:00 -08:00
Wojciech Tyczynski 7a43808143 Merge pull request #22661 from davidopp/proxy
Add CONNECT to ignoredVerbs for readLatencyMetrics.
2016-03-07 20:35:32 +01:00
David Oppenheimer 14a5d5d0ca Add CONNECT to ignoredVerbs for readLatencyMetrics. 2016-03-07 11:31:22 -08:00
Joe Finney 94c5e3cd4c Fix gsutil upload in test-history. 2016-03-07 10:44:59 -08:00
k8s-merge-robot 09f00aeb32 Merge pull request #22303 from marun/expose-net-e2e-utils
Auto commit by PR queue bot
2016-03-07 10:01:08 -08:00
Brian Grant 9ac8627083 Merge pull request #22641 from deads2k/deflake-rc-logs
deflake rc logs test
2016-03-07 09:11:08 -08:00
k8s-merge-robot dc46ae031d Merge pull request #22336 from cjcullen/evict
Auto commit by PR queue bot
2016-03-07 08:42:40 -08:00
k8s-merge-robot 492c5d68fb Merge pull request #21694 from aveshagarwal/master-sort-by-versioned
Auto commit by PR queue bot
2016-03-07 08:09:55 -08:00
k8s-merge-robot ec9c67d65d Merge pull request #22516 from kargakis/resolve-fenceposts-together
Auto commit by PR queue bot
2016-03-07 07:37:12 -08:00
k8s-merge-robot 8fd91fefe2 Merge pull request #22635 from soltysh/kubectl_conventions
Auto commit by PR queue bot
2016-03-07 06:59:56 -08:00
Eric Paris cbc4581bd6 Default to allow new golang versions
Out tests for features that didn't exist in old golang versions (like
gofmt didn't exist in 1.3 or the linker didn't want an = in 1.4) checked
for the new version. But this means every time there is a new version we
have to update the test. This PR inverts the test. We do it the old way
for the old version and if a new version comes along we just assume it
is going to work the new way.
2016-03-07 09:57:36 -05:00
deads2k 8b06ef144e deflake rc logs test 2016-03-07 09:30:08 -05:00
k8s-merge-robot a914bbd0b8 Merge pull request #22578 from smarterclayton/set_runtime_owners
Auto commit by PR queue bot
2016-03-07 06:18:54 -08:00
k8s-merge-robot 5191cfc415 Merge pull request #20931 from gswallow/master
Auto commit by PR queue bot
2016-03-07 06:18:53 -08:00
CJ Cullen e7fc608df7 Immediately evict pods and delete node when cloud says node is gone. 2016-03-07 06:07:51 -08:00
k8s-merge-robot 8d80af4a82 Merge pull request #22630 from mzupan/patch-1
Auto commit by PR queue bot
2016-03-07 05:43:40 -08:00
k8s-merge-robot 6669e43f1c Merge pull request #22622 from Kaffa-MY/k8s-flocker
Auto commit by PR queue bot
2016-03-07 05:43:39 -08:00
Maciej Szulik 178f8310f6 Updated kubectl convetions with information about describing empty fields 2016-03-07 13:31:19 +01:00
Michail Kargakis 1388919976 controller: resolve unavailable in conjuction with surge for deployments
Due to rounding down for maxUnavailable, we may end up with deployments
that have zero surge and unavailable pods something that 1) is not allowed
as per validation, 2) blocks deployments. If we end up in such a situation
set maxUnavailable to 1 on the theory that surge might not work due to
quota.
2016-03-07 13:03:41 +01:00
Michail Kargakis 77097d9a20 kubectl: set maxUnavailable to 1 if both fenceposts resolve to zero
Due to rounding down for maxUnavailable, we may end up with rolling updates
that have zero surge and unavailable pods something that 1) is not allowed
as per validation, 2) blocks updates. If we end up in such a situation
set maxUnavailable to 1 on the theory that surge might not work due to
quota.
2016-03-07 13:03:41 +01:00
Wojciech Tyczynski f54afa0a1f Merge pull request #22633 from wojtek-t/move_kubemark_high_density
Move high-density kubemark back to us-east1
2016-03-07 12:14:39 +01:00
Wojciech Tyczynski d6d7f3ffd2 Move high-density kubemark back to us-east1 2016-03-07 12:09:35 +01:00
k8s-merge-robot 88d0ac4a67 Merge pull request #22628 from wojtek-t/efficient_resource_quota_controller
Auto commit by PR queue bot
2016-03-07 02:39:24 -08:00
k8s-merge-robot e84fee2189 Merge pull request #22172 from gmarek/register
Auto commit by PR queue bot
2016-03-07 02:07:43 -08:00
Yang Meng a5189d8bd1 update mountpath of volume after migration 2016-03-07 18:00:06 +08:00
k8s-merge-robot e4a387548e Merge pull request #22616 from andyzheng0831/trusty-release
Auto commit by PR queue bot
2016-03-07 01:31:28 -08:00
k8s-merge-robot 89c9c24987 Merge pull request #21964 from caesarxuchao/fix-thirdparty-parameter
Auto commit by PR queue bot
2016-03-07 00:59:17 -08:00
k8s-merge-robot 61c9a004a5 Merge pull request #22397 from bprashanth/dns_debug
Auto commit by PR queue bot
2016-03-07 00:20:03 -08:00
Mike Zupan dc643d2592 Fixing a simple typo 2016-03-06 23:49:35 -08:00
Wojciech Tyczynski e2ebc50648 Don't sync all objects for replenishment as often as ResourceQuota. 2016-03-07 08:31:09 +01:00
k8s-merge-robot 13c17ddc67 Merge pull request #22620 from mdshuai/udpate-configmap-doc
Auto commit by PR queue bot
2016-03-06 22:12:51 -08:00
Xiaogang Xin e2eccddc6f kubernetes/kubernetes#22625 Fix issue of out-of-date `Terminating` mirror pod status
- During `kubelet` `syncPod`, check mirror pod `DeletionTimestamp` value to determine whether re-create mirror pod for running static pod.
2016-03-07 13:42:41 +08:00
mdshuai 56e6a752c3 Update configmaps doc charaters error 2016-03-07 10:58:27 +08:00
k8s-merge-robot fea6b0d50c Merge pull request #22608 from fejta/redis
Auto commit by PR queue bot
2016-03-06 17:32:20 -08:00
k8s-merge-robot b07d040ad8 Merge pull request #22576 from yujuhong/ignore_containers
Auto commit by PR queue bot
2016-03-06 17:01:38 -08:00
Brian Grant 83f2f14dcc Merge pull request #22617 from bprashanth/gc
Poll for gc'd pods.
2016-03-06 16:24:44 -08:00