kubernetes/pkg/kubelet
2020-12-03 13:04:25 -07:00
..
apis Implement shutdown manager in kubelet 2020-11-12 21:47:55 +00:00
cadvisor update cAdvisor to v0.37.0 2020-07-09 10:23:10 -07:00
certificate test(kubelet): deflake TestRotateShutsDownConnections 2020-09-18 16:52:58 +08:00
checkpointmanager
client Mark --kubelet-https deprecated, unconditionally use https for apiserver->kubelet connections 2020-06-01 20:54:49 -04:00
cloudresource Run hack/update-vendor.sh 2020-05-16 07:54:33 -04:00
cm Fixes sigfault in case of empty TopologyInfo 2020-11-13 11:51:47 +03:00
config Merge pull request #87461 from bboreham/fix-uid-gen 2020-12-01 08:18:50 -08:00
configmap
container The function shouldRecordEvent will panic when the value of input object is nil 2020-10-16 21:13:49 +00:00
cri kubelet: move pkg/kubelet/cri/.import-restrictions to pkg/kubelet/cri/streaming 2020-11-09 13:05:09 -05:00
custommetrics
dockershim kubelet: dockershim should return grpc status with DeadlineExceeded code 2020-11-16 22:51:59 -05:00
envvars
events
eviction Remove now-unused eviction helpers, fix unit test TestCRIListPodStats 2020-12-03 13:04:25 -07:00
images Move Kubelet Summary API to staging repo 2020-09-22 18:23:28 +02:00
kubeletconfig cleanup tempfiles in unit test 2020-06-23 11:47:18 +08:00
kuberuntime Merge pull request #95718 from SergeyKanzhelev/runtimeClass2 2020-11-12 00:44:51 -08:00
leaky
legacy Move DockerLegacyService interface out of pkg/kubelet/dockershim 2020-05-07 17:18:49 -04:00
lifecycle Add AddedAffinity to the NodeAffinityArgs 2020-11-09 15:19:15 -05:00
logs Fix an issue when rotated logs of dead containers are not removed. 2020-07-24 10:06:24 +02:00
metrics Merge pull request #95839 from egernst/pod-usage 2020-11-12 19:36:23 -08:00
network kubelet: allow specifying dual-stack node IPs on bare metal 2020-10-07 17:25:54 -04:00
nodeshutdown Implement shutdown manager in kubelet 2020-11-12 21:47:55 +00:00
nodestatus Implement shutdown manager in kubelet 2020-11-12 21:47:55 +00:00
oom update-bazel 2020-09-18 00:44:39 +00:00
pleg Merge pull request #93283 from runzexia/cleanup-unused-container-cache 2020-08-28 06:36:33 -07:00
pluginmanager consistently use double quotes in proto files 2020-09-03 13:50:03 -07:00
pod Merge pull request #92442 from tedyu/grace-period-with-map 2020-07-10 17:49:23 -07:00
preemption add sjenning as kubelet approver 2020-06-19 13:00:55 -05:00
prober Remove StartupProbe featuregate and related logic 2020-08-22 15:09:52 +02:00
qos Merge pull request #71269 from DeliangFan/adjust_oom_score_adj 2020-09-21 19:40:47 -07:00
runtimeclass GA of RuntimeClass feature gate and API 2020-11-11 19:22:32 +00:00
secret
server Implement TopologyInfo and cpu_ids in podresources 2020-11-11 13:50:49 +03:00
stats Remove now-unused eviction helpers, fix unit test TestCRIListPodStats 2020-12-03 13:04:25 -07:00
status Remove unuseful error message about updating pod conditions not owned by kubelet 2020-07-24 09:56:03 +08:00
sysctl Merge pull request #86802 from Aresforchina/fix-staticcheck-test04 2020-06-19 04:37:59 -07:00
token add a jitter to bound token renewal 2020-10-30 11:24:33 -07:00
types Merge pull request #93704 from SergeyKanzhelev/PodReasonUnschedulableIsNotAType 2020-08-28 08:04:31 -07:00
util generated 2020-10-22 12:00:51 -07:00
volumemanager plumb service account token down to csi driver 2020-11-12 09:26:43 -08:00
winstats Run hack/update-vendor.sh 2020-05-16 07:54:33 -04:00
active_deadline_test.go
active_deadline.go
BUILD Restore beta os/arch labels on initial node registration 2020-11-23 11:23:59 -05:00
doc.go
errors.go
kubelet_dockerless_test.go basic regression test of runDockershim 2020-06-16 10:08:22 -07:00
kubelet_dockershim_nodocker.go Clarify kubelet_dockershim_nodocker error message 2020-05-10 10:22:56 -04:00
kubelet_dockershim.go Remove --redirect-container-streaming functionality (#95935) 2020-11-09 11:50:11 -08:00
kubelet_getters_test.go delete tests which use container manager stub 2020-08-19 10:07:36 +09:00
kubelet_getters.go kubelet: Set dual-stack hostNetwork pod IPs on dual-stack nodes 2020-10-07 17:26:04 -04:00
kubelet_network_linux.go Merge pull request #95378 from danwinship/fix-dual-stack-canaries 2020-10-09 19:38:59 -07:00
kubelet_network_others.go
kubelet_network_test.go kubelet, kube-proxy: unmark packets before masquerading them 2020-06-15 18:45:38 -04:00
kubelet_network.go switch over k/k to use klog v2 2020-05-16 07:54:27 -04:00
kubelet_node_status_others.go
kubelet_node_status_test.go Restore beta os/arch labels on initial node registration 2020-11-23 11:23:59 -05:00
kubelet_node_status_windows.go
kubelet_node_status.go Restore beta os/arch labels on initial node registration 2020-11-23 11:23:59 -05:00
kubelet_pods_linux_test.go
kubelet_pods_test.go kubelet: Set dual-stack hostNetwork pod IPs on dual-stack nodes 2020-10-07 17:26:04 -04:00
kubelet_pods_windows_test.go
kubelet_pods.go Revert "check volume directories instead of mounts for cleanupOrphanedPodDirs" 2020-11-20 09:06:09 -08:00
kubelet_resources_test.go
kubelet_resources.go switch over k/k to use klog v2 2020-05-16 07:54:27 -04:00
kubelet_test.go Rework hostfs metrics 2020-12-03 13:04:25 -07:00
kubelet_volumes_linux_test.go Revert "check volume directories instead of mounts for cleanupOrphanedPodDirs" 2020-11-20 09:06:09 -08:00
kubelet_volumes_test.go Revert "check volume directories instead of mounts for cleanupOrphanedPodDirs" 2020-11-20 09:06:09 -08:00
kubelet_volumes.go Revert "check volume directories instead of mounts for cleanupOrphanedPodDirs" 2020-11-20 09:06:09 -08:00
kubelet.go Rework hostfs metrics 2020-12-03 13:04:25 -07:00
OWNERS Add mrunalp as node approver 2020-11-04 15:48:30 -08:00
pod_container_deletor_test.go fix golint issues in pkg/kubelet/container 2020-06-19 15:48:08 +00:00
pod_container_deletor.go fix golint issues in pkg/kubelet/container 2020-06-19 15:48:08 +00:00
pod_sandbox_deleter_test.go correct the sandboxId attribute in unit tests 2020-07-22 11:54:58 -07:00
pod_sandbox_deleter.go address review comments 2020-07-22 11:54:58 -07:00
pod_workers_test.go Fix int->string casts 2020-07-24 16:23:12 -04:00
pod_workers.go switch over k/k to use klog v2 2020-05-16 07:54:27 -04:00
reason_cache_test.go
reason_cache.go
runonce_test.go Partially revert "Include pod /etc/hosts in ephemeral storage calculation for eviction" 2020-12-03 04:47:16 -07:00
runonce.go switch over k/k to use klog v2 2020-05-16 07:54:27 -04:00
runtime.go [pkg/kubelet]: make func a little comfortable 2020-03-31 16:47:32 +08:00
time_cache_test.go Ensure runtimeCache contains all observed started containers on pod delete 2020-07-21 15:54:29 -04:00
time_cache.go Fix misusage of RLock in timeCache lru.Cache.Get() 2020-09-13 21:08:19 +08:00
volume_host.go kubelet: Set dual-stack hostNetwork pod IPs on dual-stack nodes 2020-10-07 17:26:04 -04:00