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
Julien DOCHE
3e19201ec2
kubeadm: Throw an error if the currentContext does not exists
...
Check if the CurrentContext exists in validateKubeConfig
Signed-off-by: Julien DOCHE <julien.doche@gmail.com>
2019-12-06 10:15:26 +01:00
Pengfei Ni
dd50ac311a
Fix LoadBalancer rule checking so that no unexpected LoadBalancer updates are made
2019-12-06 16:07:46 +08:00
Kubernetes Prow Robot
93c9085e8a
Merge pull request #85973 from msau42/fix-e2e
...
Disable broken pd e2e test
2019-12-05 18:44:49 -08:00
Kubernetes Prow Robot
a6f41a46a5
Merge pull request #85827 from barney-s/fix-windows-fluentd-config-hostname
...
Replace the hostname in the fluentd config file even if the file exists
2019-12-05 17:15:27 -08:00
Kubernetes Prow Robot
d47e1364c9
Merge pull request #85540 from pohly/testsuites-api
...
e2e storage: public API for testsuites, support CSIInlineVolume type for generic resource
2019-12-05 17:15:19 -08:00
Kubernetes Prow Robot
0ea756ff0a
Merge pull request #84688 from tahsinrahman/kubeproxyconfig-test
...
Increase test coverage for ComponentConfigs and add tests for kubeproxyconfiguration
2019-12-05 17:15:04 -08:00
Kubernetes Prow Robot
646afd52ff
Merge pull request #82660 from sallyom/list-pods-dry-run-drain
...
When running `kubectl drain` in dry-run, list warnings and pods that would be deleted.
2019-12-05 17:14:50 -08:00
Han Kang
6de7082978
remove two unused metrics
2019-12-05 16:30:21 -08:00
Han Kang
aaac96c660
Two bug fixes: (1) at least log something out if we fail to register our health check, (2) actually register a prometheus metric. I delete the deprecated metric in this block because there isn't any point to it, since no one can be broken by changing a metric that doesn't get collected
2019-12-05 16:30:21 -08:00
Kubernetes Prow Robot
6a4216ba59
Merge pull request #85968 from liggitt/fix_bug_in_str_split
...
Fix bug in apiserver service cidr split
2019-12-05 15:55:39 -08:00
Kubernetes Prow Robot
bf71df226d
Merge pull request #85967 from liggitt/kubectl-deflake
...
Deflake kubectl custom printing test
2019-12-05 15:55:28 -08:00
Kubernetes Prow Robot
c9dafcddb7
Merge pull request #85965 from neolit123/revert-85603-PR008-kubeadm-dont-check-if-image-exists
...
Revert "kubeadm: don't check if image exists before pulling"
2019-12-05 15:55:18 -08:00
Kubernetes Prow Robot
4fe4ff885d
Merge pull request #85934 from xueweiz/e2e-node
...
Convert ExpectEqual(err, nil) to ExpectNoError(err)
2019-12-05 15:55:03 -08:00
Kubernetes Prow Robot
b8ce44f006
Merge pull request #85863 from nan-yu/pdb_status_renaming
...
Rename PodDisruptionsAllowed to DisruptionsAllowed in type PodDisruptionBudgetStatus
2019-12-05 15:54:49 -08:00
Michelle Au
2e6d6d73e7
disable node deletion detach test
2019-12-05 14:26:17 -08:00
Kubernetes Prow Robot
bd4c9a2263
Merge pull request #85957 from mikedanese/authzcache
...
increase LRU cache size 8x for authorization webhook
2019-12-05 13:51:13 -08:00
Kubernetes Prow Robot
060e0de56d
Merge pull request #85945 from obitech/kubelet_refactor_lenient_path
...
Refactor kubelet component config lenient path decoding
2019-12-05 13:51:03 -08:00
Michael Taufen
28a564cb32
Add current chairs to component base approvers
2019-12-05 13:50:57 -08:00
Kubernetes Prow Robot
c2b312bd22
Merge pull request #85790 from tanjunchen/fix-staticcheck-pkg-printers
...
fix staticcheck in pkg/printers
2019-12-05 13:50:54 -08:00
Kubernetes Prow Robot
fe80f32904
Merge pull request #85780 from hwdef/fix-staticcheck16
...
test/e2e/auth: Fix static check failures
2019-12-05 13:50:44 -08:00
Kubernetes Prow Robot
ad5d4c4705
Merge pull request #85706 from yutedz/per-node-dev
...
Remove nodes slice in loop of takeByTopology
2019-12-05 13:50:30 -08:00
Kubernetes Prow Robot
e68d7be680
Merge pull request #85457 from BenTheElder/typecheck-fun
...
Typecheck support for verifying providerless build
2019-12-05 13:50:17 -08:00
Michelle Au
a8ba361fd6
expect node to be recreated with the same name
2019-12-05 13:32:17 -08:00
Sally O'Malley
909300b8be
When running kubectl drain
in dry-run, list warnings and pods that would be deleted.
2019-12-05 16:16:10 -05:00
Jordan Liggitt
bacab3d457
Deflake kubectl custom printing test
2019-12-05 15:44:25 -05:00
Aaron Crickenberger
d924407ede
Include cloud/gcp in e2e.test
...
Follows the pattern used by instrumentation to include
instrumentation/logging etc.
2019-12-05 12:42:30 -08:00
darshanime
f4d1674827
Refactor parsing logic for service IP and ranges, add tests
...
Signed-off-by: darshanime <deathbullet@gmail.com>
2019-12-05 15:35:20 -05:00
darshanime
fdd25ec968
Fix bug in apiserver service cluster cidr split
...
Signed-off-by: darshanime <deathbullet@gmail.com>
2019-12-05 15:35:20 -05:00
Kubernetes Prow Robot
864596f680
Merge pull request #85947 from jsafrane/privileged-hostpath
...
Run all csi-hostpath containers as privileged
2019-12-05 12:33:04 -08:00
Lubomir I. Ivanov
bc22d70e2b
Revert "kubeadm: don't check if image exists before pulling"
2019-12-05 21:42:12 +02:00