Commit Graph

90916 Commits

Author SHA1 Message Date
Kubernetes Prow Robot
dc6c640a12
Merge pull request #90375 from cici37/removeConfigz
move pkg/util/configz to k8s.io/component-base
2020-05-04 13:46:09 -07:00
Kubernetes Prow Robot
ffec75da81
Merge pull request #90730 from brianpursley/kubernetes-90726
Fixed bug that caused TestKubeletDefault unit test to fail when run on systems that have systemd-resolved active
2020-05-04 12:16:41 -07:00
Kubernetes Prow Robot
b15c38e343
Merge pull request #90617 from CecileRobertMichon/find-bsd-util
Update find-binary-for-platform to work with non-GNU versions of find
2020-05-04 12:16:27 -07:00
Kubernetes Prow Robot
501781abe4
Merge pull request #90671 from deads2k/beta-annotations-15-storage
add prerelease lifecycle tags to storage.k8s.io
2020-05-04 10:20:26 -07:00
Brian Pursley
f8cd4a06ef Fixed bug that caused TestKubeletDefault to fail when run on systems that have systemd-resolved active 2020-05-04 11:55:54 -04:00
wojtekt
d1de6295bb Update duration to be kept in watchcache 2020-05-04 17:21:40 +02:00
Kubernetes Prow Robot
a509a8e123
Merge pull request #90670 from deads2k/beta-annotations-14-scheduling
add prerelease lifecycle tags to scheduling.k8s.io
2020-05-04 08:10:34 -07:00
Kubernetes Prow Robot
dca3e3f6ed
Merge pull request #90486 from aojea/iperf
Fix e2e network performance test
2020-05-04 08:10:26 -07:00
Vincent Boulineau
3bff11244b
kubelet: fix /stats/summary endpoint on Windows when init-containers are present on the node
Following changes in #87730, Kubelet is directly hcsshim to gather stats.
However, unlike `docker stats` API that was used before, hcsshim does not
keep information about exited containers.

When the Kubelet lists containers (`docker_container.go:ListContainers()`),
it sets `All: true`, retrieving non-running containers.

When docker stats is called with such container id, it'll return a valid JSON
with all values set to 0. The non-running containers are filtered later on in the process.

When the hcsshim is called with such container id, it'll return an error, effectively
stopping the stats retrieval for all containers.
2020-05-04 14:42:02 +02:00
Jan Safranek
de09560cf0 Ignore NotFound error when cleaning up Gluster tests
"Volumes GlusterFS should be mountable" is a bit flaky in a downstream CI.

This PR make "should be mountable" test on par with the other GlusterFS
tests (in_tree.go: DeleteVolume())
2020-05-04 12:57:45 +02:00
Giuseppe Scrivano
b21b1a5436
test, e2e_node: drop superfluous systemd properties
commit 43c56eb403 introduced a change
where CPUAccounting, CPUAccounting and TasksAccounting are enabled for
the systemd service.

It causes a regression on RHEL 7.8 where systemd-run doesn't allow to
set TasksAccounting.

Since Delegate= already enables all the controllers, it is superfluous
to specify them.

Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
2020-05-04 09:22:35 +02:00
Kubernetes Prow Robot
4ccfeb18d9
Merge pull request #90702 from dims/use-bionic-repo-for-docker
Use bionic repo for docker as focal is not yet available
2020-05-03 17:36:26 -07:00
Davanum Srinivas
0d38f21932
Use bionic repo for docker as focal is not yet available
Signed-off-by: Davanum Srinivas <davanum@gmail.com>
2020-05-03 16:50:49 -04:00
Jesus Herrera
aeb654495b Fix usage of incorrect TestContext variable 2020-05-03 15:34:43 -04:00
Stephen Augustus
7109a86f47 build: Build debian-iptables:v12.1.0 image
Signed-off-by: Stephen Augustus <saugustus@vmware.com>
2020-05-02 23:09:12 -04:00
Stephen Augustus
64300d8fff deps: Update dependents to use debian-base:v2.1.0
Signed-off-by: Stephen Augustus <saugustus@vmware.com>
2020-05-02 23:09:09 -04:00
Stephen Augustus
f828821eea releng: Point debian-base image references to K8s Infra
Signed-off-by: Stephen Augustus <saugustus@vmware.com>
2020-05-02 22:51:40 -04:00
Stephen Augustus
0357843651 build: Fixup GCB configs for debian-{base,iptables} images
- Fix dir arguments
- Drop 'BASE_REGISTRY' env var from debian-iptables config

Signed-off-by: Stephen Augustus <saugustus@vmware.com>
2020-05-02 21:38:14 -04:00
Kubernetes Prow Robot
b943e49e76
Merge pull request #90567 from deads2k/beta-annotations-09.discovery
add prerelease lifecycle tags to discovery
2020-05-02 18:20:25 -07:00
MorrisLaw
7b208b6a83 create a file to hold documentation of import-boss in one place 2020-05-02 14:03:26 +00:00
Kubernetes Prow Robot
e01f553ddd
Merge pull request #90135 from claudiubelu/tests/subpath-retry-exec
tests: Retries exec after container restart due to liveness
2020-05-02 06:02:25 -07:00
Kubernetes Prow Robot
4a7360debf
Merge pull request #90665 from justaugustus/base-images
cleanup: Base image workflow improvements
2020-05-02 01:54:26 -07:00
Kubernetes Prow Robot
3f4f018acd
Merge pull request #90672 from deads2k/beta-annotations-16-apiservice
add prerelease lifecycle tags to apiregistration.k8s.io
2020-05-01 22:08:25 -07:00
Kubernetes Prow Robot
3e6161883f
Merge pull request #90347 from fejta/own
Update to repo-infra v0.0.4
2020-05-01 18:40:25 -07:00
Stephen Augustus
410b388ad0 build: Fix base image versions on dependents
Signed-off-by: Stephen Augustus <saugustus@vmware.com>
2020-05-01 20:39:07 -04:00
Stephen Augustus
99e6e06f5d build: Build debian-base:v2.1.0 image
Signed-off-by: Stephen Augustus <saugustus@vmware.com>
2020-05-01 20:38:58 -04:00
Stephen Augustus
03a1489623 build: Build pause:3.3 image
Signed-off-by: Stephen Augustus <saugustus@vmware.com>
2020-05-01 20:35:48 -04:00
Cecile Robert-Michon
7d6ba67da0
Update find-binary-for-platform to work with non-GNU versions of find 2020-05-01 16:19:00 -07:00
Kubernetes Prow Robot
6c0278ed45
Merge pull request #90673 from deads2k/beta-annotations-17-crd
add prerelease lifecycle tags to apiextensions.k8s.io
2020-05-01 15:29:37 -07:00
Kubernetes Prow Robot
3a7b454b41
Merge pull request #90437 from iobuf/bugfix
bugfix: staiccheck copylock (holding sync.Once)
2020-05-01 15:29:23 -07:00
Stephen Augustus
b583631a27 build: Add base images to dependencies.yaml
Signed-off-by: Stephen Augustus <saugustus@vmware.com>
2020-05-01 17:47:54 -04:00
Andrew Sy Kim
4117d79e7c move inactive SIG Cloud Provider approvers to emeritus_approvers
Signed-off-by: Andrew Sy Kim <kim.andrewsy@gmail.com>
2020-05-01 17:31:17 -04:00
Kubernetes Prow Robot
84e0b3b491
Merge pull request #90602 from deads2k/beta-annotations-12-node
add prerelease lifecycle tags to node.k8s.io
2020-05-01 13:00:44 -07:00
Kubernetes Prow Robot
594cbdfd19
Merge pull request #89508 from KobayashiD27/test-coverage-up
Add test case to improve the test coverage.
2020-05-01 13:00:31 -07:00
Kubernetes Prow Robot
0bcbe384d8
Merge pull request #90599 from deads2k/beta-annotations-11-networking
add prerelease lifecycle tags to networking
2020-05-01 09:34:43 -07:00
Kubernetes Prow Robot
628b413f8e
Merge pull request #90400 from zhlhahaha/1737
fix cross build conformance image error
2020-05-01 09:34:30 -07:00
David Eads
555225eb29 add prerelease lifecycle tags to apiextensions.k8s.io 2020-05-01 10:52:31 -04:00
David Eads
823baa1fd0 add prerelease lifecycle tags to apiregistration.k8s.io 2020-05-01 10:30:02 -04:00
David Eads
dde2f448aa add prerelease lifecycle tags to storage.k8s.io 2020-05-01 09:55:34 -04:00
David Eads
d38e61bc0d add prerelease lifecycle tags to scheduling.k8s.io 2020-05-01 09:40:07 -04:00
Kubernetes Prow Robot
cab89c7d08
Merge pull request #90472 from deads2k/beta-annotations-06-batch
add prerelease lifecycle tags to batch
2020-05-01 04:34:29 -07:00
Kubernetes Prow Robot
7e627e01ef
Merge pull request #90640 from gongguan/clean-port-flag
clean some dead constants
2020-05-01 00:42:22 -07:00
Kubernetes Prow Robot
6b594c25c8
Merge pull request #90615 from dims/drop-conformance-tag-for-tests-that-rely-directly-on-kubelet-logs-api
Drop conformance tag for tests that rely directly on kubelet /logs API
2020-05-01 00:42:12 -07:00
Kubernetes Prow Robot
26ad2c2a47
Merge pull request #90613 from Huang-Wei/cleanup-comments
cleanup: remove stale comments
2020-05-01 00:42:03 -07:00
Kubernetes Prow Robot
15d6c9a5ea
Merge pull request #90605 from yliaog/windep
switched to default non-masquerade destination ranges
2020-05-01 00:41:54 -07:00
Kubernetes Prow Robot
fc99419c1c
Merge pull request #90601 from wojtek-t/remove_owners_files
Remove approvers from events API
2020-05-01 00:41:45 -07:00
Kubernetes Prow Robot
90237ce89a
Merge pull request #90596 from deads2k/beta-annotations-10-events
add prerelease lifecycle tags to events
2020-05-01 00:41:36 -07:00
Kubernetes Prow Robot
434b6fb37f
Merge pull request #90578 from wccsama/gc-controller-test
use subtests in gc_controller_test.go
2020-05-01 00:41:27 -07:00
Kubernetes Prow Robot
407eb50b83
Merge pull request #90566 from deads2k/beta-annotations-08-certs
add prerelease lifecycle tags to certificates
2020-05-01 00:41:18 -07:00
Kubernetes Prow Robot
3546d6267c
Merge pull request #90560 from wojtek-t/frequent_bookmarks
Send watch bookmarks every minute
2020-05-01 00:41:09 -07:00