pacoxu
6b94cad4e9
fix nil error e2e/network/kube_proxy.go
2021-02-25 12:00:42 +08:00
navist2020
c5d8da019a
Replace yml with yaml
2021-02-25 11:52:34 +08:00
pacoxu
9488decd5e
use random node to avoid node0 overloaded
2021-02-25 11:10:02 +08:00
Kubernetes Prow Robot
27c89b9aec
Merge pull request #98571 from matthyx/52817
...
Stop probing a pod during graceful shutdown
2021-02-24 18:01:24 -08:00
Mengxue Zhang
4fb8e343c0
parse pod's node affinity once in preFilter
2021-02-25 00:21:32 +00:00
Kubernetes Prow Robot
703e2bd2eb
Merge pull request #99419 from enj/enj/i/concurrent_signers
...
csr signers: increase the number of workers
2021-02-24 16:19:24 -08:00
Kubernetes Prow Robot
8feec9bf94
Merge pull request #99351 from CaoDonghui123/fixissues3
...
Remove deadcode
2021-02-24 15:29:34 -08:00
Kubernetes Prow Robot
17c3ee8708
Merge pull request #98742 from gjkim42/sync-until-terminate-containers
...
kubelet: Sync completed pods until their containers have been terminated
2021-02-24 15:29:26 -08:00
Kubernetes Prow Robot
1fb27c4b5d
Merge pull request #99355 from chymy/dockershim-unused-func
...
Remove unused func in kubernetes/pkg/kubelet/dockershim
2021-02-24 13:39:36 -08:00
Kubernetes Prow Robot
739a72b9cc
Merge pull request #99158 from wgahnagl/lock-sysctls
...
Graduate sysctls to GA
2021-02-24 13:39:24 -08:00
Monis Khan
343a3d1882
csr signers: increase the number of workers
...
This change updates the number of workers that the CSR signing
controllers use. If a large number of certificates (especially
short lived ones) are approved at the same time, it can take the
signing controllers a long time to process them serially. The
NewCSRSigningController logic is already go routine safe.
Signed-off-by: Monis Khan <mok@vmware.com>
2021-02-24 15:50:52 -05:00
Jake Sanders
4b83c760a9
Split the setcap image from the base images, make them easier to override
2021-02-24 12:49:08 -08:00
Kubernetes Prow Robot
a7fe0bf8e5
Merge pull request #99403 from wojtek-t/move_gcp_tests
...
Move GKE tests to cloud/gcp package
2021-02-24 12:26:40 -08:00
Riaan Kleinhans
3e6ba4d2b1
Create ReplicaSet lifecycle test
2021-02-25 08:58:24 +13:00
wojtekt
7b2458ac01
Cleanup tests/e2e/common directory - part 1
2021-02-24 20:44:14 +01:00
Ionut Bajescu
da9ffb8458
Fix rest_client_rate_limiter_duration_seconds not registered
...
We've found that the rate limiting metric wasn't exporting any metrics,
in spite of clearly seeing the metric in the disassembled binary.
As it turns out, the rest_client_rate_limiter_duration_seconds metric has
been added as part of the logging improvements, but it appears to have been
accidentally forgotten to be registered.
https://github.com/kubernetes/kubernetes/pull/88134
2021-02-24 19:42:22 +00:00
wojtekt
eb0fce5672
Move GKE tests to cloud/gcp package
2021-02-24 20:37:22 +01:00
Kubernetes Prow Robot
6235ad8c74
Merge pull request #98373 from cynepco3hahue/e2e_fix_cpus_assumptions
...
e2e: fix CPU manager methods to be more flexible to different CPU topology
2021-02-24 11:11:03 -08:00
Kubernetes Prow Robot
bd902db13d
Merge pull request #98342 from cynepco3hahue/e2e_move_delete_state_file_to_after_each
...
e2e: move deleteState file to the AfterEach
2021-02-24 11:10:50 -08:00
Alay Patel
cebbc6b487
cronjob: use the same schedule Parser for tests as the reconcile loop
2021-02-24 13:50:03 -05:00
Alay Patel
6290a23ceb
cronjob_controllerv2: gracefully handle 0 seconds between schedules
2021-02-24 13:48:56 -05:00
Kubernetes Prow Robot
8f15f7cf5e
Merge pull request #99400 from wojtek-t/ttl_after_finished_test
...
Move TTLAfterFinished test to appropriate SIG
2021-02-24 08:53:02 -08:00
Kubernetes Prow Robot
1d02dfb79a
Merge pull request #99085 from gavinfish/jieshe/nominated-podinfo
...
Scheduler: Use PodInfo instead of Pod for nominatedPods and QueuedPodInfo
2021-02-24 08:52:50 -08:00
drfish
4e79760968
Remove legacy TODO in framework.go
2021-02-24 23:43:45 +08:00
Kubernetes Prow Robot
a42ff247af
Merge pull request #90105 from xiaoanyunfei/cleanup/pkg_apis_core
...
Scheduler: remove pkg/apis/core/field_constants.go
2021-02-24 07:30:50 -08:00
wojtekt
9bcb480574
Move TTLAfterFinished test to appropriate SIG
2021-02-24 16:09:20 +01:00
Kubernetes Prow Robot
7322dff5b5
Merge pull request #99395 from claudiubelu/test-images/fixes-windows-nginx-entrypoints
...
test images: Fixes Windows nginx images entrypoints
2021-02-24 06:38:49 -08:00
Jan Safranek
3b8159607d
cinder: Translate CSI topology affinity into in-tree labels
...
When translating a PV from CSI to in-tree, translate node affinity into PV
labels to ensure backward compatibility.
2021-02-24 14:15:09 +01:00
Daniela Lins
611f061c45
Change error msg and comments to easily find test
...
Signed-off-by: Daniela Lins <danielamlins@gmail.com>
2021-02-24 13:09:13 +01:00
yuzhiquan
01d0d15562
remove --ignore-errors flag deprecated warning message
2021-02-24 19:02:24 +08:00
Claudiu Belu
17fcda15c5
test images: Fixes Windows nginx images entrypoints
...
nginx expects to find its conf and logs folder locally, and fails if it cannot find them.
cd-ing into the the nginx folder solves this issue. This is a similar approach to the
echoserver image, which also uses nginx.
2021-02-24 10:58:38 +00:00
Nikhita Raghunath
8463e20333
.github: update enhancement issue template to point to KEPs
2021-02-24 16:03:40 +05:30
Kubernetes Prow Robot
4cc1127e92
Merge pull request #99229 from tanjing2020/subtests
...
attacher: organize unit tests into subtests
2021-02-24 02:08:50 -08:00
xiaofei.sun
fd62f32125
Scheduler: remove pkg/apis/core/field_constants.go
2021-02-24 18:06:29 +08:00
answer1991
f1b23fe767
enable goaway testcases which will not flake any more with new golang.org/x/net version.
2021-02-24 18:00:10 +08:00
Kubernetes Prow Robot
c78f67a005
Merge pull request #99196 from yue9944882/feat/aa-server-encryption
...
Support storage encryption for aggregation server
2021-02-24 00:38:50 -08:00
Kubernetes Prow Robot
267e47f548
Merge pull request #99130 from ayberk/ebs_ga_labels
...
Use GA topology labels for EBS
2021-02-23 23:48:49 -08:00
Kubernetes Prow Robot
9a8da9ee43
Merge pull request #97619 from andrewsykim/conformance-probe-tests
...
conformance: promote container exec probe timeout tests
2021-02-23 22:56:49 -08:00
Kubernetes Prow Robot
f41aeffffb
Merge pull request #99195 from pacoxu/structurelog/watch-retry-timeout-1
...
migrate "client-go retry-watcher watch" to structured logging
2021-02-23 20:56:50 -08:00
Kubernetes Prow Robot
5c7338339d
Merge pull request #99011 from deads2k/stop-extensions
...
conditionally serve beta
2021-02-23 19:16:49 -08:00
Kubernetes Prow Robot
d25986b8a6
Merge pull request #99379 from vinayakankugoyal/kappa
...
Make the registry for the server-images templated in the Dockerfiles.
2021-02-23 18:27:07 -08:00
Kubernetes Prow Robot
e0862fb144
Merge pull request #99233 from pandaamanda/hardcoding_apiserver_completion
...
fix some hardcoding
2021-02-23 18:26:59 -08:00
Kubernetes Prow Robot
9694e42099
Merge pull request #96134 from vinayakankugoyal/apiservernonroot
...
Run kube-apiserver as non-root.
2021-02-23 18:26:51 -08:00
Zhang Zhanpeng
10111eb499
Optimized function getProxyMode
...
Signed-off-by: Zhang Zhanpeng <zhanpeng.zhang@daocloud.io>
2021-02-24 10:17:11 +08:00
Benjamin Elder
a3a650f246
don't default to building conformance image for fastbuilds (quick-release)
...
continue defaulting to building it for release builds
2021-02-23 17:41:27 -08:00
Chris Henzie
f36fec997a
Poll for VolumeAttachments in CSI attacher
...
The CSI attacher that runs inside of the AttachDetachController has
access to a VolumeAttachment lister. By polling this lister for the
status of VolumeAttachments, we can save threads on the API server by
not using watches.
2021-02-23 16:54:18 -08:00
Chris Henzie
12e85e0e1c
Extend test CSI plugin constructor to support multiple volume host types
2021-02-23 16:54:18 -08:00
Chris Henzie
1db6c30947
Interfaces for fake volume host types
2021-02-23 16:54:18 -08:00
Kubernetes Prow Robot
111b6866b7
Merge pull request #99087 from navidshaikh/pr/98236-sig-storage-e2e
...
test/e2e: Move gke local ssd tests to e2e/storage and assign sig ownership
2021-02-23 16:28:50 -08:00
Kubernetes Prow Robot
0612517d78
Merge pull request #99366 from enj/patch-2
...
Add enj back as test approver
2021-02-23 15:23:54 -08:00