Akihiro Suda
27f24a62e3
kubelet: change map[string]RuntimeHandler to []RuntimeHandler
...
The map is changed to an array so as to retain the order of the original array
propagated from the CRI runtime.
Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp>
2024-03-09 09:48:07 +09:00
Giuseppe Scrivano
024146f705
KEP-127: the kubelet stores runtime helpers
...
as they are received from the ResponseStatus request to the runtime.
Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
2024-02-27 11:07:35 +01:00
Zhou Peng
930bedf144
[pkg/kubelet]: make func a little comfortable
...
This func has only 1 argument, don't wrap it across multiple lines
Signed-off-by: Zhou Peng <p@ctriple.cn>
2020-03-31 16:47:32 +08:00
Ted Yu
3865e2b956
Set runtimeState when RuntimeReady is not set or false
2019-08-09 18:52:27 -07:00
SataQiu
f5736f3fd1
fix some golint failures of pkg/kubelet
2019-04-22 10:40:51 +08:00
David Zhu
34d9ee5b9b
Add CSINode initialization for CSIMigration on node startup before pod ready
2019-03-07 14:47:38 -08:00
gaorong
545aca3d18
fix some typos
2019-01-08 12:46:05 +08:00
Pingan2017
a5824043be
improve err msg for runtimeError
2018-10-10 15:19:48 +08:00
Pingan2017
2f2c4ebc14
del internalError
2018-09-13 11:25:26 +08:00
Guoliang Wang
9449a4372e
cleanup some dead kubelet code
2018-05-29 22:38:01 +08:00
Brendan Burns
3a23c678c5
Remove setInitError.
2018-01-29 21:44:54 -08:00
Yu-Ju Hong
ec0e99c2ed
Check the health of PLEG when updating the node status
2017-01-10 16:34:00 -08:00
Justin Santa Barbara
f8eb179c2d
Create hostNetwork pods even if network plugin not ready
...
We do now admit pods (unlike the first attempt), but now we will stop
non-hostnetwork pods from starting if the network is not ready.
Issue #35409
2016-11-04 00:11:55 -04:00
Yu-Ju Hong
94f580ef03
Revert "bootstrap: Start hostNetwork pods even if network plugin not ready"
2016-10-25 08:38:59 -07:00
Justin Santa Barbara
ad6d842a65
Create hostNetwork pods even if network plugin not ready
2016-10-17 10:12:14 -04:00
Ke Zhang
e9b0454a9d
optimize lock of runtimeState stuct
2016-08-03 13:19:22 +08:00
David McMahon
ef0c9f0c5b
Remove "All rights reserved" from all the headers.
2016-06-29 17:47:36 -07:00
Minhan Xia
265fdd9344
add NetworkStatus in NetworkPlugin interface for kubelet to consume
2016-05-04 13:46:31 -07:00
Random-Liu
07b21c50fa
Add Status in runtime interface and use it for runtime health check.
2016-03-04 21:26:41 -08:00
Dan Williams
67414afd11
Send PodCIDR to network plugins as an event
2016-02-03 10:08:07 -06:00
Vishnu kannan
b1770537ab
Make cadvisor startup synchronous with container runtime initialization.
...
This is hopefully a temporary workaround.
Signed-off-by: Vishnu kannan <vishnuk@google.com>
2015-11-11 15:20:13 -08:00
Vishnu kannan
89c3cb2f43
refactor podCIDR handling in kubelet to runtime state
2015-11-11 15:00:37 -08:00
Vishnu kannan
5f4570b764
handling locks and update tests. Fail node if network is not initialized
2015-11-11 15:00:37 -08:00
Vishnu kannan
cf56f7a8ef
Refactoring kubelet to separate object creation from object logical initialization.
2015-11-11 15:00:34 -08:00