k3s/pkg/kubelet
Kubernetes Submit Queue d270ec0ed2 Merge pull request #37680 from mfojtik/report-pod-name
Automatic merge from submit-queue

Report the Pod name and namespace when kubelet fails to sync the container

This helps debugging problems with SELinux (and other problems related to the Docker failed to run the container) as currently only the UUID of the Pod is reported:

```
Error syncing pod 670f607d-b5a8-11a4-b673-005056b7468b, skipping: failed to "StartContainer" for "deployment" with RunContainerError: "runContainer: Error response from daemon: Relabeling content in /usr is not allowed."
```

Here it would be useful to know what pod in which namespace is trying to mount the "/usr".
2017-01-16 23:59:44 -08:00
..
api start the apimachinery repo 2017-01-11 09:09:48 -05:00
cadvisor Merge pull request #38631 from ncdc/fix-kubelet-cadvisor-build-tags 2017-01-12 21:32:39 -08:00
client start the apimachinery repo 2017-01-11 09:09:48 -05:00
cm start the apimachinery repo 2017-01-11 09:09:48 -05:00
config Merge pull request #39814 from deads2k/api-58-multi-register 2017-01-13 12:37:02 -08:00
container mechanical repercussions 2017-01-13 08:27:14 -05:00
custommetrics Enable auto-generating sources rules 2017-01-05 14:14:13 -08:00
dockershim start the apimachinery repo 2017-01-11 09:09:48 -05:00
dockertools Merge pull request #39731 from apprenda/dockertools_fix 2017-01-11 10:53:27 -08:00
envvars Enable auto-generating sources rules 2017-01-05 14:14:13 -08:00
events Enable auto-generating sources rules 2017-01-05 14:14:13 -08:00
eviction Merge pull request #39303 from NickrenREN/eviction-manager 2017-01-13 14:33:35 -08:00
images start the apimachinery repo 2017-01-11 09:09:48 -05:00
kuberuntime start the apimachinery repo 2017-01-11 09:09:48 -05:00
leaky Enable auto-generating sources rules 2017-01-05 14:14:13 -08:00
lifecycle start the apimachinery repo 2017-01-11 09:09:48 -05:00
metrics Enable auto-generating sources rules 2017-01-05 14:14:13 -08:00
network fix redundant alias clientset 2017-01-12 10:21:05 +08:00
pleg Merge pull request #37865 from yujuhong/decouple_lifecycle 2017-01-12 19:10:14 -08:00
pod mechanical 2017-01-16 09:35:12 -05:00
prober start the apimachinery repo 2017-01-11 09:09:48 -05:00
qos start the apimachinery repo 2017-01-11 09:09:48 -05:00
remote Enable auto-generating sources rules 2017-01-05 14:14:13 -08:00
rkt start the apimachinery repo 2017-01-11 09:09:48 -05:00
rktshim Enable auto-generating sources rules 2017-01-05 14:14:13 -08:00
server mechanical 2017-01-16 09:35:12 -05:00
status mechanical 2017-01-16 09:35:12 -05:00
sysctl Enable auto-generating sources rules 2017-01-05 14:14:13 -08:00
types Enable auto-generating sources rules 2017-01-05 14:14:13 -08:00
util start the apimachinery repo 2017-01-11 09:09:48 -05:00
volumemanager fix redundant alias clientset 2017-01-12 10:21:05 +08:00
BUILD move pkg/util/rand 2017-01-16 16:04:03 -05:00
OWNERS
active_deadline.go cmd/kubelet 2016-11-23 15:53:09 -08:00
active_deadline_test.go start the apimachinery repo 2017-01-11 09:09:48 -05:00
disk_manager.go
disk_manager_test.go
doc.go
kubelet.go Merge pull request #39303 from NickrenREN/eviction-manager 2017-01-13 14:33:35 -08:00
kubelet_cadvisor.go start the apimachinery repo 2017-01-11 09:09:48 -05:00
kubelet_cadvisor_test.go
kubelet_getters.go start the apimachinery repo 2017-01-11 09:09:48 -05:00
kubelet_getters_test.go
kubelet_network.go start the apimachinery repo 2017-01-11 09:09:48 -05:00
kubelet_network_test.go Merge pull request #36785 from wlan0/kubelet 2016-12-01 04:52:11 -08:00
kubelet_node_status.go mechanical 2017-01-16 09:35:12 -05:00
kubelet_node_status_test.go move pkg/util/rand 2017-01-16 16:04:03 -05:00
kubelet_pods.go start the apimachinery repo 2017-01-11 09:09:48 -05:00
kubelet_pods_test.go mechanical repercussions 2017-01-13 08:27:14 -05:00
kubelet_resources.go cmd/kubelet 2016-11-23 15:53:09 -08:00
kubelet_resources_test.go remove v1.Semantics 2016-11-23 15:53:09 -08:00
kubelet_test.go Merge pull request #39303 from NickrenREN/eviction-manager 2017-01-13 14:33:35 -08:00
kubelet_volumes.go start the apimachinery repo 2017-01-11 09:09:48 -05:00
kubelet_volumes_test.go start the apimachinery repo 2017-01-11 09:09:48 -05:00
networks.go fix redundant alias clientset 2017-01-12 10:21:05 +08:00
oom_watcher.go start the apimachinery repo 2017-01-11 09:09:48 -05:00
oom_watcher_test.go cmd/kubelet 2016-11-23 15:53:09 -08:00
pod_container_deletor.go start the apimachinery repo 2017-01-11 09:09:48 -05:00
pod_container_deletor_test.go
pod_workers.go Report the Pod name and namespace when kubelet fails to sync the container 2017-01-16 16:44:56 +01:00
pod_workers_test.go start the apimachinery repo 2017-01-11 09:09:48 -05:00
reason_cache.go start the apimachinery repo 2017-01-11 09:09:48 -05:00
reason_cache_test.go start the apimachinery repo 2017-01-11 09:09:48 -05:00
runonce.go cmd/kubelet 2016-11-23 15:53:09 -08:00
runonce_test.go Merge pull request #39303 from NickrenREN/eviction-manager 2017-01-13 14:33:35 -08:00
runtime.go Check the health of PLEG when updating the node status 2017-01-10 16:34:00 -08:00
util.go cmd/kubelet 2016-11-23 15:53:09 -08:00
volume_host.go fix redundant alias clientset 2017-01-12 10:21:05 +08:00