kubernetes/pkg/kubelet
Kubernetes Prow Robot c7cc7886e2
Merge pull request #116702 from vinaykul/restart-free-pod-vertical-scaling-podmutation-fix
Fix pod object update that may cause data race
2023-03-21 19:26:36 -07:00
..
apis Merge pull request #115847 from moshe010/pod-resource-api-dra-upstream 2023-03-14 14:12:26 -07:00
cadvisor Remove AWS legacy cloud provider + EBS in-tree storage plugin 2023-03-06 14:01:15 +00:00
certificate Merge pull request #114367 from liggitt/kubelet-csr-init 2023-01-30 09:07:05 -08:00
checkpointmanager remove fakefs to drop spf13/afero dependency 2021-06-24 09:51:34 -04:00
client kubelet/client: collapse transport wiring onto standard approach 2023-02-06 20:34:49 -05:00
cloudresource kubelet/cloudresource: Improving test coverage 2022-12-21 12:04:49 +01:00
cm Merge pull request #116621 from moshe010/dra-lock 2023-03-14 19:27:28 -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 #116119 from vinaykul/restart-free-pod-vertical-scaling-fixes 2023-03-14 19:26:42 -07:00
cri Add connection related metrics to EventedPLEG 2023-03-01 11:35:27 -05:00
envvars hack/update-bazel.sh 2021-02-28 15:17:29 -08:00
events kubelet: add shutdown events 2021-06-23 16:44:19 -05:00
eviction Rename ContainerStatus.ResourcesAllocated to ContainerStatus.AllocatedResources 2023-03-10 14:49:26 +00:00
images Merge pull request #114904 from TommyStarK/kubelet/pod_startup_latency_tracker 2023-03-14 09:39:02 -07:00
kubeletconfig remove residual code associated with DynamicKubeletConfig 2023-03-07 22:57:08 +08:00
kuberuntime Merge pull request #116504 from vinaykul/restart-free-pod-vertical-scaling-kubeletonly-fix 2023-03-14 19:26:59 -07:00
leaky hack/update-bazel.sh 2021-02-28 15:17:29 -08:00
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 kubelet metrics: add pod resources get metrics 2023-03-14 19:33:03 +02:00
network kubelet: Read DNS Config options from file for Windows 2023-03-21 22:21:57 +00:00
nodeshutdown dependencies: update klog v2.90.1 2023-03-01 19:03:50 +01:00
nodestatus Split up PreferNodeIP into legacy and non-legacy versions 2023-03-15 14:50:17 -04: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 #115847 from moshe010/pod-resource-api-dra-upstream 2023-03-14 14:12:26 -07:00
stats *: Fix linter warnings 2023-02-07 13:01:41 +05:30
status Give terminal phase correctly to all pods that will not be restarted 2023-03-16 21:25:29 +01:00
sysctl safe-sysctl: skip checking for windows 2023-03-22 07:40:29 +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
userns kubelet: Move userns manager to its own package 2023-03-13 22:28:04 +01:00
util Merge pull request #115397 from sourcelliu/boottime 2023-03-14 09:39:18 -07:00
volumemanager add lock in volume manager reconciler to avoid data race 2023-03-17 21:29:10 +08:00
winstats Updating perfCounterUpdatePerioud for Windows to 10 seconds 2023-03-13 12:13:24 -07:00
active_deadline_test.go Add comment for 0th case 2022-10-08 12:06:42 +03:00
active_deadline.go Migrate to k8s.io/utils/clock in pkg/kubelet 2021-09-10 12:20:09 +02:00
doc.go Use Go canonical import paths 2016-07-16 13:48:21 -04:00
errors.go fix some golint failures of pkg/kubelet 2019-04-22 10:40:51 +08:00
kubelet_getters_test.go Add test case for getPodVolumeSubpathsDir 2022-04-27 16:33:28 +08:00
kubelet_getters.go kubelet: Move userns manager to its own package 2023-03-13 22:28:04 +01: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 generated: Run hack/update-gofmt.sh 2021-08-24 15:47:49 -04:00
kubelet_network_test.go generated: Run hack/update-gofmt.sh 2021-08-24 15:47:49 -04:00
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 generated: Run hack/update-gofmt.sh 2021-08-24 15:47:49 -04:00
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 generated: Run hack/update-gofmt.sh 2021-08-24 15:47:49 -04:00
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 Give terminal phase correctly to all pods that will not be restarted 2023-03-16 21:25:29 +01:00
kubelet_pods_windows_test.go unittests: Fixes unit tests for Windows 2022-10-25 23:46:56 +03:00
kubelet_pods.go Give terminal phase correctly to all pods that will not be restarted 2023-03-16 21:25:29 +01:00
kubelet_resources_test.go change kubelte nodeInfo to nodeLister 2019-10-24 22:46:59 +08:00
kubelet_resources.go Migrate pkg/kubelet/kubeletconfig to Structured Logging 2021-03-15 15:42:34 -07:00
kubelet_server_journal_linux.go kubelet: Expose simple journald and Get-WinEvent shims on the logs endpoint 2023-03-14 08:54:36 -07: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 kubelet: Expose simple journald and Get-WinEvent shims on the logs endpoint 2023-03-14 08:54:36 -07: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 kubelet: Expose simple journald and Get-WinEvent shims on the logs endpoint 2023-03-14 08:54:36 -07:00
kubelet_test.go Fix pod object update that may cause data race 2023-03-17 08:50:52 +00: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 Merge pull request #116702 from vinaykul/restart-free-pod-vertical-scaling-podmutation-fix 2023-03-21 19:26:36 -07:00
OWNERS Check in OWNERS modified by update-yamlfmt.sh 2021-12-09 21:31:26 -05: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 Second attempt: Plumb context to Kubelet CRI calls (#113591) 2022-11-05 06:02:13 -07:00
pod_workers_test.go Give terminal phase correctly to all pods that will not be restarted 2023-03-16 21:25:29 +01:00
pod_workers.go Give terminal phase correctly to all pods that will not be restarted 2023-03-16 21:25:29 +01:00
reason_cache_test.go Added golint check for pkg/kubelet. 2017-07-19 11:33:06 +08:00
reason_cache.go Generate and format files 2022-07-26 13:14:05 -04:00
runonce_test.go kubelet: use filepath.Clean before init, validate it in setupDataDirs 2023-03-17 15:45:39 +08:00
runonce.go kubelet: Force deleted pods can fail to move out of terminating 2023-03-08 22:03:51 -06:00
runtime.go [pkg/kubelet]: make func a little comfortable 2020-03-31 16:47:32 +08:00
volume_host.go kubelet: remove GetHostIDsForPod() 2023-03-13 22:28:03 +01:00