Kubernetes Prow Robot
f029700630
Merge pull request #86065 from serathius/metrics-server-owners
...
Add serathius to metrics-server OWNERS file
2019-12-09 04:56:02 -08:00
Kubernetes Prow Robot
332f452198
Merge pull request #83363 from wawa0210/zx-metadata-agent
...
Bind metadata-agent containers to linux nodes to avoid Windows scheduling on kubernetes cluster includes linux nodes and windows nodes
2019-12-09 03:10:16 -08:00
Kubernetes Prow Robot
082883cba3
Merge pull request #83362 from wawa0210/zx-metrics
...
Bind metrics-server containers to linux nodes to avoid Windows scheduling on kubernetes cluster includes linux nodes and windows nodes
2019-12-09 03:10:02 -08:00
Marek Siarkowicz
e7e9d1cf24
Add serathius to metrics-server OWNERS file
2019-12-09 11:27:56 +01:00
Kubernetes Prow Robot
ed8a260fb3
Merge pull request #86001 from hubv/hubv-patch-1
...
Fix IPv6 addresses lost issue in pure ipv6 vsphere environment
2019-12-09 01:05:10 -08:00
likerj
597816c11e
update total_limit_size
2019-12-09 16:39:35 +08:00
likerj
3ffd8f34b2
update fluentd-es-configmap
...
queue_limit_length is not supported by fluentd, and I config total_limit_size 2G for buffer total size
2019-12-09 16:39:35 +08:00
likerj
a192b59f9f
fluentd add port promtheus and health check
...
fluentd readiness and liveness health check can use fluent-plugin-prometheus port
2019-12-09 16:39:35 +08:00
likerj
325848509a
es add readiness and liveness health check
...
use transport as health check port
2019-12-09 16:39:35 +08:00
ianlang
babdcd0d14
invoke getTypedVersion() instead of direct runtime call
2019-12-09 15:31:45 +08:00
Wei Huang
a136108d2b
Return all predicate failures instead of the first one
2019-12-08 21:10:40 -08:00
SataQiu
10b173868a
move funs of framework/deployment to e2e/apps
2019-12-09 11:30:15 +08:00
Kubernetes Prow Robot
2fbe432d23
Merge pull request #85857 from hnanni/patch-1
...
Update checks.go
2019-12-08 09:41:08 -08:00
André Bauer
31c302994a
updated fluentd to 1.7.4 + plugin updates and switch to debian buster
...
Signed-off-by: André Bauer <monotek23@gmail.com>
2019-12-08 16:27:02 +01:00
Jianfei Bai
dfb6c3424f
move unwanted console output out of versiongetter.
2019-12-08 10:26:27 +08:00
Kubernetes Prow Robot
af1baaa121
Merge pull request #86027 from simonswine/fix-selinux-detection
...
Fix broken SELinux detection
2019-12-07 17:41:08 -08:00
Kubernetes Prow Robot
a13d674498
Merge pull request #85906 from SataQiu/fix-staticcheck-20191204
...
Fix staticcheck failures of test/e2e/storage
2019-12-07 16:31:10 -08:00
Christian Simon
24d105995d
Fix broken SELinux detection
...
The upgrade of dependencies in #78187 introduced a regression in
detecting if SELinux is enabled or not. As the library requires
the golang build tag `selinux` to be enabled after that version update.
Fixes bug report #83679
2019-12-07 16:54:29 +00:00
SataQiu
27d645dc5b
fix staticcheck failures of test/e2e/storage
2019-12-07 21:32:11 +08:00
Kubernetes Prow Robot
50437b4c5d
Merge pull request #85885 from nilo19/qi-vmss-cache
...
Provider/Azure: Add cache for VMSS.
2019-12-06 21:43:09 -08:00
Kubernetes Prow Robot
77a95dce68
Merge pull request #85959 from ahg-g/ahg-affinity-opt
...
Refactor and optimize preferred (anti) pod affinity
2019-12-06 19:49:25 -08:00
Kubernetes Prow Robot
8ef9caaded
Merge pull request #85676 from tanjunchen/fix-staticcheck-test-integration-apiserver
...
fix staticcheck in test/integration/apiserver
2019-12-06 19:49:08 -08:00
Kubernetes Prow Robot
cfb1389524
Merge pull request #85828 from shihan9/master
...
ping kmsplugin gentely when in good state
2019-12-06 18:11:53 -08:00
Kubernetes Prow Robot
95878329d4
Merge pull request #86009 from rphillips/fixes/at_most_one_ref
...
kubelet: guarantee at most only one cinfo per containerID
2019-12-06 17:06:15 -08:00
Kubernetes Prow Robot
e0f11a2fc3
Merge pull request #85893 from tanjunchen/fix-test-e2e-network
...
fix staticcheck in test/e2e/network/
2019-12-06 17:06:06 -08:00
Kubernetes Prow Robot
e624d1b7bf
Merge pull request #85001 from bmoix/fix-golint-kubelet-httpgetter
...
kubelet: rename HTTPGetter interface
2019-12-06 17:05:53 -08:00
louisgong
7f5076d8ee
slim down some lister expansions
2019-12-07 08:27:06 +08:00
Shihang Zhang
c084d57b18
ping kmsplugin gentely when in good state
...
Change-Id: I50ce249d7996e5c51dcbb00e53d67300aa72a87f
2019-12-06 15:59:23 -08:00
Samuel Davidson
aba0b31526
Changed Kubelet client and serving cert TTL/Expiry certs to use gaugefunc for calculating time remaining.
2019-12-06 15:52:03 -08:00
Kubernetes Prow Robot
688149a0c6
Merge pull request #84613 from MorrisLaw/breakout-kubectl-from-utils
...
move KubectlCmd out of utils into its own package
2019-12-06 15:51:53 -08:00
Kubernetes Prow Robot
c9f690d418
Merge pull request #85170 from timyinshi/logSymlink
...
modify dockerID to containerID
2019-12-06 14:27:35 -08:00
Kubernetes Prow Robot
c577031abb
Merge pull request #76741 from logicalhan/install-tunneler-bugs
...
Two bugfixes in installTunneler
2019-12-06 14:27:22 -08:00
Ryan Phillips
4762985fb6
kubelet: guarantee at most only one cinfo per containerID
...
The trailing for loop removed within this PR can include active and
inactive references. This modification will gauarantee at most only one
reference per container is returned.
2019-12-06 14:11:08 -06:00
Kubernetes Prow Robot
a380c291a6
Merge pull request #86008 from nikhita/publishing-skip-tags
...
staging/publishing: temporarily disable publishing tags
2019-12-06 11:54:58 -08:00
Kubernetes Prow Robot
117a3a7f2a
Merge pull request #85709 from tanjunchen/correct-404-ruls
...
correct invalid urls
2019-12-06 11:54:51 -08:00
Abdullah Gharaibeh
53be26e402
optimize preferred pod affinity
2019-12-06 12:59:06 -05:00
Michael Gugino
da53044abd
kubectl/drain: add option skip-wait-for-delete-timeout
...
Currently, some circumstances may cause waitForDelete to
never succeed after the pod has been marked for deletion.
In particular, Nodes that are unresponsive and have
pods with local-storage will not be able to
successfully drain.
We should allow drain to ignore pods that have a
DeletionTimestamp older than a user-provided age.
This will allow controllers utilizing kubectl/drain
to optionally account for a pod that cannot be
removed due to a misbehaving node.
2019-12-06 12:52:38 -05:00
Kubernetes Prow Robot
27fac0bb18
Merge pull request #85971 from mtaufen/component-base-owners
...
Add current chairs to component base approvers
2019-12-06 09:05:13 -08:00
Kubernetes Prow Robot
d49ce6ac42
Merge pull request #85751 from tanjunchen/fix-staticcheck-test-e2e-auth-cloud
...
fix staticcheck in test/e2e/cloud/
2019-12-06 09:05:03 -08:00
Kubernetes Prow Robot
220e2ceba0
Merge pull request #85739 from wawa0210/update-go-winio
...
Update go-winio module version from 0.4.11 to 0.4.14
2019-12-06 09:04:50 -08:00
Nikhita Raghunath
2bba8dac7f
staging/publishing: temporarily disable publishing tags
...
To make sure we get enough time to test publishing of `v1.17.0`
(on a test repo) when it is tagged, this commit disables publishing tags.
After testing it, we'll re-enable publishing of tags.
2019-12-06 22:09:17 +05:30
tanjunchen
efd61ae3e4
correct invalid urls
2019-12-06 23:34:34 +08:00
Kubernetes Prow Robot
616fce7839
Merge pull request #85797 from oxddr/taint-heapster
...
Add an option to specify kubelet flags for heapster node.
2019-12-06 07:20:50 -08:00
tanjunchen
06c5901769
fix staticcheck in test/integration/apiserver
2019-12-06 23:05:20 +08:00
Vincent Wei
d428de26b8
Fix IPv6 addresses lost issue in pure ipv6 vsphere environment
2019-12-06 13:45:02 +00:00
Kubernetes Prow Robot
3994f52ee6
Merge pull request #85953 from St0rmingBr4in/verify-context-exists
...
kubeadm: Throw an error if the currentContext does not exists
2019-12-06 05:35:03 -08:00
Kubernetes Prow Robot
81e702c2b9
Merge pull request #85845 from RainbowMango/pr_enable_hidden_custom_collector
...
Provide a mechanism to enable hidden metrics in stable collector
2019-12-06 05:34:50 -08:00
t-qini
a5226f623e
Add cache for VMSS.
2019-12-06 20:58:39 +08:00
Kubernetes Prow Robot
b5040be796
Merge pull request #85990 from feiskyer/fix-85989
...
Fix LoadBalancer rule checking so that no unexpected LoadBalancer updates are made
2019-12-06 04:06:49 -08:00
Janek Łukaszewicz
39cb8222c7
Add an option to specify kubelet flags for heapster node.
...
Useful in scalability tests, where we don't want test pods (e.g. Kubemark hollow
nodes) to be scheduled on heapster node.
2019-12-06 12:44:26 +01:00