Sen Lu
e3fdebbe62
auth/cloud-platform is a superset of devstorage.
...
Also fix the curl in get-kube.sh
2019-09-23 14:14:03 -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
44e35890f6
Merge pull request #78197 from dsymonds/master
...
Fix description of diff flags
2019-09-17 10:57:50 -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
Kubernetes Prow Robot
24b1e7f27f
Merge pull request #82574 from kkmsft/azure_metrics
...
Azure cloud operation count metrics for azure cloud provider
2019-09-17 05:10:25 -07:00
wojtekt
12bbbcc61b
autogenerated
2019-09-17 10:51:25 +02:00
wojtekt
bb8117f4f8
IntOrString conversions
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
41b3e60f0e
Merge pull request #82325 from RainbowMango/pr_cleanupup_staticcheck_for_client_cache
...
Cleanup staticcheck for package cache
2019-09-17 00:50:24 -07: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
Kubernetes Prow Robot
31008f7efd
Merge pull request #82597 from aramase/standard-lb-ipv6
...
Fix ipv6 ip allocation method for standard lb
2019-09-16 23:16:23 -07:00
Kubernetes Prow Robot
c7d84ac77e
Merge pull request #82745 from RainbowMango/pr_migrate_prom_bucket_for_stability
...
Migrate prometheus bucket functionality for metrics stability framework
2019-09-16 20:28:37 -07:00
Kubernetes Prow Robot
1d724554f0
Merge pull request #82696 from mm4tt/nginx_custom_lb_timeout
...
Adjust nginx lb timeout depending on the cluster size in tests
2019-09-16 20:28:23 -07:00
yiyang5055
bbc4931ab8
fix error package name and rename struct
2019-09-17 09:11:26 +08:00
Kubernetes Prow Robot
9d8acc02b6
Merge pull request #82760 from gnufied/fix-upgrade-e2e-tests
...
Allow upgrade test to run on all cloudproviders
2019-09-16 18:06:48 -07: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
Kubernetes Prow Robot
ce1f0c3faa
Merge pull request #82758 from tpepper/cherry_docs
...
reference cherry pick process in hack script
2019-09-16 18:06:22 -07:00
Kubernetes Prow Robot
1bebaea417
Merge pull request #81061 from k-toyoda-pi/fix_shellcheck_flexvolume_node_setup
...
Fix shellcheck failure in gce/gci/flexvolume_node_setup.sh
2019-09-16 14:43:54 -07:00
Hemant Kumar
72729fc4f2
Allow upgrade test to run on all cloudproviders
2019-09-16 15:42:04 -04:00
Kubernetes Prow Robot
e2e3de233d
Merge pull request #82733 from yutedz/webhook-invocation-len
...
Check the length of recorder.invocations
2019-09-16 12:40:52 -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
Krishnakumar R(KK)
b3ecf288a5
Metrics for ratelimited count
2019-09-16 11:23:17 -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
Tim Pepper
a44ea7c8c7
reference cherry pick process in hack script
...
The documentation on the cherry pick process has seen improvements
lately, but that isn't highly discoverable. This commit attempts to
make that information more visible.
Signed-off-by: Tim Pepper <tpepper@vmware.com>
2019-09-16 09:53:40 -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
61affb3326
Merge pull request #82713 from logicalhan/config-health-checks
...
[v1.16.1] expose and use an AddHealthChecks method directly on config
2019-09-16 08:16:39 -07:00
Kubernetes Prow Robot
01c046836b
Merge pull request #82243 from jfbai/refactor-kubeadm-calls
...
refactor: replace all calls to os.Exit() / CheckErr().
2019-09-16 06:48:52 -07:00
Kubernetes Prow Robot
84d484bd2c
Merge pull request #81944 from carlory/fix-vendor
...
fix static check failures in staging pkg
2019-09-16 06:48:39 -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
Matt Matejczyk
532298c399
Adjust nginx lb timeout in tests
...
In addition delete the service & lb before ending to test to avoid the case
when deleting the namespace times out due to long LB deletion.
Ref. https://github.com/kubernetes/kubernetes/issues/82695
2019-09-16 13:07:47 +02:00
Kubernetes Prow Robot
32735e4c45
Merge pull request #82737 from RainbowMango/pr_migrate_prom_bucket_for_winkernel
...
Migrate prometheus bucket functionality to kube-metrics for winkernel
2019-09-16 03:16:38 -07:00
carlory
d3578f465d
fix static check failures in staging pkg
2019-09-16 18:05:29 +08:00
sunxiaofei03
11383f4471
rm unnecessary return
2019-09-16 18:04:11 +08:00
RainbowMango
65a57d8634
Update bazel by hack/update-bazel.sh
2019-09-16 16:49:29 +08:00
Kubernetes Prow Robot
ebd8f9ccb5
Merge pull request #81987 from carlory/fix-test-06
...
use log funcs of core framework in the auth, kubectl and windows pkg
2019-09-16 01:48:38 -07:00
mengyang02
b5f44d5aab
optimize gc_controller.gcTerminated
2019-09-16 16:34:08 +08:00
RainbowMango
7e3498cc8b
Migrate prometheus bucket functionality to metrics stability framework.
2019-09-16 14:51:32 +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
Ted Yu
5e5824f9c5
Check the length of recorder.invocations
2019-09-15 16:43:12 -07:00