kubernetes/pkg/kubelet
Kubernetes Submit Queue be5d1724f5 Merge pull request #37420 from zdj6373/kubelet-log
Automatic merge from submit-queue (batch tested with PRs 37208, 37446, 37420)

Kubelet log modification

Keep in line with the other error logs in the function.
After return, the caller records the error log.Delete redundant logs
2016-12-05 04:47:44 -08:00
..
api refactor: generated 2016-12-03 19:10:46 -05:00
cadvisor Fix package aliases to follow golang convention 2016-11-30 15:40:50 +08:00
client run hack/update-all.sh 2016-11-23 15:53:09 -08:00
cm run hack/update-all.sh 2016-11-23 15:53:09 -08:00
config refactor: update bazel, codec, and gofmt 2016-12-03 19:10:53 -05:00
container refactor: update bazel, codec, and gofmt 2016-12-03 19:10:53 -05:00
custommetrics run hack/update-all.sh 2016-11-23 15:53:09 -08:00
dockershim [CRI] Manage attach TTY in Kubelet 2016-12-01 18:27:55 -08:00
dockertools refactor: update bazel, codec, and gofmt 2016-12-03 19:10:53 -05:00
envvars run hack/update-all.sh 2016-11-23 15:53:09 -08:00
events autogenerated 2016-10-21 17:32:32 -07:00
eviction refactor: update bazel, codec, and gofmt 2016-12-03 19:10:53 -05:00
images Clean up redundant tests in image_manager_test 2016-11-24 10:48:11 +01:00
kuberuntime refactor: update bazel, codec, and gofmt 2016-12-03 19:10:53 -05:00
leaky autogenerated 2016-10-21 17:32:32 -07:00
lifecycle run hack/update-all.sh 2016-11-23 15:53:09 -08:00
metrics Add instrumented CRI service which is enabled for both grpc and non-grpc 2016-10-25 10:59:27 -07:00
network refactor: update bazel, codec, and gofmt 2016-12-03 19:10:53 -05:00
pleg autogenerated 2016-10-21 17:32:32 -07:00
pod run hack/update-all.sh 2016-11-23 15:53:09 -08:00
prober refactor: update bazel, codec, and gofmt 2016-12-03 19:10:53 -05:00
qos run hack/update-all.sh 2016-11-23 15:53:09 -08:00
remote Fix package aliases to follow golang convention 2016-11-30 15:40:50 +08:00
rkt refactor: update bazel, codec, and gofmt 2016-12-03 19:10:53 -05:00
rktshim Fix package aliases to follow golang convention 2016-11-30 15:40:50 +08:00
server refactor: update bazel, codec, and gofmt 2016-12-03 19:10:53 -05:00
status refactor: update bazel, codec, and gofmt 2016-12-03 19:10:53 -05:00
sysctl run hack/update-all.sh 2016-11-23 15:53:09 -08:00
types run hack/update-all.sh 2016-11-23 15:53:09 -08:00
util refactor: update bazel, codec, and gofmt 2016-12-03 19:10:53 -05:00
volumemanager Merge pull request #37535 from yarntime/fix_typo_in_volume_manager 2016-11-30 01:26:36 -08:00
active_deadline_test.go refactor: update bazel, codec, and gofmt 2016-12-03 19:10:53 -05:00
active_deadline.go cmd/kubelet 2016-11-23 15:53:09 -08:00
BUILD refactor: generated 2016-12-03 19:10:46 -05:00
disk_manager_test.go Revert "Declare out of disk when there is no free inodes" 2016-07-06 08:19:09 -07:00
disk_manager.go Revert "Declare out of disk when there is no free inodes" 2016-07-06 08:19:09 -07:00
doc.go Use Go canonical import paths 2016-07-16 13:48:21 -04:00
kubelet_cadvisor_test.go Print/log pointers of structs with %#v instead of %+v 2016-08-01 22:27:56 +02:00
kubelet_cadvisor.go Eviction manager needs to start as runtime dependent module 2016-07-22 10:19:40 -04:00
kubelet_getters_test.go Remove "All rights reserved" from all the headers. 2016-06-29 17:47:36 -07:00
kubelet_getters.go cmd/kubelet 2016-11-23 15:53:09 -08:00
kubelet_network_test.go Merge pull request #36785 from wlan0/kubelet 2016-12-01 04:52:11 -08:00
kubelet_network.go Merge pull request #36785 from wlan0/kubelet 2016-12-01 04:52:11 -08:00
kubelet_node_status_test.go refactor: update bazel, codec, and gofmt 2016-12-03 19:10:53 -05:00
kubelet_node_status.go refactor: update bazel, codec, and gofmt 2016-12-03 19:10:53 -05:00
kubelet_pods_test.go cmd/kubelet 2016-11-23 15:53:09 -08:00
kubelet_pods.go refactor: update bazel, codec, and gofmt 2016-12-03 19:10:53 -05:00
kubelet_resources_test.go remove v1.Semantics 2016-11-23 15:53:09 -08:00
kubelet_resources.go cmd/kubelet 2016-11-23 15:53:09 -08:00
kubelet_test.go refactor: update bazel, codec, and gofmt 2016-12-03 19:10:53 -05:00
kubelet_volumes_test.go cmd/kubelet 2016-11-23 15:53:09 -08:00
kubelet_volumes.go remove checking mount point in cleanupOrphanedPodDirs 2016-11-30 13:46:39 -08:00
kubelet.go Merge pull request #37420 from zdj6373/kubelet-log 2016-12-05 04:47:44 -08:00
networks.go cmd/kubelet 2016-11-23 15:53:09 -08:00
oom_watcher_test.go cmd/kubelet 2016-11-23 15:53:09 -08:00
oom_watcher.go refactor: update bazel, codec, and gofmt 2016-12-03 19:10:53 -05:00
OWNERS
pod_container_deletor_test.go Delete all dead containers only after pod syncing is done. 2016-08-15 14:36:51 -07:00
pod_container_deletor.go Delete all dead containers only after pod syncing is done. 2016-08-15 14:36:51 -07:00
pod_workers_test.go cmd/kubelet 2016-11-23 15:53:09 -08:00
pod_workers.go cmd/kubelet 2016-11-23 15:53:09 -08:00
reason_cache_test.go Remove "All rights reserved" from all the headers. 2016-06-29 17:47:36 -07:00
reason_cache.go Remove "All rights reserved" from all the headers. 2016-06-29 17:47:36 -07:00
runonce_test.go cmd/kubelet 2016-11-23 15:53:09 -08:00
runonce.go cmd/kubelet 2016-11-23 15:53:09 -08:00
runtime.go Create hostNetwork pods even if network plugin not ready 2016-11-04 00:11:55 -04:00
util.go cmd/kubelet 2016-11-23 15:53:09 -08:00
volume_host.go cmd/kubelet 2016-11-23 15:53:09 -08:00