master
style: remove redundant judgment
Improve env file syntax
remove unuse code in pkg/kubelet/util
delete unused functions in pkg/kubelet directory
kubelet: pass context to GetObjectTTLFromNodeFunc instead of context.Background()
Use a generic Set instead of a specified Set in kubelet Signed-off-by: bzsuni <bingzhe.sun@daocloud.io>
Revert "Change default filestore permissions to 0700"
kubelet: migrate utils to contextual logging
kubelet: thread logger through boot time lookup
remove import doc comments
Create a node startup latency tracker
kubelet: pass logger into pod startup latency tracker
Use DeepCopy in GetLimits to avoid returning direct references to resource quantities, ensuring that changes to the returned ResourceList do not affect the original spec
build: remove deprecated '// +build' tag
Kubelet changes and unit tests