Xiang Li
cf82d6b004
resource: optimize scale function
...
The original scale function takes around 800ns/op with more
than 10 allocations. It significantly slow down scheduler
and other components that heavily relys on resource pkg.
For more information see #18126 .
This pull request tries to optimize scale function. It takes
two approach:
1. when the value is small, only use normal math ops.
2. when the value is large, use math.Big with buffer pool.
The final result is:
BenchmarkScaledValueSmall-4 20000000 66.9 ns/op 0 B/op 0 allocs/op
BenchmarkScaledValueLarge-4 2000000 711 ns/op 48 B/op 1 allocs/op
I also run the scheduler benchmark again. It doubles the throughput of
scheduler for 1000 nodes case.
2015-12-03 17:00:13 -08:00
k8s-merge-robot
b7d8221296
Merge pull request #17988 from roberthbailey/gke-flaky
...
Auto commit by PR queue bot
2015-12-03 12:01:01 -08:00
k8s-merge-robot
611770778f
Merge pull request #16148 from liggitt/mkulke-fix_kubectl_for_namespaced_users
...
Auto commit by PR queue bot
2015-12-03 11:32:08 -08:00
k8s-merge-robot
68e74f96d2
Merge pull request #12209 from deads2k/deads-enhance-pluggable-policy
...
Auto commit by PR queue bot
2015-12-03 11:21:55 -08:00
k8s-merge-robot
537405feda
Merge pull request #18147 from wojtek-t/fix_client_gen
...
Auto commit by PR queue bot
2015-12-03 11:01:51 -08:00
deads2k
17d3db1cb3
enhance pluggable policy
2015-12-03 13:54:45 -05:00
k8s-merge-robot
13b0fd3cda
Merge pull request #16942 from swagiaal/distinguish-format-and-mount
...
Auto commit by PR queue bot
2015-12-03 10:51:26 -08:00
k8s-merge-robot
51c5e66e7a
Merge pull request #18105 from mikedanese/vagrant-provider
...
Auto commit by PR queue bot
2015-12-03 10:37:41 -08:00
Jordan Liggitt
2321651518
Add non-resource and API group support to ABAC authorizer, version ABAC policy rules
2015-12-03 12:31:13 -05:00
k8s-merge-robot
8c182c2713
Merge pull request #18002 from wiwiwa/systemd
...
Auto commit by PR queue bot
2015-12-03 09:18:48 -08:00
k8s-merge-robot
f9715c6455
Merge pull request #17479 from mqliang/hardcode
...
Auto commit by PR queue bot
2015-12-03 06:13:15 -08:00
k8s-merge-robot
c5924d20a5
Merge pull request #17817 from mqliang/eventtype
...
Auto commit by PR queue bot
2015-12-03 05:55:46 -08:00
k8s-merge-robot
972abe6881
Merge pull request #18061 from a-robinson/typos
...
Auto commit by PR queue bot
2015-12-03 05:03:27 -08:00
k8s-merge-robot
ec93aabfbe
Merge pull request #17779 from fabianofranz/bump_cobra_pflag
...
Auto commit by PR queue bot
2015-12-03 04:42:17 -08:00
k8s-merge-robot
3cbfcdcdba
Merge pull request #16810 from lavalamp/go2idl.2
...
Auto commit by PR queue bot
2015-12-03 04:25:08 -08:00
k8s-merge-robot
6479f5e93f
Merge pull request #18136 from nikhiljindal/del-new-etcd-storage
...
Auto commit by PR queue bot
2015-12-03 04:10:00 -08:00
Wojciech Tyczynski
8952210304
Adjust client-gen to the new interfaces.
2015-12-03 11:54:33 +01:00
Marek Grabowski
5afc5e5938
Merge pull request #18145 from wojtek-t/deletion_in_density
...
Measure latency metrics before removing namespace
2015-12-03 11:17:21 +01:00
Wojciech Tyczynski
2637dab02b
Measure latency metrics before removing namespace
2015-12-03 11:15:44 +01:00
Marek Grabowski
ca99c49cfb
Merge pull request #17431 from jszczepkowski/cm-doc
...
Design proposal for custom metrics.
2015-12-03 11:15:40 +01:00
Marek Grabowski
1c89b17984
Merge pull request #18144 from gmarek/timeout
...
Increase a interval during which we gather add-on resource usage to decrase variability
2015-12-03 11:14:42 +01:00
gmarek
bdfcf9bec0
Increase a interval during which we gather add-on resource usage to decrase variability
2015-12-03 11:13:35 +01:00
Marek Grabowski
011fb5c044
Merge pull request #18143 from gmarek/timeout
...
Increase timeout in e2e downward API test
2015-12-03 10:53:22 +01:00
Jerzy Szczepkowski
eb9a2c51d4
Design proposal for custom metrics.
...
Design proposal for custom metrics.
2015-12-03 10:50:43 +01:00
gmarek
c1cf6b9704
Increase timeout in e2e downward API test
2015-12-03 10:48:16 +01:00
Marek Grabowski
ffdfc68d11
Merge pull request #18075 from wojtek-t/only_list_options_in_list
...
Simplify List() signature in clients.
2015-12-03 10:38:33 +01:00
nikhiljindal
5c556baa2f
Removing duplicate NewEtcdStorage code
2015-12-03 01:37:44 -08:00
Marek Grabowski
181316c6f6
Merge pull request #18142 from wojtek-t/move_rejoins_out_of_flaky
...
Move "Nodes Network" test out of flaky
2015-12-03 10:17:24 +01:00
Marek Grabowski
348e7ecc5d
Merge pull request #17349 from PeterLamar/master
...
Small readability improvements in Kubelet
2015-12-03 10:08:58 +01:00
Marek Grabowski
2d4e02b45c
Merge pull request #18026 from erictune/cheatsheet
...
Revert the revert of kubernetes/kubernetes#15674
2015-12-03 09:59:10 +01:00
Wojciech Tyczynski
6dcb689d4e
Simplify List() signature in clients.
2015-12-03 09:54:07 +01:00
Wojciech Tyczynski
db80096858
Move "Nodes Network" test out of flaky
2015-12-03 09:50:57 +01:00
Marek Grabowski
800012dfb8
Merge pull request #17995 from ArtfulCoder/ktest
...
increased the number of tries in kube-proxy test
2015-12-03 09:39:46 +01:00
Marek Grabowski
80415f29f7
Merge pull request #18053 from amygdala/docs
...
Polishing the Deployment doc
2015-12-03 09:25:21 +01:00
Marek Grabowski
5d92cb229f
Merge pull request #18031 from soltysh/issue17364
...
Changing ─ (U+2500) to ASCII hyphen in describe command
2015-12-03 09:24:58 +01:00
Marek Grabowski
1a59e031e2
Merge pull request #17993 from eosrei/1111-minion-node-hack-e2e
...
Minion->Node rename: comments/vars for e2e.go, e2e.sh, resize_nodes.go for #1111
2015-12-03 09:23:22 +01:00
Marek Grabowski
813a4c9d19
Merge pull request #17819 from mqliang/eventValidate
...
remove TODO: There is no namespace required for node.
2015-12-03 09:22:06 +01:00
Marek Grabowski
66877c2064
Merge pull request #16004 from paralin/add-cassandra-daemonset-example
...
Add example of a cassandra daemonset.
2015-12-03 09:19:14 +01:00
Marek Grabowski
c2c1742c24
Merge pull request #18139 from wojtek-t/increase_cpu_limit_for_kubeproxy_2
...
Increase verification limits for kubeproxy in scalability tests
2015-12-03 09:17:23 +01:00
Wojciech Tyczynski
8c497d80ec
Increase verification limits for kubeproxy in scalability tests
2015-12-03 09:13:52 +01:00
Marek Grabowski
99d4b9f1b7
Merge pull request #18068 from wojtek-t/fix_benchmark_integration
...
Fix compile errors in benchmark
2015-12-03 09:04:52 +01:00
Marek Grabowski
e3745298a4
Merge pull request #18137 from gmarek/master
...
Increase threshold for fluentd CPU usage in density test
2015-12-03 08:41:33 +01:00
gmarek
d424db0706
Increase threshold for fluentd CPU usage in density test
2015-12-03 08:39:42 +01:00
Marek Grabowski
00fe055970
Merge pull request #18135 from wojtek-t/increase_cpu_limit_for_kubeproxy
...
Increase verification limits for kubeproxy in scalability tests
2015-12-03 08:37:03 +01:00
Marek Grabowski
f633aa67b1
Merge pull request #18065 from jszczepkowski/hpa-fix
...
Fixed forbidden window enforcement in horizontal pod autoscaler.
2015-12-03 08:36:10 +01:00
Jerzy Szczepkowski
8cdda36b1e
Fixed forbidden window enforcement in horizontal pod autoscaler.
...
Fixed forbidden window enforcement in horizontal pod autoscaler: time of the oldest report instead of now is taken into account. Fixes #17992 .
2015-12-03 08:29:24 +01:00
Abhishek Shah
522f5def8b
increased the number of tries
2015-12-02 23:19:14 -08:00
Wojciech Tyczynski
882c1cd6f4
Increase verification limits for kubeproxy in scalability tests
2015-12-03 08:17:41 +01:00
k8s-merge-robot
106cf2b6b5
Merge pull request #17755 from timstclair/status-manager
...
Auto commit by PR queue bot
2015-12-02 22:07:44 -08:00
samuel shan
c55ab7d63e
ubuntu: skip download binaries if specified version exists
2015-12-03 10:37:02 +08:00