Commit Graph

89892 Commits

Author SHA1 Message Date
Kubernetes Prow Robot
894916b665
Merge pull request #89459 from chendave/scorer_desc
Trival fix: update the desc on the score plugins
2020-03-26 07:56:39 -07:00
Kubernetes Prow Robot
1442df8ab3
Merge pull request #89384 from Huang-Wei/score-printing
Print detailed score results on verbose level 10
2020-03-26 07:56:25 -07:00
Ricardo Pchevuzinske Katz
5c48f209a5 Update ipvs library to the new repo and upgrade library version 2020-03-26 11:20:01 -03:00
Patrick Ohly
c9004e704d e2e/storage: check result of WaitForPersistentVolumeDeleted
When deleting fails, the tests should be considered as failed,
too. Ignoring the error caused a wrong return code in the CSI mock
driver to go unnoticed (see
https://github.com/kubernetes-csi/csi-test/pull/250). The v3.1.0
release of the CSI mock driver fixes that.
2020-03-26 13:22:04 +01:00
Kubernetes Prow Robot
f8e62e33c9
Merge pull request #89502 from SataQiu/staging-e2e-20200326
e2e/framework: remove direct imports to pkg/util/taints
2020-03-26 03:34:25 -07:00
Kubernetes Prow Robot
295b53f7b4
Merge pull request #89214 from jingyih/update_etcd_server_3p4p4
Update default etcd server to 3.4.4 in k8s v1.19
2020-03-26 01:14:24 -07:00
SataQiu
d294e672c1 e2e/framework: remove direct imports to pkg/util/taints 2020-03-26 14:43:23 +08:00
Kubernetes Prow Robot
e327ef9a65
Merge pull request #89299 from li-ang/go-bindata
Use correct path when installing go-bindata
2020-03-25 23:40:24 -07:00
Kubernetes Prow Robot
51f9e34c15
Merge pull request #89430 from mikedanese/bazel2
Update bazel to 2.2.0
2020-03-25 22:28:24 -07:00
Stephen Augustus
f2962b8330 publishing-bot: Update go 1.13 references to go1.13.9
Signed-off-by: Stephen Augustus <saugustus@vmware.com>
2020-03-25 23:53:50 -04:00
Stephen Augustus
b0a682a0a0 publishing-bot: Update go 1.12 references to go1.12.17
Signed-off-by: Stephen Augustus <saugustus@vmware.com>
2020-03-25 23:52:20 -04:00
Anago GCB
5d4553a90d CHANGELOG: Update directory for v1.19.0-alpha.1 release 2020-03-26 03:34:54 +00:00
Kubernetes Prow Robot
73da17233e
Merge pull request #89442 from oomichi/RestartApiserver
Move RestartApiserver() into e2e/network
2020-03-25 19:42:25 -07:00
Samuel Davidson
c70cd1e82f Changed readonly to true and type to File for authn/authz config. 2020-03-25 17:45:27 -07:00
Kubernetes Prow Robot
3cf4832d09
Merge pull request #89320 from andrewsykim/node-controller-fake-client
cloud node controller: refactor tests to not depend on controller/testutils
2020-03-25 16:34:25 -07:00
Jefftree
074a676dbc kubetestgen -> kubeconform 2020-03-25 14:37:09 -07:00
Jefftree
77edd42619 Add CLI script for listing untested conformance behaviors 2020-03-25 14:37:09 -07:00
Davanum Srinivas
6df4717259
remove outdated comment about go-criu version
Signed-off-by: Davanum Srinivas <davanum@gmail.com>
2020-03-25 17:12:17 -04:00
Davanum Srinivas
59d813250e
update vendor
Signed-off-by: Davanum Srinivas <davanum@gmail.com>
2020-03-25 17:11:16 -04:00
Davanum Srinivas
f82014e897
Switch to released tags of containerd/ projects
Signed-off-by: Davanum Srinivas <davanum@gmail.com>
2020-03-25 17:07:42 -04:00
Kubernetes Prow Robot
c4fd09d80a
Merge pull request #89438 from robscott/endpointslice-controller-error-backoff
Lengthening initial backoff time for EndpointSlice controller
2020-03-25 14:02:38 -07:00
Kubernetes Prow Robot
4ad32682f3
Merge pull request #86975 from dims/update-hcsshim-v0.8.7-and-containerd-v1.3.2
Update to latest cadvisor and containerd (v1.3.3)
2020-03-25 14:02:25 -07:00
Kenichi Omichi
7398c83afd Move RestartApiserver() into e2e/network
The function is called from e2e/network test only, so this moves
the function into the test for reducing e2e/framework/util.go code
and removing invalid dependency on e2e test framework.
2020-03-25 20:23:25 +00:00
Anago GCB
0f1a27bcee CHANGELOG: Update directory for v1.18.0 release 2020-03-25 19:20:04 +00:00
Kubernetes Prow Robot
a291908548
Merge pull request #89462 from wawa0210/change-sriovdp-ds-arch-label
beta.kubernetes.io/arch is already deprecated since v1.14, are targeted for removal in v1.18
2020-03-25 11:20:19 -07:00
Jie Shen
68a4b7d621
Move assertCleanup() to e2e kubectl (#89452)
* Move assertCleanup() to e2e kubectl

* Update test/e2e/kubectl/kubectl.go

Co-Authored-By: SataQiu <1527062125@qq.com>

Co-authored-by: SataQiu <1527062125@qq.com>
2020-03-25 11:20:06 -07:00
Rob Scott
94e5537fa0
Lengthening initial backoff time for EndpointSlice controller
The EndpointSlice controller has the potential to manage a large number of resources that are updated frequently. Without proper backoffs in place, there is potential for it to unnecessarily overload the API Server with requests. This makes two significant changes: Increasing the base backoff from 5ms to 1s and making all syncs triggered by EndpointSlice changes delayed by at least 1 second to enable batching.
2020-03-25 11:00:00 -07:00
Wei Huang
06f48a988f
Print detailed score results on verbose level 10 2020-03-25 10:46:28 -07:00
Aldo Culquicondor
4b31b55499 Count spreading node matches for hostname topology in Score 2020-03-25 13:29:27 -04:00
fxmumu
8beb2439a0 Remove nested if statement and test it
Remove nested if statement in scheduler err handler.
Test scheduler err that node not found.
2020-03-26 00:29:41 +08:00
Davanum Srinivas
04e0c93088 Remove pinned module versions that are not actually used 2020-03-25 12:09:41 -04:00
Davanum Srinivas
864646a6a5 Updating dependency github.com/checkpoint-restore/go-criu to version bdb7599cd87b 2020-03-25 12:09:41 -04:00
Davanum Srinivas
d275539551 Updating dependency golang.org/x/xerrors to version v0.0.0-20191204190536-9bdfabe68543 2020-03-25 12:09:41 -04:00
Davanum Srinivas
2b8b3b4008 Updating dependency golang.org/x/time to version v0.0.0-20191024005414-555d28b269f0 2020-03-25 12:09:41 -04:00
Davanum Srinivas
75ceb7baa8 Updating dependency golang.org/x/net to version v0.0.0-20200202094626-16171245cfb2 2020-03-25 12:09:41 -04:00
Davanum Srinivas
9e91a7ddc1 Updating dependency gopkg.in/check.v1 to version v1.0.0-20190902080502-41f04d3bba15 2020-03-25 12:09:41 -04:00
Davanum Srinivas
7555985346 Updating dependency google.golang.org/genproto to version v0.0.0-20191230161307-f3c370f40bfb 2020-03-25 12:09:41 -04:00
Davanum Srinivas
2dc8963d4f Updating dependency github.com/vishvananda/netns to version v0.0.0-20191106174202-0a2b9b5464df 2020-03-25 12:09:41 -04:00
Davanum Srinivas
af1833daf2 Updating dependency github.com/prometheus/procfs to version v0.0.5 2020-03-25 12:09:41 -04:00
Davanum Srinivas
a1ef1e80be Updating dependency github.com/opencontainers/selinux to version v1.3.3 2020-03-25 12:09:41 -04:00
Davanum Srinivas
01e553fa1c Updating dependency github.com/opencontainers/runtime-spec to version v1.0.1 2020-03-25 12:09:41 -04:00
Davanum Srinivas
a850e2b914 Updating dependency github.com/mistifyio/go-zfs to version v2.1.2-0.20190413222219-f784269be439+incompatible 2020-03-25 12:09:41 -04:00
Davanum Srinivas
d1a1e86182 Updating dependency github.com/Microsoft/go-winio to version v0.4.15-0.20190919025122-fc70bd9a86b5 2020-03-25 12:09:41 -04:00
Davanum Srinivas
6b864dc4e1 Updating dependency github.com/matttproud/golang_protobuf_extensions to version v1.0.2-0.20181231171920-c182affec369 2020-03-25 12:09:41 -04:00
Davanum Srinivas
54967fe393 Updating dependency github.com/kr/pretty to version v0.2.0 2020-03-25 12:09:41 -04:00
Davanum Srinivas
f4bcf812b0 Updating dependency github.com/konsorten/go-windows-terminal-sequences to version v1.0.2 2020-03-25 12:09:41 -04:00
Davanum Srinivas
8041c58b47 Updating dependency github.com/gorilla/mux to version v1.7.3 2020-03-25 12:09:41 -04:00
Davanum Srinivas
0dd6bf6258 Updating dependency github.com/google/go-cmp to version v0.4.0 2020-03-25 12:09:32 -04:00
Davanum Srinivas
cccdf5cde6 Updating dependency github.com/godbus/dbus to version v0.0.0-20190422162347-ade71ed3457e 2020-03-25 12:01:19 -04:00
Davanum Srinivas
b117d2dc25 Updating dependency github.com/containerd/typeurl to version v0.0.0-20190911142611-5eb25027c9fd 2020-03-25 12:01:19 -04:00