Commit Graph

19978 Commits (d5e680afbbff2e14ab5c65aeb8e503f289999b1a)

Author SHA1 Message Date
Wojciech Tyczynski d1179f1d67 Tweak limits in scalability tests 2015-10-20 09:09:20 +02:00
k8s-merge-robot a66ab00f44 Merge pull request #15497 from zmerlynn/fix_cherry_pick
Auto commit by PR queue bot
2015-10-19 23:09:21 -07:00
k8s-merge-robot 1f28ef05de Merge pull request #15884 from ixdy/gke-daemon-restart
Auto commit by PR queue bot
2015-10-19 22:02:19 -07:00
Chao Xu b47ea12a99 gen-swagger-docs now uses local swagger spec 2015-10-19 21:36:10 -07:00
k8s-merge-robot 48ced9de86 Merge pull request #15612 from jimmidyson/cadvisor-kubelet
Auto commit by PR queue bot
2015-10-19 20:10:21 -07:00
Timothy St. Clair c850a9ab61 Modifications to to remove FakeEtcdClient. Enables starting & stopping
an etcd server per unit tests that need them.
2015-10-19 22:06:19 -05:00
Timothy St. Clair df14277e41 Godeps commit to enable migrating tests off of FakeClient.
Stems from issues: #15349, #11962
2015-10-19 22:06:19 -05:00
Justin Santa Barbara 726c7afab7 AWS: install netcat-traditional, instead of netcat-openbsd
We want to match the version of netcat that is installed on GCE.  We
were having problems with netcat-openbsd having slightly different
timeout behaviour (on UDP packets; when there was no listener).
2015-10-19 22:50:06 -04:00
k8s-merge-robot 1f758d8ca6 Merge pull request #15568 from a-robinson/e2e
Auto commit by PR queue bot
2015-10-19 19:43:18 -07:00
k8s-merge-robot 345cda76b3 Merge pull request #15871 from mikedanese/upgrade-gce-1-to-11
Auto commit by PR queue bot
2015-10-19 19:35:56 -07:00
eulerzgy af355df9a4 modify err log msg 2015-10-20 09:08:27 +08:00
Janet Kuo bc16642e6b Fix the incorrect min pods when "kubectl get hpa" 2015-10-19 16:18:27 -07:00
Chao Xu 5f210c6473 fix names in comments 2015-10-19 16:10:02 -07:00
k8s-merge-robot b5c0984d4c Merge pull request #15566 from erictune/api-conv
Auto commit by PR queue bot
2015-10-19 16:06:55 -07:00
Justin Santa Barbara c465e91681 AWS: Log all calls at V(4), using a handler
Fixes #12122
2015-10-19 18:54:59 -04:00
Paul Morie 2ff043e75f Add ownership inspection to mount tester image 2015-10-19 18:42:07 -04:00
Tim St. Clair a263c77b65 Refactor liveness probing
This commit builds on previous work and creates an independent
worker for every liveness probe. Liveness probes behave largely the same
as readiness probes, so much of the code is shared by introducing a
probeType paramater to distinguish the type when it matters. The
circular dependency between the runtime and the prober is broken by
exposing a shared liveness ResultsManager, owned by the
kubelet. Finally, an Updates channel is introduced to the ResultsManager
so the kubelet can react to unhealthy containers immediately.
2015-10-19 15:15:59 -07:00
Daniel Smith 7372e18e02 NO BIG MESSAGES IN N^2 LOGGING 2015-10-19 15:00:41 -07:00
k8s-merge-robot 0d7b53a201 Merge pull request #15813 from mesosphere/sttts-clusterdns-example
Auto commit by PR queue bot
2015-10-19 14:47:27 -07:00
Jeff Grafton 1016b493df Add Jenkins shell script to setup and run verification tests 2015-10-19 14:42:42 -07:00
Jeff Grafton 7b1d15ad58 Save config for gce weekly soak deploy and add release-1.1 gce soak 2015-10-19 14:34:36 -07:00
k8s-merge-robot b896a66679 Merge pull request #15739 from JanetKuo/kubectl-autoscale
Auto commit by PR queue bot
2015-10-19 14:15:23 -07:00
Jeff Grafton 4cafa3e92d Ignore _gopath in verify scripts
The _gopath directory is used in Jenkins to install extra dependencies,
and any files in it should be ignored by the various verification
scripts.
2015-10-19 14:09:23 -07:00
k8s-merge-robot 4d18186afd Merge pull request #15832 from wojtek-t/update_ugorji_doc
Auto commit by PR queue bot
2015-10-19 14:05:55 -07:00
Jeff Grafton f419f407c2 Correctly skip daemon restart tests unless running on GCE 2015-10-19 13:58:22 -07:00
Mike Danese 92404e7cb6 add upgrade test between 1.0 and 1.1 for gce 2015-10-19 13:51:57 -07:00
k8s-merge-robot 18ad5f8cdf Merge pull request #15745 from ArtfulCoder/reduceTimeout
Auto commit by PR queue bot
2015-10-19 13:02:17 -07:00
Justin Santa Barbara 7006133621 Rename LoadBalancing -> LoadBalancer
To match the Type value
2015-10-19 15:43:41 -04:00
Chao Xu 39cb8627df change the include file name 2015-10-19 12:31:04 -07:00
Mike Danese 95b8394a22 Merge pull request #15861 from mikedanese/upgrade-num-minion
increase NUM_MINIONS for jenkins gce upgrade test
2015-10-19 12:01:12 -07:00
Yifan Gu c4de5b7451 kubelet/rkt: do not remove other systemd service. 2015-10-19 11:23:54 -07:00
Eric Tune a1549496ee Documented required/optional fields. 2015-10-19 11:16:24 -07:00
Mike Danese ece5779f5a increase NUM_MINIONS for jenkins gce upgrade test 2015-10-19 11:14:20 -07:00
Mike Danese b8b35afaec actually promote daemonset simple test out of flaky and skip all daemonset tests in gke 2015-10-19 11:11:20 -07:00
Justin Santa Barbara 296fca4b80 Remove broken link to CloudFormation setup 2015-10-19 14:06:32 -04:00
Justin Santa Barbara 426346c7e3 More fixes based on commments 2015-10-19 13:55:43 -04:00
Justin Santa Barbara 645fe1d300 Two small fixes (to keep doc-gen happy) 2015-10-19 13:42:03 -04:00
Justin Santa Barbara 132e505b1c Fix some typos from my read-through 2015-10-19 13:42:03 -04:00
Justin Santa Barbara b3a4b1853d Changes per reviews 2015-10-19 13:42:03 -04:00
Justin Santa Barbara e7ff4d2245 AWS "under the hood" document
Document how we implement kubernetes on AWS, so that configuration tools
other than kube-up can have a reference for what they should do, and
generally to help developers get up to speed.
2015-10-19 13:42:02 -04:00
Wojciech Tyczynski 4a4831906c api_changes.md changes for json-related code autogeneration. 2015-10-19 19:37:53 +02:00
Mike Danese ac5524d84d Merge pull request #14496 from kargakis/deep-copies-fix
deep-copies: Structs cannot be nil
2015-10-19 10:28:55 -07:00
Mike Danese 970ee8de87 Merge pull request #15753 from mqliang/jobListerTest
Add unit test for StoreToJobLister
2015-10-19 10:26:19 -07:00
Mike Danese cce7635b3b Merge pull request #15780 from cheld/fix-vagrant-up
disabled parallel provisioning in vagrant
2015-10-19 10:25:44 -07:00
Chao Xu 6f0f87b629 make kubectl explain work for extensions API 2015-10-19 10:21:56 -07:00
Janet Kuo 8105aa44a0 Implement kubectl autoscale 2015-10-19 09:59:22 -07:00
Tim Hockin 6a2d040070 Remove service tests from flaky lists after recent revamp 2015-10-19 09:57:52 -07:00
Wojciech Tyczynski e86a1a6407 Build codecgen from Godeps in update-codecgen.sh 2015-10-19 18:30:39 +02:00
Rohith f02c80584b [plugin/auth/tokenfile]
- allowing for variable length groups to be added to the static token file

[docs/admin/authentication]
- updating the documentation for token file
2015-10-19 17:14:14 +01:00
k8s-merge-robot cadb6c06be Merge pull request #14161 from feihujiang/letKubectlExecFollowDashRule
Auto commit by PR queue bot
2015-10-19 08:58:37 -07:00