Commit Graph

79870 Commits

Author SHA1 Message Date
Kubernetes Prow Robot
c8b45cd25c
Merge pull request #79106 from vbannai/default-backend
The default-http-backend for handling 404 pages will now point to 404…
2019-06-17 16:04:16 -07:00
Kubernetes Prow Robot
1894889314
Merge pull request #79050 from praseodym/patch-1
Create SECURITY.md for GitHub security policy page
2019-06-17 14:32:17 -07:00
Kubernetes Prow Robot
ae3c44d043
Merge pull request #78458 from logicalhan/readiness
Add readyz endpoint to apiserver, modify poststarthooks health checking behavior
2019-06-17 12:39:49 -07:00
Vinay Bannai
e7b7c8bc10 The default-http-backend for handling 404 pages will now point to 404 handler
with prometheus integration and provides metrics related to requests per second
and the duration of responding to the requests for various percentile
groupings. Please check
https://github.com/kubernetes/ingress-gce/blob/master/cmd/404-server-with-metrics/README.md
for details about the 404-server-with-metrics.
2019-06-17 11:24:47 -07:00
Han Kang
54dcf5c9c4 add readyz endpoint for kube-apiserver readiness checks
add startup sequence duration and readyz endpoint

add rbac bootstrapping policy for readyz

add integration test around grace period and readyz

rename startup sequence duration flag

copy health checks to fields

rename health-check installed boolean, refactor clock injection logic

cleanup clock injection code

remove todo about poststarthook url registration from healthz
2019-06-17 11:16:13 -07:00
Kubernetes Prow Robot
35e8a70b53
Merge pull request #79095 from ss104301/t-qini-controller_unit_test
Add unit tests for azure_controller_common.go and azure_controller_standard.go
2019-06-17 11:06:02 -07:00
Kubernetes Prow Robot
365283e202
Merge pull request #78532 from cwdsuzhou/simplify_construct_volume_spec
Simplify func ConstructVolumeSpec
2019-06-17 11:05:49 -07:00
Kubernetes Prow Robot
56066c820d
Merge pull request #79099 from SataQiu/fix-kubeadm-20190617
kubeadm: cleanup deps on pkg/master/ports
2019-06-17 09:42:28 -07:00
Kubernetes Prow Robot
d3bbe03b08
Merge pull request #79032 from yastij/move-initsystem
move initsystem to kubeadm
2019-06-17 09:42:15 -07:00
Mario Valderrama
a44b754405 Refactor online volume resize unit tests 2019-06-17 18:24:22 +02:00
Ryan Phillips
997e1f6442 kubelet_stats: fix potential e2e crash dereferencing CPU 2019-06-17 09:57:21 -05:00
Kubernetes Prow Robot
8f927d8815
Merge pull request #78277 from k-toyoda-pi/change_betrue_equal_for_cronjob_test
Change BeTrue to Equal/BeNumerically in cronjob e2e test
2019-06-17 07:14:11 -07:00
SataQiu
7e2e144f1b kubeadm: cleanup deps on pkg/master/ports 2019-06-17 21:27:02 +08:00
Claudiu Belu
9e81f3b50b tests: Replaces images used with agnhost (part 2)
Quite a few images are only used a few times in a few tests. Thus,
the images are being centralized into the agnhost image, reducing
the number of images that have to be pulled and used.

This PR replaces the usage of the following images with agnhost:

- net
- netexec
- nettest
- webhook
2019-06-17 06:04:18 -07:00
Kubernetes Prow Robot
a2b1a7450e
Merge pull request #79052 from M00nF1sh/add_yyyng_approver
add m00nf1sh as approver/reviewer in aws provider
2019-06-17 05:54:37 -07:00
Kubernetes Prow Robot
1b6189ea68
Merge pull request #78695 from dims/sort-list-of-component-config-API-objects-in-cli
Sort kubeadm CLI default params for component config API objects
2019-06-17 05:54:23 -07:00
Kubernetes Prow Robot
541cc51c7d
Merge pull request #72809 from hanxiaoshuai/fix0111
when SessionAffinityConfig is different, enqueueService in update Service handler
2019-06-17 05:54:09 -07:00
Kubernetes Prow Robot
9120d427da
Merge pull request #79020 from andyzhangx/resource-id-case-insensitive
fix: make azure disk URI as case insensitive
2019-06-17 04:37:06 -07:00
Kubernetes Prow Robot
3ee8ae2721
Merge pull request #78888 from tedyu/mount-ref
Return early when mount ref is determined
2019-06-17 04:36:50 -07:00
Kubernetes Prow Robot
e46b9ca656
Merge pull request #78754 from cwdsuzhou/June/csi_attach_close_chan
Avoid to keep the watcher open for too long
2019-06-17 04:36:37 -07:00
Kubernetes Prow Robot
fdd67d7dd8
Merge pull request #78419 from gaorong/changelog
fix some mistakes in changelog
2019-06-17 04:36:24 -07:00
Kubernetes Prow Robot
2dc0c01068
Merge pull request #78222 from humblec/volume_stats
Fix nil pointer dereference in metrics value calculator.
2019-06-17 04:36:11 -07:00
Yassine TIJANI
c3904bbce6 move initsystem to kubeadm
Signed-off-by: Yassine TIJANI <ytijani@vmware.com>
2019-06-17 12:21:01 +02:00
Kubernetes Prow Robot
e91556c62f
Merge pull request #72452 from SuperQ/patch-1
Adjust node_exporter CPU params
2019-06-17 02:40:11 -07:00
pontiyaraja
40146c85f4 re-named conformance test name for pod creating with CPU and memory resources 2019-06-17 14:54:08 +05:30
nicky
d07acb8da6 Add unit tests for azure_controller_common.go and azure_controller_standard.go 2019-06-17 09:06:19 +00:00
Bin Lu
53e639ab9d rundir attribute was missing for some new integration test cases
Signed-off-by: Bin Lu <bin.lu@arm.com>
2019-06-17 01:00:05 -07:00
Kubernetes Prow Robot
5ae55b992b
Merge pull request #78877 from logicalhan/global-registry
use noopRegistry for default global legacy prom registry, expose an http handler, introduce registerable interface
2019-06-17 00:42:08 -07:00
Rong Gao
595fcf68d1 fix kubelet can not delete orphaned pod directory when the kubelet's root directory symbolically links to another device's directory 2019-06-17 15:39:25 +08:00
Xiangyang Chu
99b2184993 Fix shellcheck faulures in test/cmd
Including files after test/cmd/n*
2019-06-17 14:04:34 +08:00
Claudiu Belu
4ccdcd7ab1 test images: Removes linux/ prefix from agnhost BASEIMAGE
A previous commit added the BASEIMAGE file for agnhost, but with
the linux/ prefix, which is supposed to be added in the Windows
support PR [1].

This is needed in order to be able to build the image.

[1]: https://github.com/kubernetes/kubernetes/pull/76838
2019-06-16 21:57:12 -07:00
Han Kang
f8a04aecc6 Add interface for registerable metrics which does not have any private methods 2019-06-16 18:41:14 -07:00
toyoda
c4a96d3215 fix golint failure in e2e/common/util.go 2019-06-17 10:10:36 +09:00
toyoda
12cc719e62 remove duplicate comment in e2e/common/sysctl.go 2019-06-17 09:20:51 +09:00
Timo Reimann
77c9950098 Remove unused ServiceController.loadBalancerName method
Its only caller lives in the corresponding test file. Hence, we move the
method called by loadBalancerName over to the test and remove
loadBalancerName.
2019-06-17 00:45:22 +02:00
Han Kang
63440fef78 use reflect.deepEqual for noop object comparison 2019-06-16 15:21:06 -07:00
Han Kang
9c44ba22ca use noopRegistry for default global legacy prom registry and expose an http handler 2019-06-16 15:21:05 -07:00
Mark Janssen
a3079f1243 Create SECURITY.md for GitHub security policy page
GitHub has a security policy page (https://github.com/kubernetes/kubernetes/security/policy)
that uses a SECURITY.md file from the repository to show the project's
security policy.

https://help.github.com/en/articles/adding-a-security-policy-to-your-repository
2019-06-16 19:14:26 +02:00
Kubernetes Prow Robot
8f4cc7d81f
Merge pull request #78519 from mysunshine92/update-CHANGELOG-1.14
update CHANGELOG-1.14.md
2019-06-16 09:46:09 -07:00
Vallery Lancey
dc0f14312e Removed deprecated --resource-container flag from kube-proxy. 2019-06-16 08:36:42 -07:00
Kubernetes Prow Robot
08b4d4b371
Merge pull request #78335 from mysunshine92/remove-unused-events
remove unused events in event.go
2019-06-15 22:54:09 -07:00
Davanum Srinivas
a6f8d575ba
Add kubeletstatsv1alpha1 as the preferred alias for k8s.io/kubernetes/pkg/kubelet/apis/stats/v1alpha1
Change-Id: I05a8390a667dba307c09d95f836e08e0759c12ee
2019-06-15 22:31:51 -04:00
Davanum Srinivas
9f0050cb44
verify import aliases
- Added scripts for update and verify
- golang AST code for scanning and fixing imports
- default regex allows it to run on just test/e2e.* file paths
- exclude verify-import-aliases.sh from running in CI jobs

Change-Id: I7f9c76f5525fb9a26ea2be60ea69356362957998
Co-Authored-By: Aaron Crickenberger <spiffxp@google.com>
2019-06-15 22:31:39 -04:00
Kubernetes Prow Robot
a444f0fa1d
Merge pull request #79019 from rosti/kubeadm-nuke-ValidateDNS1123Subdomain
kubeadm: Replace ValidateDNS1123Subdomain with IsDNS1123Subdomain
2019-06-15 19:14:08 -07:00
qingsenLi
74f4c3f5d7 correct the CHANGELOG-1.13.md 2019-06-16 08:07:52 +08:00
Kubernetes Prow Robot
c5087f25c0
Merge pull request #78916 from mkimuram/rem-dot-import
Remove . import from e2e test
2019-06-15 16:34:08 -07:00
qingsenLi
ff96f82bc0 correct the CHANGELOG-1.14.md 2019-06-16 06:10:46 +08:00
rafatio
08c258add9 Ignore cgroup pid support if related feature gates are disabled 2019-06-15 18:45:27 -03:00
Kubernetes Prow Robot
1493757d69
Merge pull request #79031 from liggitt/suppress-error-message
Suppress irrelevant jq error message when propagating pinned dependencies
2019-06-15 12:56:59 -07:00
Kubernetes Prow Robot
22b9224d15
Merge pull request #79029 from liggitt/add-missing-api-tests
Add roundtrip and compatibility tests for missing API groups
2019-06-15 12:56:47 -07:00