kubernetes/pkg/kubelet
Claudiu Belu d4d7f58362 Windows: Fixes termination-file mounting for containerd
If Containerd is used on Windows, then we can also mount individual
files into containers (e.g.: termination-log files), which was not
possible with Docker.

Checks if the container runtime is containerd, and if it is, then also
mount the termination-log file.
2019-11-12 23:33:55 -08:00
..
apis Added Single NUMA Node Policy which ensure resource are 2019-08-30 07:17:17 +01:00
cadvisor Fix/Add comments on cadvisor implementations 2019-07-29 09:31:35 -04:00
certificate Merge pull request #82090 from liggitt/webhook-http2 2019-08-30 06:26:54 -07:00
checkpoint Fix misc static check issues 2019-08-21 10:40:21 -07:00
checkpointmanager fix golint failures of pkg/kubelet/checkpointmanager/checksum 2019-04-25 09:56:43 +08:00
client Add support for konnectivity service to the etcd3 client. 2019-08-30 10:31:53 -07:00
cloudresource Migrate fake cloud provider to staging 2019-05-14 13:32:18 -07:00
cm Merge pull request #82099 from lmdaly/single-numa-node-policy 2019-08-30 11:21:26 -07:00
config Cleanup more static check issues (S1*,ST*) 2019-08-21 10:40:21 -07:00
configmap Fix golint failures in some pkg/kubelet packages 2019-08-03 21:07:12 +02:00
container Windows: Fixes termination-file mounting for containerd 2019-11-12 23:33:55 -08:00
custommetrics fix golint failures of pkg/kubelet/configmap pkg/kubelet/custommetrics 2019-05-20 09:56:19 +08:00
dockershim skip recording inputs & outputs in fake script plugin when CNI_COMMAND=VERSION 2019-09-04 22:50:13 +08:00
envvars
events remove unused events in event.go 2019-05-30 22:01:19 +08:00
eviction Merge pull request #81206 from tallclair/staticcheck-kubelet-push 2019-08-22 15:09:43 -07:00
images Improve readability for image manager tests 2019-07-18 10:14:43 -04:00
kubeletconfig Clean up error messages (ST1005) 2019-08-21 10:40:21 -07:00
kuberuntime Windows: Fixes termination-file mounting for containerd 2019-11-12 23:33:55 -08:00
leaky
lifecycle Clean up error messages (ST1005) 2019-08-21 10:40:21 -07:00
logs New staging repository for cri-api 2019-03-26 18:21:04 -04:00
metrics Update running_pod_count and running_container_count metric 2019-08-29 17:23:04 +02:00
mountpod change import alias of utils/strings 2019-01-30 10:44:09 +08:00
network Clean up error messages (ST1005) 2019-08-21 10:40:21 -07:00
nodelease Update existing node lease with retry. 2019-08-21 11:50:06 +08:00
nodestatus Merge pull request #81206 from tallclair/staticcheck-kubelet-push 2019-08-22 15:09:43 -07:00
oom Merge pull request #78174 from gaorong/oom-event 2019-08-28 12:01:13 -07:00
pleg Update running_pod_count and running_container_count metric 2019-08-29 17:23:04 +02:00
pluginmanager Merge pull request #81397 from ddebroy/win-socket 2019-08-28 01:37:12 -07:00
pod Cleanup more static check issues (S1*,ST*) 2019-08-21 10:40:21 -07:00
preemption feat: cleanup pod critical pod annotations feature 2019-08-09 08:41:23 +08:00
prober startupProbe: make update 2019-08-30 00:42:43 +02:00
qos kubelet: set low oom_score_adj for containers in critical pods 2019-02-05 14:28:36 -06:00
remote Fix misc static check issues 2019-08-21 10:40:21 -07:00
runtimeclass Clean up error messages (ST1005) 2019-08-21 10:40:21 -07:00
secret Fix golint issues in pkg/kubelet/secret 2019-06-20 19:56:29 +02:00
server migrate kubelet's metrics/probes & metrics endpoint to metrics stability framework 2019-08-28 11:16:38 -07:00
stats Fix misc static check issues 2019-08-21 10:40:21 -07:00
status startupProbe: Test changes 2019-08-30 00:40:26 +02:00
sysctl
token Updated OWNERS files to include link to docs 2019-02-04 22:33:12 +01:00
types Cleanup more static check issues (S1*,ST*) 2019-08-21 10:40:21 -07:00
util Merge pull request #81397 from ddebroy/win-socket 2019-08-28 01:37:12 -07:00
volumemanager Move HostUtil to pkg/volume/util/hostutil 2019-08-30 10:14:42 -06:00
winstats fix lint 2019-07-23 16:01:39 -07:00
active_deadline_test.go
active_deadline.go Clean up error messages (ST1005) 2019-08-21 10:40:21 -07:00
BUILD Move HostUtil to pkg/volume/util/hostutil 2019-08-30 10:14:42 -06:00
doc.go
errors.go fix some golint failures of pkg/kubelet 2019-04-22 10:40:51 +08:00
kubelet_getters_test.go
kubelet_getters.go Clean up error messages (ST1005) 2019-08-21 10:40:21 -07:00
kubelet_network_linux.go Made IPVS and iptables modes of kube-proxy fully randomize masquerading if possible 2019-09-01 22:07:30 -04:00
kubelet_network_others.go
kubelet_network_test.go
kubelet_network.go New staging repository for cri-api 2019-03-26 18:21:04 -04:00
kubelet_node_status_test.go Cleanup more static check issues (S1*,ST*) 2019-08-21 10:40:21 -07:00
kubelet_node_status.go Clean up error messages (ST1005) 2019-08-21 10:40:21 -07:00
kubelet_pods_linux_test.go Move HostUtil to pkg/volume/util/hostutil 2019-08-30 10:14:42 -06:00
kubelet_pods_test.go Move HostUtil to pkg/volume/util/hostutil 2019-08-30 10:14:42 -06:00
kubelet_pods_windows_test.go Move HostUtil to pkg/volume/util/hostutil 2019-08-30 10:14:42 -06:00
kubelet_pods.go Windows: Fixes termination-file mounting for containerd 2019-11-12 23:33:55 -08:00
kubelet_resources_test.go
kubelet_resources.go Move from glog to klog 2018-11-10 07:50:31 -05:00
kubelet_test.go Move HostUtil to pkg/volume/util/hostutil 2019-08-30 10:14:42 -06:00
kubelet_volumes_linux_test.go Check for volume-subpaths directory in orpahaned pod cleanup 2018-12-26 10:49:28 -08:00
kubelet_volumes_test.go Skip unused volumes in VolumeManager 2019-08-15 10:48:38 +02:00
kubelet_volumes.go Clean up error messages (ST1005) 2019-08-21 10:40:21 -07:00
kubelet.go Move HostUtil to pkg/volume/util/hostutil 2019-08-30 10:14:42 -06:00
OWNERS Updated OWNERS files to include link to docs 2019-02-04 22:33:12 +01:00
pod_container_deletor_test.go
pod_container_deletor.go Move from glog to klog 2018-11-10 07:50:31 -05:00
pod_workers_test.go Pass desiredPods to CleanupPods 2019-07-03 10:35:13 +08:00
pod_workers.go Cleanup more static check issues (S1*,ST*) 2019-08-21 10:40:21 -07:00
reason_cache_test.go
reason_cache.go
runonce_test.go Move HostUtil to pkg/volume/util/hostutil 2019-08-30 10:14:42 -06:00
runonce.go Clean up error messages (ST1005) 2019-08-21 10:40:21 -07:00
runtime.go Set runtimeState when RuntimeReady is not set or false 2019-08-09 18:52:27 -07:00
util.go Remove dead code from pkg/kubelet/... 2019-08-21 10:40:21 -07:00
volume_host.go Move HostUtil to pkg/volume/util/hostutil 2019-08-30 10:14:42 -06:00