Wojciech Tyczynski
b5a9e5d144
Fix failing kubemark
2016-02-09 16:24:04 +01:00
Wojciech Tyczynski
a6a0392b03
Merge pull request #20891 from wojtek-t/fix_load_test
...
Fix load test & run it on 100- and 500-node Kubemarks
2016-02-09 15:33:12 +01:00
k8s-merge-robot
68a165cda9
Merge pull request #20681 from justinsb/aws_sync_kubeup_gce_step3
...
Auto commit by PR queue bot
2016-02-09 02:08:48 -08:00
Wojciech Tyczynski
470a9ad3c5
Run load tests in 100-node and 500-node Kubemarks
2016-02-09 08:48:48 +01: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
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
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
Matt Dupre
9925cddc11
Change iptables fwmark to use single configurable bit instead of whole mark space
2016-02-08 11:12:09 +00: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
Justin Santa Barbara
899e61ef3c
Update verify-flags exceptions
2016-02-07 11:11:38 -05:00
Tim Hockin
2052e334b6
mkdir in build when the output dir is needed
2016-02-06 21:14:20 -08:00
k8s-merge-robot
19c80e126a
Merge pull request #20651 from ihmccreery/quarantine-reboot
...
Auto commit by PR queue bot
2016-02-06 18:29:09 -08:00
k8s-merge-robot
c2ac1bcd30
Merge pull request #20356 from mml/tuso-faster
...
Auto commit by PR queue bot
2016-02-06 01:48:07 -08:00
k8s-merge-robot
b45a94bc78
Merge pull request #20765 from janetkuo/remove-podtemplate-key
...
Auto commit by PR queue bot
2016-02-06 00:44:47 -08:00
k8s-merge-robot
939927fe90
Merge pull request #20277 from deads2k/pin-generator
...
Auto commit by PR queue bot
2016-02-05 23:41:30 -08:00
k8s-merge-robot
6c5540baae
Merge pull request #20232 from mml/daemonset-warn
...
Auto commit by PR queue bot
2016-02-05 23:12:51 -08:00
Madhusudan.C.S
4f9b8b2bfc
Link all the ReplicaSet controller boilerplate together.
...
1. Enable replica set in controller manager.
2. Enable replica set etcd storage in master package.
3. Add replica set support to kubectl commands.
2016-02-05 21:05:10 -08:00
k8s-merge-robot
fcf9c4a1e4
Merge pull request #19741 from pwittrock/syncfsmetrics
...
Auto commit by PR queue bot
2016-02-05 17:54:22 -08:00
Janet Kuo
bb0c5fea0e
Fix test failure
2016-02-05 17:26:07 -08:00
Mike Danese
b1743a6887
this is a manual reversion of #20702
...
I can't revert with github which says "Sorry, this pull request couldn’t be
reverted automatically. It may have already been reverted, or the content may
have changed since it was merged."
Reverts commit: 0c191e787b
2016-02-05 16:34:02 -08:00
Phillip Wittrock
3de94cd23c
Supply volume fs metrics to server/stats/handler.go
...
* Metrics will not be expose until they are hooked up to a handler
* Metrics are not cached and expose a dos vector, this must be fixed before release or the stats should not be exposed through an api endpoint
2016-02-05 16:00:24 -08:00
k8s-merge-robot
5066e507ae
Merge pull request #20194 from derekwaynecarr/fix_hack_test_cmd
...
Auto commit by PR queue bot
2016-02-05 14:39:00 -08:00
Daniel Smith
9441721fee
Merge pull request #19689 from AdoHe/kubectl_label_display
...
kubectl add show-labels flag to make it more readable
2016-02-05 14:08:37 -08:00
Daniel Smith
b278c6acd9
Merge pull request #20565 from kubernetes/revert-20000-disable-flaky
...
Revert "Disable flaky test."
2016-02-05 14:01:07 -08:00
k8s-merge-robot
14d74a1c01
Merge pull request #19365 from jsafrane/devel/retry-delete
...
Auto commit by PR queue bot
2016-02-05 09:55:21 -08:00
k8s-merge-robot
06060d4d77
Merge pull request #20716 from gmarek/master
...
Auto commit by PR queue bot
2016-02-05 08:53:32 -08:00
k8s-merge-robot
266d7aa5b3
Merge pull request #19783 from magicwang-cn/master
...
Auto commit by PR queue bot
2016-02-05 08:53:30 -08:00
Jan Safranek
76b6449715
Retry recycle or delete operation on failure.
...
Recycle controller tries to recycle or delete a PV several times.
It stores count of failed attempts and timestamp of the last attempt in
annotations of the PV.
By default, the controller tries to recycle/delete a PV 3 times in
10 minutes interval. These values are configurable by
kube-controller-manager --pv-recycler-maximum-retry=X --pvclaimbinder-sync-period=Y
arguments.
2016-02-05 17:02:13 +01:00
gmarek
432d04149b
Run enormous-startup suite in us-east1-b zone
2016-02-05 16:52:15 +01:00
k8s-merge-robot
ae15a4437b
Merge pull request #19944 from mwielgus/simple-cm
...
Auto commit by PR queue bot
2016-02-05 06:41:28 -08:00
gmarek
0c191e787b
Split controller flags between controllers
2016-02-05 12:17:51 +01:00
Marcin Wielgus
bf0c881263
Set Docker custom metric label for cAdvisor if custom metric volume is mounted
2016-02-05 12:00:02 +01:00
magicwang-cn
d2cf858560
make watch cache sizes configuratable of kube-apiserver
2016-02-05 15:47:27 +08:00
k8s-merge-robot
9bbc22cf3a
Merge pull request #20526 from spxtr/aws-jobs
...
Auto commit by PR queue bot
2016-02-04 10:15:38 -08:00
Isaac Hollander McCreery
3f893e53eb
Quarantine reboot tests as [Feature:Reboot] due to instability
2016-02-04 09:15:19 -08:00
AdoHe
714d12cf72
kubectl add show-labels flag to make it more readable
2016-02-04 02:08:44 -05:00
k8s-merge-robot
dbd7b83d93
Merge pull request #20545 from pmorie/boilerplate
...
Auto commit by PR queue bot
2016-02-03 19:46:26 -08:00
k8s-merge-robot
bb7ad7cd09
Merge pull request #18795 from dcbw/cbr0-network-plugin
...
Auto commit by PR queue bot
2016-02-03 19:46:25 -08:00
k8s-merge-robot
d4da1ee3ce
Merge pull request #19835 from janetkuo/kubectl-rollout
...
Auto commit by PR queue bot
2016-02-03 17:39:04 -08:00
Paul Morie
b672785d72
Add boilerplate checks for Dockerfiles
2016-02-03 18:35:26 -05:00
Paul Morie
05bd107301
Add boilerplate checks for Makefiles
2016-02-03 18:35:26 -05:00
Paul Morie
6a5157b496
Allow boilerplate checks on whole filenames
2016-02-03 18:35:26 -05:00
Isaac Hollander McCreery
1e8a7716e8
Fix typos in e2e.sh
2016-02-03 14:41:37 -08:00
Isaac Hollander McCreery
da8c6df2e0
Remove skip list ENVs, instead rely on labels
2016-02-03 14:39:19 -08:00
k8s-merge-robot
0dc25f545f
Merge pull request #20558 from ihmccreery/move-e2e
...
Auto commit by PR queue bot
2016-02-03 11:46:17 -08:00
Daniel Smith
24b8125bb1
Revert "Disable flaky test."
2016-02-03 10:15:38 -08:00
Isaac Hollander McCreery
3b89db78bf
Organize jobs in e2e.sh
2016-02-03 09:06:08 -08:00
Dan Williams
fabb65c13f
Add a network plugin that duplicates "configureCBR0" functionality
2016-02-03 10:08:08 -06:00
Piotr Szczesniak
d7dd663d2a
Merge pull request #20412 from gmarek/enable
...
Add a flag to allow non-fatal errors in validate-cluster
2016-02-03 09:33:17 +01:00
Piotr Szczesniak
0e396b2084
Merge pull request #20407 from gmarek/1000-kube-up
...
Allow some NotReady nodes in 1000 node clusters
2016-02-03 09:32:59 +01:00