jornshen
|
93606f8ba3
|
[flaky test] fix devicemanager TestDevicePluginReRegistrationProbeMode fail
|
2020-12-10 21:07:49 +08:00 |
|
David Ashpole
|
296f7c91bb
|
consistently use double quotes in proto files
|
2020-09-03 13:50:03 -07:00 |
|
Kubernetes Prow Robot
|
1bb55ae55d
|
Merge pull request #93681 from gireeshpunathil/typo
fix a typo in the comment
|
2020-08-27 16:06:39 -07:00 |
|
knight42
|
de46e81e74
|
fix(pluginwatcher): watch socket dir before traversing it
Signed-off-by: knight42 <anonymousknight96@gmail.com>
|
2020-08-14 12:07:04 +08:00 |
|
Gireesh Punathil
|
fdbfbaac33
|
fix a typo in the comment
|
2020-08-06 07:57:12 +05:30 |
|
Davanum Srinivas
|
07d88617e5
|
Run hack/update-vendor.sh
Signed-off-by: Davanum Srinivas <davanum@gmail.com>
|
2020-05-16 07:54:33 -04:00 |
|
Davanum Srinivas
|
442a69c3bd
|
switch over k/k to use klog v2
Signed-off-by: Davanum Srinivas <davanum@gmail.com>
|
2020-05-16 07:54:27 -04:00 |
|
Ted Yu
|
1001be85ad
|
Simplify unregistration of csiplugin
Signed-off-by: Ted Yu <yuzhihong@gmail.com>
|
2020-04-13 15:04:52 -07:00 |
|
Kubernetes Prow Robot
|
1168b4b812
|
Merge pull request #88006 from tedyu/socket-path
Unregister csiplugin even if socket path is gone
|
2020-03-31 10:54:40 -07:00 |
|
Ted Yu
|
c7bde41478
|
Unregister csiplugin even if socket path is gone
Signed-off-by: Ted Yu <yuzhihong@gmail.com>
|
2020-03-31 06:57:05 -07:00 |
|
mattjmcnaughton
|
ccf488fe11
|
Delete TODO around implementing rate limiting to protect against DOS
From discussions in https://github.com/kubernetes/kubernetes/pull/83784,
it appears there actually isn't a ton of risk around a DOS. Delete the
TODO.
|
2020-02-18 08:24:25 -05:00 |
|
Mike Danese
|
2637772298
|
some manual fixes
|
2020-02-07 18:17:40 -08:00 |
|
Davanum Srinivas
|
b3853138a4
|
update generated files
|
2020-01-17 11:23:53 -05:00 |
|
danielqsj
|
19fe9f8d94
|
replace grpc.WithDialer which is deprecated
|
2019-12-26 17:46:59 +08:00 |
|
Kubernetes Prow Robot
|
897ce3073c
|
Merge pull request #84533 from davidz627/fix/deprecatedPath
Remove plugin watching of deprecated directory and CSI v0 support in accordance with deprecation policy
|
2019-11-12 04:48:20 -08:00 |
|
David Zhu
|
802fe12803
|
Remove plugin watching of deprecated directory {kubelet_root_dir}/plugins and support for CSI V0 in accordance with deprecation announcement in https://v1-13.docs.kubernetes.io/docs/setup/release/notes/
|
2019-11-11 11:42:58 -08:00 |
|
RainbowMango
|
e4a128a4f7
|
Deal with auto-generated files.
Update bazel by hack/update-bazel.sh
|
2019-11-08 09:16:57 +08:00 |
|
RainbowMango
|
ee4394a306
|
Migrate custom collector for kubelet
|
2019-11-08 09:16:57 +08:00 |
|
yuxiaobo
|
81e9f21f83
|
Correct spelling mistakes
Signed-off-by: yuxiaobo <yuxiaobogo@163.com>
|
2019-11-06 20:25:19 +08:00 |
|
Davanum Srinivas
|
6ecc0f83af
|
update bazel BUILD files
Change-Id: Ia3917cec1453c0b22a958faf8c22bccd79242d14
|
2019-10-06 15:29:23 -04:00 |
|
Davanum Srinivas
|
d30c489c54
|
Move pkg/kubelet/pluginregistration and deviceplugin
Change-Id: I06adcb43bd278b430ffad2010869e1524c8cc4ff
|
2019-10-06 15:28:38 -04:00 |
|
Kubernetes Prow Robot
|
67d750bb28
|
Merge pull request #81916 from hwdef/fix-typo-pkg
fix typo in pkg
|
2019-09-26 08:35:24 -07:00 |
|
danielqsj
|
c2a4906152
|
Bump k8s.io/klog to v1.0.0
|
2019-09-23 16:51:43 +08:00 |
|
Kubernetes Prow Robot
|
3d897f21fc
|
Merge pull request #82594 from yutedz/oper-gen-plugin-err
Check the error return from AddPlugin
|
2019-09-19 14:20:58 -07:00 |
|
hwdef
|
4e7ef9ad36
|
delete unused var
|
2019-09-19 18:04:13 +08:00 |
|
Ted Yu
|
156c5cb3d3
|
Check the error return from AddPlugin
|
2019-09-11 10:38:28 -07:00 |
|
Kubernetes Prow Robot
|
08b67378d3
|
Merge pull request #81397 from ddebroy/win-socket
Support Kubelet PluginWatcher in Windows
|
2019-08-28 01:37:12 -07:00 |
|
Deep Debroy
|
1321c9115b
|
Support PluginWatcher in Windows
Signed-off-by: Deep Debroy <ddebroy@docker.com>
|
2019-08-27 16:24:38 -07:00 |
|
hwdef
|
9b3f577b1d
|
fix typo in pkg
|
2019-08-26 09:25:39 +08:00 |
|
Tim Allclair
|
a2c51674cf
|
Cleanup more static check issues (S1*,ST*)
|
2019-08-21 10:40:21 -07:00 |
|
Tim Allclair
|
8a495cb5e4
|
Clean up error messages (ST1005)
|
2019-08-21 10:40:21 -07:00 |
|
Tim Allclair
|
6510d26b6a
|
Fix misc static check issues
|
2019-08-21 10:40:21 -07:00 |
|
Tim Allclair
|
3f510c69f6
|
Remove dead code from pkg/kubelet/...
|
2019-08-21 10:40:21 -07:00 |
|
Antoine Pelisse
|
6568325ca2
|
Regenerate
|
2019-07-25 11:54:00 -07:00 |
|
Vallery Lancey
|
fe59ee8aaf
|
Updated github.com/gogo/protobuf from SHA to nearest-pinnable tag (v1.0.0), as part of dependency management cleanup: #79234
|
2019-07-02 21:44:06 -07:00 |
|
caiweidong
|
017aad3b60
|
Remove returned value of func handleCreateEvent
|
2019-06-14 15:27:59 +08:00 |
|
Ted Yu
|
ff83754a6b
|
Use read lock for reconciler#getHandlers
|
2019-05-31 10:39:14 -07:00 |
|
Tara Gu
|
5e18554442
|
Implement plugin manager - a controller that manages plugin registration/unregistration
|
2019-05-30 19:00:59 -04:00 |
|