..
apis
Merge pull request #122745 from kannon92/swap-no-swap-default
2024-03-05 16:32:40 -08:00
cadvisor
allow for cadvisor to detect split filesystem and add some e2e tests
2024-03-01 01:15:53 -05:00
certificate
fix fd leaks and failed file removing for main pkg and cmd
2023-05-09 09:24:11 -05:00
checkpointmanager
client
kubelet/client: collapse transport wiring onto standard approach
2023-02-06 20:34:49 -05:00
cloudresource
Replace uses of ObjectReflectDiff with cmp.Diff
2023-04-12 08:48:03 -07:00
clustertrustbundle
kubelet: Support ClusterTrustBundlePEM projections
2023-11-03 11:40:48 -07:00
cm
kubelet: support structured parameters for preparing resources
2024-03-07 22:22:13 +01:00
config
test: use cancelation from ktesting
2024-03-01 07:51:22 +01:00
configmap
container
Add image_id
to CRI ContainerStatus
message
2024-02-29 12:41:55 +01:00
cri /remote
add container filesystem to CRI api
2023-10-23 15:04:30 -04:00
envvars
events
DRA: report NodePrepareResource errors
2023-07-17 12:56:28 +03:00
eviction
set actual podToMake values
2024-02-25 19:28:22 +01:00
images
Add image_id
to CRI Container
message
2024-02-28 10:05:07 +01:00
kubeletconfig
cmd/kubelet: fix overriding default KubeletConfig fields in drop-in configs if not set
2023-11-03 17:48:29 -04:00
kuberuntime
Merge pull request #123435 from tallclair/apparmor-ga
2024-03-06 15:35:14 -08:00
lifecycle
Get rid of unused API type NodeResources
2024-03-01 15:13:50 -08:00
logs
kubelet: fix flaky unit test with TestRotateLogs due to improper handling of goroutine in the tests
2024-02-23 16:28:35 +05:30
metrics
Merge pull request #121720 from aojea/first_pod_network_startup
2024-02-22 07:13:25 -08:00
network
Promote ExpandedDNSConfig feature to the GA stage
2023-05-04 20:37:10 +09:00
nodeshutdown
Fix some typo in kubelet component source code
2023-08-03 23:56:50 -07:00
nodestatus
Stop appending AppArmor status to node ready condition
2024-03-05 12:22:50 -08:00
oom
linux: fix kubelet start unit test
2022-11-09 07:17:05 +08:00
pleg
fix nil pointer dereference when EventedPLEG is enabled
2023-12-25 16:09:30 +08:00
pluginmanager
Corrected some spelling and grammatical errors
2024-01-27 10:10:25 +08:00
pod
Fix update/verify-mocks.sh
2024-02-29 22:06:00 -08:00
preemption
Add DisruptionTarget condition when preempting for critical pod
2023-05-02 18:53:19 +02:00
prober
Refactoring to encourage use of switch case
2024-02-16 19:50:13 +09: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
Log a warning if a ImagePullSecrets does not exist
2023-05-11 09:33:14 +00:00
server
Merge pull request #123215 from adrianreber/2024-02-09-forensic-container-checkpointing-beta
2024-03-01 15:59:24 -08:00
stats
Merge pull request #112957 from mxpv/log-dir
2024-03-04 21:07:06 -08:00
status
Merge pull request #117516 from sourcelliu/intcast
2023-10-26 06:25:02 +02:00
sysctl
Merge pull request #120995 from aroradaman/move-get-kernel-version
2023-10-31 20:23:41 +01:00
token
types
add no swap as the default option for swap
2024-03-05 16:10:42 -05:00
userns
kublet/userns: Add test switching feature gate off/on
2024-03-02 12:15:44 +01:00
util
Retool typecheck to be simpler
2024-02-29 22:07:00 -08:00
volumemanager
Add label with access mode to SELinux metrics
2024-03-04 13:16:56 +01:00
winstats
fixing issue with GetCPUUsageNanoCores on Windows
2024-01-26 10:37:21 -08: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
Merge pull request #112957 from mxpv/log-dir
2024-03-04 21:07:06 -08:00
kubelet_getters.go
Merge pull request #112957 from mxpv/log-dir
2024-03-04 21:07:06 -08:00
kubelet_network_linux.go
Remove IPTablesOwnershipCleanup checks and dead code
2023-07-17 16:51:47 -04:00
kubelet_network_others.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
Replace uses of diff.ObjectDiff with cmp.Diff
2023-04-12 08:46:12 -07:00
kubelet_node_status_windows.go
kubelet_node_status.go
Stop appending AppArmor status to node ready condition
2024-03-05 12:22:50 -08:00
kubelet_pods_linux_test.go
kubelet_pods_test.go
Merge pull request #123385 from HirazawaUi/allow-special-characters
2024-03-05 17:31:06 -08:00
kubelet_pods_windows_test.go
unittests: Fixes unit tests for Windows
2022-10-25 23:46:56 +03:00
kubelet_pods.go
Merge pull request #123385 from HirazawaUi/allow-special-characters
2024-03-05 17:31:06 -08:00
kubelet_resources_test.go
kubelet_resources.go
kubelet_server_journal_linux.go
Fix kubelet_server_journal --until parms.
2024-01-11 01:09:28 +00:00
kubelet_server_journal_others.go
kubelet: Expose simple journald and Get-WinEvent shims on the logs endpoint
2023-03-14 08:54:36 -07:00
kubelet_server_journal_test.go
Add service name tests
2023-10-10 22:27:44 +00:00
kubelet_server_journal_windows.go
kubelet: Expose simple journald and Get-WinEvent shims on the logs endpoint
2023-03-14 08:54:36 -07:00
kubelet_server_journal.go
Merge pull request #120678 from rothgar/system-log-query
2023-10-26 20:56:28 +02:00
kubelet_test.go
Fix tests after rebase
2024-02-16 16:02:10 -08:00
kubelet_volumes_linux_test.go
kubelet_volumes_test.go
kubelet: pass context to VolumeManager.WaitFor*
2023-04-17 11:53:28 -05:00
kubelet_volumes.go
Fix cleanup of file subpaths
2024-01-31 15:13:03 +01:00
kubelet.go
Merge pull request #122541 from aojea/headless_selector
2024-03-05 17:30:57 -08: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: Mark new terminal pods as non-finished in pod worker
2023-04-11 01:39:05 -07:00
pod_workers.go
Merge pull request #117529 from sourcelliu/podstatus
2023-10-26 06:25:16 +02:00
reason_cache_test.go
reason_cache.go
runonce_test.go
Add PodLogsPath to kubelet config
2024-02-16 09:55:59 -08:00
runonce.go
Fix some typo in kubelet component source code
2023-08-03 23:56:50 -07:00
runtime.go
KEP-127: the kubelet stores runtime helpers
2024-02-27 11:07:35 +01:00
volume_host.go
kubelet: Support ClusterTrustBundlePEM projections
2023-11-03 11:40:48 -07:00