Jordan Liggitt
92eb072989
Propagate context to Authorize() calls
2019-09-24 11:14:54 -04:00
Kubernetes Prow Robot
9243fcdd65
Merge pull request #78438 from 11janci/jjanik-cs-filtering
...
Match label and fields selectors in ComponentStatus List API
2019-09-18 06:47:29 -07:00
Kubernetes Prow Robot
cfa3e2c499
Merge pull request #82508 from aanm/fix-get-pod-ip-panic
...
dockershim/network: fix panic for cni plugins in IPv4/IPv6 dual-stack mode
2019-09-17 19:43:32 -07:00
Kubernetes Prow Robot
67d928acdc
Merge pull request #82096 from logicalhan/version-deletion
...
remove pkg/version and some of redundant copies of it
2019-09-17 14:27:16 -07:00
Kubernetes Prow Robot
e7090e8f5e
Merge pull request #81517 from danwinship/iptables-monitor
...
drop firewalld monitoring, add better iptables monitor
2019-09-17 10:58:02 -07:00
Kubernetes Prow Robot
946350d99e
Merge pull request #82780 from wojtek-t/remove_unnecessary_conversions
...
Remove unnecessary (inefficient) manual conversions
2019-09-17 09:30:33 -07:00
Kubernetes Prow Robot
c431353ff6
Merge pull request #82732 from ahmad-diaa/remove-unused-consts
...
Remove Unused Variables in scheduler api types
2019-09-17 09:30:24 -07:00
Dan Winship
3948f16ff4
Add iptables.Monitor, use it from kubelet and kube-proxy
...
Kubelet and kube-proxy both had loops to ensure that their iptables
rules didn't get deleted, by repeatedly recreating them. But on
systems with lots of iptables rules (ie, thousands of services), this
can be very slow (and thus might end up holding the iptables lock for
several seconds, blocking other operations, etc).
The specific threat that they need to worry about is
firewall-management commands that flush *all* dynamic iptables rules.
So add a new iptables.Monitor() function that handles this by creating
iptables-flush canaries and only triggering a full rule reload after
noticing that someone has deleted those chains.
2019-09-17 10:19:26 -04:00
Kubernetes Prow Robot
3a19f1e80b
Merge pull request #82472 from draveness/feature/remove-feature-gates-in-1-17
...
feat: cleanup several GA feature flags which should be removed in 1.17
2019-09-17 06:58:24 -07:00
Ahmad Diaa
b771490e88
remove unused variables in scheduler api types
2019-09-17 15:44:56 +02:00
wojtekt
12bbbcc61b
autogenerated
2019-09-17 10:51:25 +02:00
wojtekt
3546bcbd5a
Remove unneded/bad conversion
2019-09-17 10:51:25 +02:00
Kubernetes Prow Robot
be68d68b2b
Merge pull request #82749 from xiaoanyunfei/cleanup/rm_unnecessary_return
...
rm unnecessary `return` at the end of function
2019-09-16 23:16:57 -07:00
Kubernetes Prow Robot
c41f21dff7
Merge pull request #82738 from yiyang5055/fix-error-packag-name
...
fix error package name
2019-09-16 23:16:47 -07:00
Kubernetes Prow Robot
9da6c6fe98
Merge pull request #82736 from RainbowMango/pr_migrate_prom_bucket_for_proxy_metrics
...
Migrate prometheus bucket functionality to kube-metrics for proxy metrics
2019-09-16 23:16:36 -07:00
yiyang5055
bbc4931ab8
fix error package name and rename struct
2019-09-17 09:11:26 +08:00
Kubernetes Prow Robot
caeda2112a
Merge pull request #82759 from sttts/sttts-pvc-negative-resource-error-message
...
validations: for negative PVC storage size don't report "must be >= 0"
2019-09-16 18:06:35 -07:00
Han Kang
866ea74326
remove pkg/version and some of redundant copies of it
...
Change-Id: Ia58367c1b1274bfb49c8a4784051463abaf795de
2019-09-16 16:24:35 -07:00
Kubernetes Prow Robot
3ef3b6a5ba
Merge pull request #82707 from liggitt/allow-1.16-review-versions
...
Allow v1 review versions in 1.17+
2019-09-16 12:40:39 -07:00
Dr. Stefan Schimanski
473f49435c
validations: for negative PVC storage size don't report "must be >= 0"
2019-09-16 19:03:30 +02:00
Kubernetes Prow Robot
2183a84feb
Merge pull request #82356 from m3ngyang/opt-podgc
...
optimize gc_controller.gcTerminated
2019-09-16 09:58:38 -07:00
Kubernetes Prow Robot
92ef49fa8d
Merge pull request #82741 from RainbowMango/pr_migrate_prom_bucket_for_scheduler
...
Migrate prometheus bucket functionality to metrics stability framework for scheduler
2019-09-16 08:16:54 -07:00
Kubernetes Prow Robot
ab88ff2398
Merge pull request #82571 from haoshuwei/fix-ineffassign-in-pkg-controller
...
add or fix some errors return statements and ineffassign
2019-09-16 04:50:37 -07:00
sunxiaofei03
11383f4471
rm unnecessary return
2019-09-16 18:04:11 +08:00
mengyang02
b5f44d5aab
optimize gc_controller.gcTerminated
2019-09-16 16:34:08 +08:00
RainbowMango
177eec76a3
Migrate prometheus bucket functionality to metrics stability framework.
2019-09-16 11:47:12 +08:00
RainbowMango
d36c27a106
Update bazel by hack/update-bazel.sh
2019-09-16 11:07:05 +08:00
RainbowMango
4ba8a9fee1
Migrate prometheus bucket functionality to metrics stability framework.
2019-09-16 11:05:38 +08:00
RainbowMango
e9c5b06b79
Update bazel by hack/update-bazel.sh
2019-09-16 10:36:20 +08:00
RainbowMango
fba9c76114
Migrate prometheus bucket functionality to metrics stability framework.
2019-09-16 10:34:58 +08:00
Dan Winship
b6c3d5416a
Drop iptables firewalld monitoring support
...
The firewalld monitoring code was not well tested (and not easily
testable), would never be triggered on most platforms, and was only
being taken advantage of from one place (kube-proxy), which didn't
need it anyway since it already has its own resync loop.
Since the firewalld monitoring was the only consumer of pkg/util/dbus,
we can also now delete that.
2019-09-15 15:35:40 -04:00
haoshuwei
b752997036
add or fix some errors return statements and ineffassign
...
Signed-off-by: haoshuwei <haoshuwei24@gmail.com >
2019-09-14 09:26:17 +08:00
Kubernetes Prow Robot
af88acc812
Merge pull request #82704 from ahg-g/ahg-default-registry
...
Resolved cycle dependency in framework plugins registration
2019-09-13 18:06:40 -07:00
Jordan Liggitt
eedf063599
Allow v1 review versions in 1.17+
2019-09-13 13:52:28 -04:00
Kubernetes Prow Robot
7f084f07c3
Merge pull request #82626 from RainbowMango/pr_migrate_prom_bucket_for_volume
...
Migrate prometheus bucket functionality to kube-metrics for volume
2019-09-13 10:42:44 -07:00
Abdullah Gharaibeh
3174d9c847
Added a noop plugin to make sure we have the dependencies worked out for the default registry of the scheduler framework.
2019-09-13 13:36:35 -04:00
Kubernetes Prow Robot
8126201b73
Merge pull request #82697 from sttts/sttts-TestBlockMapperMapDeviceNotSupportAttach-race
...
Fix TestBlockMapperMapDeviceNotSupportAttach informer sync race
2019-09-13 03:32:29 -07:00
Dr. Stefan Schimanski
79b9cff948
Fix TestBlockMapperMapDeviceNotSupportAttach informer sync race
2019-09-13 10:02:19 +02:00
Kubernetes Prow Robot
40695b0f48
Merge pull request #82669 from rphillips/fixes/76518
...
fix kubelet status http calls with truncation
2019-09-13 00:14:33 -07:00
David Zhu
f15cc60957
Update golang scientific notation using hack/update-gofmt.sh
2019-09-12 18:05:49 -07:00
Ryan Phillips
1065add75e
fix kubelet status http calls with truncation
...
PR#76518 introduced a change to limit the the read on various calls with
utilio.ReadAtMost. By design, ReadAtMost will return an error if there
is a truncation, but the calling code needs to know to handle it.
2019-09-12 19:55:27 -05:00
Kubernetes Prow Robot
e53a952fa4
Merge pull request #82283 from ahmad-diaa/fix-field-types-in-scheduler-api-types
...
Migrate scheduler api types to sized integers
2019-09-12 15:56:32 -07:00
Kubernetes Prow Robot
85827dc224
Merge pull request #82602 from danwinship/iptables-rhel-fix-2
...
Fix iptables version detection code to handle RHEL 7 correctly
2019-09-12 11:46:40 -07:00
Kubernetes Prow Robot
82f5531df3
Merge pull request #82119 from wgliang/fixbug/fix-scheudle-function-context
...
Take the context as the first argument of Schedule
2019-09-12 11:46:28 -07:00
Ahmad Diaa
801cc549be
migrate scheduler api types to sized integers
2019-09-12 19:06:40 +02:00
Kubernetes Prow Robot
3846f6b648
Merge pull request #82599 from abursavich/consts
...
Make API constants constant
2019-09-12 10:04:41 -07:00
Kubernetes Prow Robot
06609b77e8
Merge pull request #82489 from krzysied/node_controller_lock_map
...
Adding lock to node data map
2019-09-12 02:46:27 -07:00
Krzysztof Siedlecki
029b72b553
adding lock to node data map
2019-09-12 10:23:24 +02:00
RainbowMango
6bb1229f4b
Update bazel by hack/update-bazel.sh
2019-09-12 16:05:21 +08:00
RainbowMango
d6fdac8c56
Migrate prometheus bucket functionality to kube-metrics.
2019-09-12 16:02:53 +08:00