Geonju Kim
fc4a29da2c
kubelet: Make the test fail if (*FakeRuntime).Assert fails
2021-02-26 06:31:54 +09:00
Kubernetes Prow Robot
c198632a12
Merge pull request #97098 from alaypatel07/cronjob-controller-2-follow-up-2
...
fix the case of time drift and re-implement next schedule calculation
2021-02-25 12:21:40 -08:00
Kubernetes Prow Robot
6d16a7737f
Merge pull request #99406 from gavinfish/sched-remove-fw-todo
...
Scheduler: remove legacy TODO in framework.go
2021-02-25 10:01:45 -08:00
Kubernetes Prow Robot
4fefc856db
Merge pull request #99213 from AliceZhang2016/affinity
...
parse pod's node affinity once in preFilter
2021-02-25 10:01:24 -08:00
Jing Xu
70e01c5e47
Use Lstat in plugin watcher to avoid Windows problem
...
User Lstat in plugin watcher due to Windows issue
Change-Id: I4f9b808829f1a56dc622e343c291d3ffc316f416
2021-02-25 08:45:27 -08:00
xing-yang
676a3a7012
Only CSI plugin can have a DataSource
2021-02-25 15:27:26 +00:00
mengjiao.liu
3a09f7e5e4
Clarify external CSR signerName description
2021-02-25 16:34:37 +08:00
Jiawei Wang
819a3be084
Update inline volume spec comments
2021-02-24 21:23:36 -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
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
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
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
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
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
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
5c7338339d
Merge pull request #99011 from deads2k/stop-extensions
...
conditionally serve beta
2021-02-23 19:16:49 -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
1af99c4b21
Merge pull request #99274 from serathius/fix
...
Fix usage of klog.InfoS
2021-02-23 15:23:03 -08:00
chymy
e2f17aeb2a
Remove unused func in kubernetes/pkg/kubelet/dockershim
...
Signed-off-by: chymy <chang.min1@zte.com.cn >
2021-02-23 06:36:22 -05:00
caodonghui
f435e24403
Remove deadcode
2021-02-23 17:58:47 +08:00
Kubernetes Prow Robot
54691ed806
Merge pull request #99174 from gnufied/fix-uncertain-mount-tests
...
Allow uncertain mount tests to run parallely
2021-02-23 00:42:03 -08:00
Kubernetes Prow Robot
54d48d2b80
Merge pull request #98033 from zshihang/rootca
...
move RootCAConfigMap to ga
2021-02-22 22:24:02 -08:00
Kubernetes Prow Robot
4225e1f1cc
Merge pull request #98593 from chymy/scheduler-structured-logs-0130
...
migrate pkg/scheduler/framework/plugins/volume to structured logs
2021-02-22 18:48:03 -08:00
Kubernetes Prow Robot
57ff7d2994
Merge pull request #99246 from tanjing2020/change-log
...
Add detailed logs and start log messages with upper case
2021-02-22 17:24:39 -08:00
Kubernetes Prow Robot
ccf8a2ef4f
Merge pull request #99088 from gavinfish/storage-resize
...
Storage: move filesystem resize code to kubernetes/mount-utils
2021-02-22 17:24:02 -08:00
Shihang Zhang
cbf6e38bbd
move RootCAConfigMap to ga
2021-02-22 15:59:27 -08:00
Kubernetes Prow Robot
186f934e4c
Merge pull request #98346 from mortent/checkForScalePDBs
...
Check if resources implement scale in disruption controller
2021-02-22 13:58:03 -08:00
pacoxu
3de4dd841f
remove featuregate for sysctl
...
Co-authored-by: Skyler Clark <wgahnagl@protonmail.com >
2021-02-22 16:51:43 -05:00
Alay Patel
4d7d14d249
update bazel
2021-02-22 12:11:04 -05:00
Alay Patel
0e171969e2
refine the test case for time drift, calculate next schedule with math
2021-02-22 12:11:04 -05:00
Skyler Clark
b1f2960160
locks sysctls to on
2021-02-22 09:37:14 -05:00
drfish
bc2df9de72
Use PodInfo instead of Pod for nominatedPods and QueuedPodInfo
2021-02-22 22:00:23 +08:00
Maxime Lagresle
848dc9e65f
Check that minReclaim is taken into account in reclaimNodeLevelResources()
2021-02-22 11:58:36 +01:00
Shihang Zhang
1095778dcc
remove secret-based sa token client builder
2021-02-21 22:00:40 -08:00
chenyw1990
8d86470417
pkg/kubelet/cri/remote: migrate to structured logs
2021-02-22 11:44:58 +08:00
tanjing2020
d2b24a664e
Add detailed logs and start log messages with upper case
2021-02-22 09:22:34 +08:00
phantooom
0017b602be
test: add csi raw block mode wiht podinfo ut
2021-02-21 23:47:21 +08:00
phantooom
31aa15284f
kubelet: fix raw block mode CSI NodePublishVolume stage miss pod info
2021-02-21 23:46:50 +08:00
Daniela Lins
f7482a6766
Went through the review notes
...
- Adapt tweaks to be clearer
- Use intstr.fromInt and intstr.fromStr
- Added more tests to invalid ports
Signed-off-by: Daniela Lins <danielamlins@gmail.com >
2021-02-21 12:22:17 +01:00
JunYang
53056e88b6
Fix incorrect use of klog.ErrorS
...
Signed-off-by: JunYang <yang.jun22@zte.com.cn >
2021-02-21 14:55:23 +08:00