Commit Graph

24583 Commits (87b0783808bde7513847d812d3d2c194f80afe26)

Author SHA1 Message Date
k8s-merge-robot c75e344b47 Merge pull request #20828 from pwittrock/metricse2etest
Auto commit by PR queue bot
2016-02-08 13:45:40 -08:00
Abhi Shah dada2a184b Merge pull request #20840 from dchen1107/test
Collect dmesg from nodes
2016-02-08 12:54:31 -08:00
Jordan Liggitt 6445aaadcc bump(ugorji/go): 4a79e5b7b21e51ae8d61641bca20399b79735a32 2016-02-08 15:45:04 -05:00
k8s-merge-robot 1e6784edb4 Merge pull request #20741 from timstclair/probe
Auto commit by PR queue bot
2016-02-08 12:35:58 -08:00
deads2k 6d71421ae1 eliminate mixed case from RESTMapper 2016-02-08 15:33:31 -05:00
k8s-merge-robot 6834ee59d9 Merge pull request #19795 from caseydavenport/calico-cni-coreos-doc
Auto commit by PR queue bot
2016-02-08 12:04:48 -08:00
k8s-merge-robot 230f593058 Merge pull request #20383 from smarterclayton/allow_prefix_changes
Auto commit by PR queue bot
2016-02-08 12:04:46 -08:00
k8s-merge-robot 468d0db8f7 Merge pull request #20797 from pmorie/secret-docs
Auto commit by PR queue bot
2016-02-08 11:30:04 -08:00
Dawn Chen df04225eca Collect dmesg from nodes 2016-02-08 11:27:53 -08:00
Joe Finney 94b08128da Clone the GCE soak job. 2016-02-08 11:24:45 -08:00
Tim St. Clair da0d37f1e0 Fix panic from multiple probe cleanup calls. 2016-02-08 11:23:07 -08:00
Casey D 964dfa1ad4 Update Calico CoreOS doc to use CNI plugin, conformance. 2016-02-08 10:58:59 -08:00
k8s-merge-robot b32078d89b Merge pull request #20496 from matthewdupre/masquerade-config
Auto commit by PR queue bot
2016-02-08 10:49:20 -08:00
Yifan Gu ead87d4f06 Godeps: Bump rkt api, go grpc, go protobuf. 2016-02-08 19:29:40 +01:00
Phillip Wittrock 6cb09700e0 Don't expect secret volume for node e2e tests 2016-02-08 10:08:41 -08:00
k8s-merge-robot 3bbf55d38b Merge pull request #20596 from ihmccreery/skip-lists2
Auto commit by PR queue bot
2016-02-08 10:02:09 -08:00
Jeff Lowdermilk 5754713f5e review changes 2016-02-08 10:01:32 -08:00
Jeff Lowdermilk c96c04245f Add workflow diagram to pull request doc 2016-02-08 10:01:32 -08:00
Jake 000ae4ba9f Tidied the documentation for the Dashboard UI
Removed whitespace from ui.md

Fixed typo
2016-02-08 17:57:18 +00:00
Oleg Shaldybin 3a36dfb306 Minor selectHost optimization in scheduler
Instead of sorting hosts by score, find max score and choose one of
the hosts with max score directly. Saves a little time on sorting and
avoids extra copying of HostPriorityList entries.

Test had to be updated as one of the test cases relied on having a
stable order from pre-sorting.
2016-02-08 12:37:37 -05:00
k8s-merge-robot 0b04415882 Merge pull request #20806 from gmarek/fix
Auto commit by PR queue bot
2016-02-08 09:21:28 -08:00
k8s-merge-robot e83a0d1231 Merge pull request #20721 from pweil-/disable-psp
Auto commit by PR queue bot
2016-02-08 08:54:49 -08:00
Olivier Lemasle 0bf3f3ef09 Fix Vagrant issue with Salt
Package manager "dnf" does not work correctly with Salt
(cf https://github.com/saltstack/salt/issues/31001)

It causes Salt to consider that some packages (python, git, curl, etc.) are not
installed, which breaks the Vagrant Kubernetes setup.

Updating dnf and dnf-plugins-core to their latest version solves the issue.

Additionally, I've added the "fastestmirror" to dnf, which is useful if a
RPM mirror is broken or very slow. (In my case, dnf used a broken mirror which
froze the Kubernetes setup).
2016-02-08 17:29:19 +01:00
k8s-merge-robot 807e5f08d0 Merge pull request #20796 from smarterclayton/parallel_test
Auto commit by PR queue bot
2016-02-08 08:22:09 -08:00
Yifan Gu 8964469e4a rkt: Remove ShouldContainerBeRestartedOldVersion(). 2016-02-09 00:15:58 +08:00
Yifan Gu 8e5c14f1bf rkt: Annotation key should not container capital letters. 2016-02-09 00:13:08 +08:00
Marcin Wielgus 67e9db4377 Set verbosity for debug logs 2016-02-08 17:07:05 +01:00
derekwaynecarr bab569e623 Add basic e2e test for LimitRange 2016-02-08 10:57:23 -05:00
k8s-merge-robot f93d9304a4 Merge pull request #20719 from mesosphere/jdef_pod_infra_ct_options
Auto commit by PR queue bot
2016-02-08 07:13:27 -08:00
Paul Weil 619ccb7023 don't enable psp by default and fix comment 2016-02-08 08:56:52 -05:00
James DeFelice 1aec798aa0 support optional envvars for pod-infra-container 2016-02-08 13:48:25 +00:00
k8s-merge-robot c78f3a68fd Merge pull request #20783 from mesosphere/jdef_fix_scheduler_clientset_impl
Auto commit by PR queue bot
2016-02-08 05:42:16 -08:00
k8s-merge-robot e4cb6a09b2 Merge pull request #20718 from wojtek-t/timeouts_in_load_test
Auto commit by PR queue bot
2016-02-08 05:23:14 -08:00
k8s-merge-robot 3cacc7e9ce Merge pull request #20723 from gmarek/limits
Auto commit by PR queue bot
2016-02-08 04:53:35 -08:00
Matt Dupre 9925cddc11 Change iptables fwmark to use single configurable bit instead of whole mark space 2016-02-08 11:12:09 +00:00
gmarek 6b2507485f Add FakeNeverRateLimitter 2016-02-08 11:06:25 +01:00
Wojciech Tyczynski a1a6218dc6 Adjust timeouts in load test for larger clusters 2016-02-08 11:02:59 +01:00
k8s-merge-robot fe8b872779 Merge pull request #20717 from rutsky/patch-1
Auto commit by PR queue bot
2016-02-08 02:02:34 -08:00
k8s-merge-robot e41329a6db Merge pull request #20216 from KurtStam/master
Auto commit by PR queue bot
2016-02-08 01:46:03 -08:00
gmarek 208e98b58e Fix #20788 2016-02-08 10:21:04 +01:00
k8s-merge-robot f49fef6ebb Merge pull request #20780 from smarterclayton/e2e_test_wrong
Auto commit by PR queue bot
2016-02-08 01:00:32 -08:00
k8s-merge-robot 47437163ae Merge pull request #20533 from kolyshkin/patch-1
Auto commit by PR queue bot
2016-02-08 00:32:24 -08:00
k8s-merge-robot 14e2c2b740 Merge pull request #20773 from justinsb/fix/e2e_pods_to_be_ready_format
Auto commit by PR queue bot
2016-02-08 00:03:46 -08:00
Wojciech Tyczynski 48ea20a795 Higher QPS limits in load.go test 2016-02-08 08:05:06 +01:00
k8s-merge-robot 0ab09296f6 Merge pull request #20585 from erictune/api-unions
Auto commit by PR queue bot
2016-02-07 22:16:13 -08:00
k8s-merge-robot e4eb02af01 Merge pull request #18736 from miry/existen-subnet-with-ten
Auto commit by PR queue bot
2016-02-07 21:46:04 -08:00
James DeFelice 22d3cb9ea9 scheduler API integration fixes:
- fix unreported event problems
- add support for APIQPS and APIBurst
- eliminate authPath in favor of kubeconfig
- further refactor deps on autogenerated client API
2016-02-07 22:43:01 +00:00
markturansky a242a3d5fe Added Attacher/Detacher interfaces and support to kubelet 2016-02-07 16:55:58 -05:00
k8s-merge-robot f15996d509 Merge pull request #19846 from madhusudancs/replicaset-e2e
Auto commit by PR queue bot
2016-02-07 13:46:57 -08:00
Clayton Coleman e8cbb762e2 e2e SecurityContext tests wrong volume dir
The volume directory is not guaranteed to be /var/lib/kubelet
for a conforming implementation of Kubernetes.  Add --volume-dir
and an internal shim
2016-02-07 16:45:25 -05:00