..
apis
Merge pull request #115371 from pacoxu/cgroup-v2-memory-tuning
2023-03-08 18:46:00 -08:00
cadvisor
revert azuredisk test removal change
2023-03-11 07:10:05 +00:00
certificate
Merge pull request #114367 from liggitt/kubelet-csr-init
2023-01-30 09:07:05 -08:00
checkpointmanager
client
kubelet/client: collapse transport wiring onto standard approach
2023-02-06 20:34:49 -05:00
cloudresource
cm
dynamic resource allocation: add timeouts for communiction with plugin ( #114844 )
2023-03-13 04:34:56 -07:00
config
pod-infra-container-image: update comments as it will be removed in couple more releases
2023-03-09 11:14:32 +08:00
configmap
Generate and format files
2022-07-26 13:14:05 -04:00
container
Merge pull request #116296 from SataQiu/clean-kubelet-20230306
2023-03-09 22:43:48 -08:00
cri
Add connection related metrics to EventedPLEG
2023-03-01 11:35:27 -05:00
envvars
events
eviction
Rename ContainerStatus.ResourcesAllocated to ContainerStatus.AllocatedResources
2023-03-10 14:49:26 +00:00
images
Add MaxParallelImagePulls support
2023-03-02 03:57:59 +00:00
kubeletconfig
Merge pull request #115101 from HirazawaUi/delte-pkg-kubelet-unused-functions
2023-01-29 17:21:08 -08:00
kuberuntime
Rename ContainerStatus.ResourcesAllocated to ContainerStatus.AllocatedResources
2023-03-10 14:49:26 +00:00
leaky
lifecycle
Fix indentation/spacing in comments to render correctly in godoc
2022-12-17 23:27:38 -05:00
logs
Second attempt: Plumb context to Kubelet CRI calls ( #113591 )
2022-11-05 06:02:13 -07:00
metrics
Merge pull request #115967 from harche/evented_pleg_metrics
2023-03-10 17:34:40 -08:00
network
Skip failing Windows unit tests
2023-01-18 14:18:41 +02:00
nodeshutdown
dependencies: update klog v2.90.1
2023-03-01 19:03:50 +01:00
nodestatus
kubelet/nodestatus: Improving test coverage
2022-12-18 23:19:47 +01:00
oom
linux: fix kubelet start unit test
2022-11-09 07:17:05 +08:00
pleg
Add connection related metrics to EventedPLEG
2023-03-01 11:35:27 -05:00
pluginmanager
Merge pull request #111634 from KunWuLuan/pluginmanager_cache_log_amend
2023-03-09 19:08:29 -08:00
pod
kubelet: Replace deprecated pointer function
2023-01-08 13:44:09 +01:00
preemption
feat: improve naming
2022-07-24 19:04:08 +09:00
prober
GRPCContainerProbe is GA
2023-03-02 22:07:59 +00:00
qos
Rename ContainerStatus.ResourcesAllocated to ContainerStatus.AllocatedResources
2023-03-10 14:49:26 +00:00
runtimeclass
kubelet: Replace deprecated pointer function
2023-01-08 13:44:09 +01:00
secret
Generate and format files
2022-07-26 13:14:05 -04:00
server
Merge pull request #114785 from TommyStarK/kubelet/replace-deprecated-pointer-function
2023-03-01 18:04:55 -08:00
stats
*: Fix linter warnings
2023-02-07 13:01:41 +05:30
status
Rename ContainerStatus.ResourcesAllocated to ContainerStatus.AllocatedResources
2023-03-10 14:49:26 +00:00
sysctl
impove the coverage
2023-02-01 10:47:38 +08:00
token
Merge pull request #99685 from yangjunmyfm192085/run-test24
2022-05-03 17:16:47 -07:00
types
Merge pull request #114017 from calvin0327/cleanup-containerruntime-options
2023-03-09 21:33:06 -08:00
util
Merge pull request #110949 from claudiubelu/adds-unittests-4
2023-03-09 21:32:30 -08:00
volumemanager
Merge pull request #116424 from jsafrane/add-selinux-metric-test
2023-03-10 12:41:06 -08:00
winstats
unittests: Adds winstats unittests
2023-03-13 12:08:15 +00:00
active_deadline_test.go
Add comment for 0th case
2022-10-08 12:06:42 +03:00
active_deadline.go
doc.go
errors.go
kubelet_getters_test.go
Add test case for getPodVolumeSubpathsDir
2022-04-27 16:33:28 +08:00
kubelet_getters.go
Second attempt: Plumb context to Kubelet CRI calls ( #113591 )
2022-11-05 06:02:13 -07:00
kubelet_network_linux.go
Add IPTablesOwnershipCleanup feature to disable kubelet iptables setup
2022-07-27 13:33:09 -04:00
kubelet_network_others.go
kubelet_network_test.go
kubelet_network.go
Second attempt: Plumb context to Kubelet CRI calls ( #113591 )
2022-11-05 06:02:13 -07:00
kubelet_node_status_others.go
kubelet_node_status_test.go
kubelet: Keep trying fast status update at startup until node is ready
2022-11-09 15:55:20 +00:00
kubelet_node_status_windows.go
kubelet_node_status.go
kubelet: Keep trying fast status update at startup until node is ready
2022-11-09 15:55:20 +00:00
kubelet_pods_linux_test.go
Promote Local storage capacity isolation feature to GA
2022-08-02 23:45:48 -07:00
kubelet_pods_test.go
Rename ContainerStatus.ResourcesAllocated to ContainerStatus.AllocatedResources
2023-03-10 14:49:26 +00:00
kubelet_pods_windows_test.go
unittests: Fixes unit tests for Windows
2022-10-25 23:46:56 +03:00
kubelet_pods.go
Rename ContainerStatus.ResourcesAllocated to ContainerStatus.AllocatedResources
2023-03-10 14:49:26 +00:00
kubelet_resources_test.go
kubelet_resources.go
kubelet_test.go
Merge pull request #116301 from andyzhangx/remove-azuredisk-code
2023-03-13 10:38:48 -07:00
kubelet_volumes_linux_test.go
Remove ioutil in kubelet and its tests
2022-07-30 12:35:26 +09:00
kubelet_volumes_test.go
Upgrade CSIMigrationGCE feature gate to GA
2022-08-02 09:14:27 -07:00
kubelet_volumes.go
Add metric for failed orphan pod cleanup
2023-02-22 18:43:38 +01:00
kubelet.go
Rename ContainerStatus.ResourcesAllocated to ContainerStatus.AllocatedResources
2023-03-10 14:49:26 +00:00
OWNERS
pod_container_deletor_test.go
pod_container_deletor.go
Second attempt: Plumb context to Kubelet CRI calls ( #113591 )
2022-11-05 06:02:13 -07:00
pod_workers_test.go
kubelet: TestSyncKnownPods should not race
2023-03-13 16:24:37 -06:00
pod_workers.go
kubelet: Force deleted pods can fail to move out of terminating
2023-03-08 22:03:51 -06:00
reason_cache_test.go
reason_cache.go
Generate and format files
2022-07-26 13:14:05 -04:00
runonce_test.go
In-place Pod Vertical Scaling - core implementation
2023-02-24 18:21:21 +00:00
runonce.go
kubelet: Force deleted pods can fail to move out of terminating
2023-03-08 22:03:51 -06:00
runtime.go
userns_manager_test.go
kubelet: drop bitArray implementation
2022-08-19 16:55:15 +02:00
userns_manager.go
kubelet: drop bitArray implementation
2022-08-19 16:55:15 +02:00
volume_host.go
linux: fix kubelet start unit test
2022-11-09 07:17:05 +08:00