Skip to content

Instantly share code, notes, and snippets.

@acroca
Created April 28, 2015 09:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save acroca/dac7cdc196b26c6ae65d to your computer and use it in GitHub Desktop.
Save acroca/dac7cdc196b26c6ae65d to your computer and use it in GitHub Desktop.
kubernetes error log
➜ workspace docker run --net=host -d -v /var/run/docker.sock:/var/run/docker.sock gcr.io/google_containers/hyperkube:v0.14.2 /hyperkube kubelet --api_servers=http://localhost:8080 --v=2 --address=0.0.0.0 --enable_server --hostname_override=127.0.0.1 --config=/etc/kubernetes/manifests
ee0b490f74f6bc9b70c1336115487b38d124bdcebf09b248cec91832e0e9af1d
➜ workspace docker logs -f ee0b490f74f6bc9b70c1336115487b38d124bdcebf09b248cec91832e0e9af1d
W0428 09:09:41.479862 1 server.go:249] Could not load kubernetes auth path: stat : no such file or directory. Continuing with defaults.
I0428 09:09:41.479989 1 server.go:168] Using root directory: /var/lib/kubelet
I0428 09:09:41.480061 1 manager.go:103] cAdvisor running in container: "/docker/ee0b490f74f6bc9b70c1336115487b38d124bdcebf09b248cec91832e0e9af1d"
I0428 09:09:41.480266 1 fs.go:87] Filesystem partitions: map[/dev/sda1:{mountpoint:/etc/resolv.conf major:8 minor:1}]
I0428 09:09:41.481758 1 machine.go:223] Couldn't collect info from any of the files in "/etc/machine-id,/var/lib/dbus/machine-id"
I0428 09:09:41.481851 1 manager.go:124] Machine: {NumCores:8 CpuFrequency:2650515 MemoryCapacity:2105401344 MachineID: SystemUUID:7399EC55-55FC-44E3-9BB5-3DDA67D02AF5 BootID:96f29c2a-8897-4a1b-b051-645cb4a658b5 Filesystems:[{Device:/dev/sda1 Capacity:19507089408}] DiskMap:map[8:0:{Name:sda Major:8 Minor:0 Size:20971520000 Scheduler:deadline} 250:0:{Name:zram0 Major:250 Minor:0 Size:491782144 Scheduler:none}] NetworkDevices:[{Name:dummy0 MacAddress:1a:51:aa:01:d6:0b Speed:0 Mtu:1500} {Name:eth0 MacAddress:08:00:27:5d:ec:db Speed:0 Mtu:1500} {Name:eth1 MacAddress:08:00:27:4e:94:9b Speed:0 Mtu:1500}] Topology:[{Id:0 Memory:0 Cores:[{Id:0 Threads:[0] Caches:[{Size:32768 Type:Data Level:1} {Size:32768 Type:Data Level:1}]} {Id:1 Threads:[1] Caches:[{Size:32768 Type:Data Level:1} {Size:32768 Type:Data Level:1}]} {Id:2 Threads:[2] Caches:[{Size:32768 Type:Data Level:1} {Size:32768 Type:Data Level:1}]} {Id:3 Threads:[3] Caches:[{Size:32768 Type:Data Level:1} {Size:32768 Type:Data Level:1}]} {Id:4 Threads:[4] Caches:[{Size:32768 Type:Data Level:1} {Size:32768 Type:Data Level:1}]} {Id:5 Threads:[5] Caches:[{Size:32768 Type:Data Level:1} {Size:32768 Type:Data Level:1}]} {Id:6 Threads:[6] Caches:[{Size:32768 Type:Data Level:1} {Size:32768 Type:Data Level:1}]} {Id:7 Threads:[7] Caches:[{Size:32768 Type:Data Level:1} {Size:32768 Type:Data Level:1}]}] Caches:[]}]}
I0428 09:09:41.483082 1 manager.go:131] Version: {KernelVersion:3.18.11-tinycore64 ContainerOsVersion:Debian GNU/Linux 7 (wheezy) DockerVersion:1.6.0 CadvisorVersion:0.10.1}
E0428 09:09:41.534590 1 manager.go:138] Docker container factory registration failed: failed to get cgroup subsystems: failed to find cgroup mounts.
E0428 09:09:41.534842 1 manager.go:144] Registration of the raw container factory failed: failed to get cgroup subsystems: failed to find cgroup mounts
I0428 09:09:41.534924 1 manager.go:865] Started watching for new ooms in manager
E0428 09:09:41.534984 1 manager.go:196] Failed to start OOM watcher, will not get OOM events: neither /var/log/messages nor /var/log/syslog exists from which to read kernel errors
I0428 09:09:41.535964 1 plugins.go:70] No cloud provider specified.
I0428 09:09:41.536063 1 server.go:183] Successfully initialized cloud provider: "" from the config file: ""
I0428 09:09:41.536095 1 docker.go:814] Connecting to docker on unix:///var/run/docker.sock
I0428 09:09:41.536168 1 util.go:44] Sending events to api server.
I0428 09:09:41.536346 1 server.go:371] Adding manifest file: /etc/kubernetes/manifests
I0428 09:09:41.536368 1 file.go:47] Watching path "/etc/kubernetes/manifests"
I0428 09:09:41.536384 1 server.go:381] Watching apiserver
E0428 09:09:41.547120 1 reflector.go:115] Failed to list *api.Pod: Get http://localhost:8080/api/v1beta1/pods?fields=DesiredState.Host%3D127.0.0.1&namespace=: dial tcp 127.0.0.1:8080: connection refused
E0428 09:09:41.551164 1 reflector.go:115] Failed to list *api.Service: Get http://localhost:8080/api/v1beta1/services?namespace=: dial tcp 127.0.0.1:8080: connection refused
E0428 09:09:41.551977 1 reflector.go:115] Failed to list *api.Node: Get http://localhost:8080/api/v1beta1/minions: dial tcp 127.0.0.1:8080: connection refused
I0428 09:09:41.720014 1 plugins.go:136] Loaded volume plugin "kubernetes.io/empty-dir"
I0428 09:09:41.720127 1 plugins.go:136] Loaded volume plugin "empty"
I0428 09:09:41.720156 1 plugins.go:136] Loaded volume plugin "kubernetes.io/gce-pd"
I0428 09:09:41.720175 1 plugins.go:136] Loaded volume plugin "gce-pd"
I0428 09:09:41.720198 1 plugins.go:136] Loaded volume plugin "kubernetes.io/git-repo"
I0428 09:09:41.720214 1 plugins.go:136] Loaded volume plugin "git"
I0428 09:09:41.720236 1 plugins.go:136] Loaded volume plugin "kubernetes.io/host-path"
I0428 09:09:41.720251 1 plugins.go:136] Loaded volume plugin "kubernetes.io/nfs"
I0428 09:09:41.720268 1 plugins.go:136] Loaded volume plugin "kubernetes.io/secret"
I0428 09:09:41.720432 1 server.go:62] Starting to listen on 0.0.0.0:10250
E0428 09:09:41.720659 1 kubelet.go:518] Image garbage collection failed: unable to find data for container /
I0428 09:09:41.720769 1 event.go:138] Event(api.ObjectReference{Kind:"Node", Namespace:"", Name:"127.0.0.1", UID:"127.0.0.1", APIVersion:"", ResourceVersion:"", FieldPath:""}): reason: 'starting' Starting kubelet.
I0428 09:09:41.720832 1 plugins.go:56] Registering credential provider: .dockercfg
E0428 09:09:41.726030 1 event.go:130] Unable to write event: 'Post http://localhost:8080/api/v1beta1/events: dial tcp 127.0.0.1:8080: connection refused' (may retry after sleeping)
E0428 09:09:42.549011 1 reflector.go:115] Failed to list *api.Pod: Get http://localhost:8080/api/v1beta1/pods?fields=DesiredState.Host%3D127.0.0.1&namespace=: dial tcp 127.0.0.1:8080: connection refused
E0428 09:09:42.555475 1 reflector.go:115] Failed to list *api.Node: Get http://localhost:8080/api/v1beta1/minions: dial tcp 127.0.0.1:8080: connection refused
E0428 09:09:42.557035 1 reflector.go:115] Failed to list *api.Service: Get http://localhost:8080/api/v1beta1/services?namespace=: dial tcp 127.0.0.1:8080: connection refused
E0428 09:09:43.552533 1 reflector.go:115] Failed to list *api.Pod: Get http://localhost:8080/api/v1beta1/pods?fields=DesiredState.Host%3D127.0.0.1&namespace=: dial tcp 127.0.0.1:8080: connection refused
E0428 09:09:43.558274 1 reflector.go:115] Failed to list *api.Node: Get http://localhost:8080/api/v1beta1/minions: dial tcp 127.0.0.1:8080: connection refused
E0428 09:09:43.560462 1 reflector.go:115] Failed to list *api.Service: Get http://localhost:8080/api/v1beta1/services?namespace=: dial tcp 127.0.0.1:8080: connection refused
E0428 09:09:44.555391 1 reflector.go:115] Failed to list *api.Pod: Get http://localhost:8080/api/v1beta1/pods?fields=DesiredState.Host%3D127.0.0.1&namespace=: dial tcp 127.0.0.1:8080: connection refused
E0428 09:09:44.560779 1 reflector.go:115] Failed to list *api.Node: Get http://localhost:8080/api/v1beta1/minions: dial tcp 127.0.0.1:8080: connection refused
E0428 09:09:44.563069 1 reflector.go:115] Failed to list *api.Service: Get http://localhost:8080/api/v1beta1/services?namespace=: dial tcp 127.0.0.1:8080: connection refused
E0428 09:09:45.558529 1 reflector.go:115] Failed to list *api.Pod: Get http://localhost:8080/api/v1beta1/pods?fields=DesiredState.Host%3D127.0.0.1&namespace=: dial tcp 127.0.0.1:8080: connection refused
E0428 09:09:45.564229 1 reflector.go:115] Failed to list *api.Node: Get http://localhost:8080/api/v1beta1/minions: dial tcp 127.0.0.1:8080: connection refused
E0428 09:09:45.566788 1 reflector.go:115] Failed to list *api.Service: Get http://localhost:8080/api/v1beta1/services?namespace=: dial tcp 127.0.0.1:8080: connection refused
E0428 09:09:46.561303 1 reflector.go:115] Failed to list *api.Pod: Get http://localhost:8080/api/v1beta1/pods?fields=DesiredState.Host%3D127.0.0.1&namespace=: dial tcp 127.0.0.1:8080: connection refused
E0428 09:09:46.567322 1 reflector.go:115] Failed to list *api.Node: Get http://localhost:8080/api/v1beta1/minions: dial tcp 127.0.0.1:8080: connection refused
E0428 09:09:46.569275 1 reflector.go:115] Failed to list *api.Service: Get http://localhost:8080/api/v1beta1/services?namespace=: dial tcp 127.0.0.1:8080: connection refused
E0428 09:09:46.586535 1 event.go:130] Unable to write event: 'Post http://localhost:8080/api/v1beta1/events: dial tcp 127.0.0.1:8080: connection refused' (may retry after sleeping)
E0428 09:09:47.057171 1 kubelet.go:1554] error getting node: node 127.0.0.1 not found
I0428 09:09:47.062862 1 kubelet.go:1099] No Infra Container for "k8s-master-127_default" found. All containers will be restarted.
I0428 09:09:47.073830 1 kubelet.go:1269] Creating pod infra container for "k8s-master-127_default"
I0428 09:09:47.080195 1 event.go:138] Event(api.ObjectReference{Kind:"Pod", Namespace:"default", Name:"k8s-master-127", UID:"86118f898d5430020f6a36801108c825", APIVersion:"v1beta2", ResourceVersion:"", FieldPath:"implicitly required container POD"}): reason: 'pulled' Successfully pulled image "kubernetes/pause:latest"
E0428 09:09:47.157985 1 kubelet.go:1729] error updating node status, will retry: error getting node "127.0.0.1": Get http://localhost:8080/api/v1beta1/minions/127.0.0.1: dial tcp 127.0.0.1:8080: connection refused
E0428 09:09:47.160391 1 kubelet.go:1729] error updating node status, will retry: error getting node "127.0.0.1": Get http://localhost:8080/api/v1beta1/minions/127.0.0.1: dial tcp 127.0.0.1:8080: connection refused
E0428 09:09:47.167230 1 kubelet.go:1729] error updating node status, will retry: error getting node "127.0.0.1": Get http://localhost:8080/api/v1beta1/minions/127.0.0.1: dial tcp 127.0.0.1:8080: connection refused
E0428 09:09:47.171838 1 kubelet.go:1729] error updating node status, will retry: error getting node "127.0.0.1": Get http://localhost:8080/api/v1beta1/minions/127.0.0.1: dial tcp 127.0.0.1:8080: connection refused
E0428 09:09:47.177311 1 kubelet.go:1729] error updating node status, will retry: error getting node "127.0.0.1": Get http://localhost:8080/api/v1beta1/minions/127.0.0.1: dial tcp 127.0.0.1:8080: connection refused
E0428 09:09:47.177337 1 kubelet.go:549] Unable to update node status: Update node status exceeds retry count
I0428 09:09:47.234870 1 event.go:138] Event(api.ObjectReference{Kind:"Pod", Namespace:"default", Name:"k8s-master-127", UID:"86118f898d5430020f6a36801108c825", APIVersion:"v1beta2", ResourceVersion:"", FieldPath:"implicitly required container POD"}): reason: 'created' Created with docker id aa075d832bd1781017478b04094eeb4b2bace59068fddf1c6ccd2e5147fd8f90
I0428 09:09:47.338072 1 event.go:138] Event(api.ObjectReference{Kind:"Pod", Namespace:"default", Name:"k8s-master-127", UID:"86118f898d5430020f6a36801108c825", APIVersion:"v1beta2", ResourceVersion:"", FieldPath:"implicitly required container POD"}): reason: 'started' Started with docker id aa075d832bd1781017478b04094eeb4b2bace59068fddf1c6ccd2e5147fd8f90
E0428 09:09:47.563517 1 reflector.go:115] Failed to list *api.Pod: Get http://localhost:8080/api/v1beta1/pods?fields=DesiredState.Host%3D127.0.0.1&namespace=: dial tcp 127.0.0.1:8080: connection refused
E0428 09:09:47.570043 1 reflector.go:115] Failed to list *api.Node: Get http://localhost:8080/api/v1beta1/minions: dial tcp 127.0.0.1:8080: connection refused
E0428 09:09:47.573177 1 reflector.go:115] Failed to list *api.Service: Get http://localhost:8080/api/v1beta1/services?namespace=: dial tcp 127.0.0.1:8080: connection refused
I0428 09:09:47.638375 1 event.go:138] Event(api.ObjectReference{Kind:"Pod", Namespace:"default", Name:"k8s-master-127", UID:"86118f898d5430020f6a36801108c825", APIVersion:"v1beta2", ResourceVersion:"", FieldPath:"spec.containers{scheduler}"}): reason: 'created' Created with docker id 34268190d9894fcd9bebcf6b468437784089fc8bbf2ef20a9ccd4be7e08f79a9
E0428 09:09:47.780030 1 kubelet.go:1729] error updating node status, will retry: error getting node "127.0.0.1": Get http://localhost:8080/api/v1beta1/minions/127.0.0.1: dial tcp 127.0.0.1:8080: connection refused
E0428 09:09:47.781520 1 kubelet.go:1729] error updating node status, will retry: error getting node "127.0.0.1": Get http://localhost:8080/api/v1beta1/minions/127.0.0.1: dial tcp 127.0.0.1:8080: connection refused
E0428 09:09:47.782847 1 kubelet.go:1729] error updating node status, will retry: error getting node "127.0.0.1": Get http://localhost:8080/api/v1beta1/minions/127.0.0.1: dial tcp 127.0.0.1:8080: connection refused
E0428 09:09:47.783211 1 kubelet.go:1729] error updating node status, will retry: error getting node "127.0.0.1": Get http://localhost:8080/api/v1beta1/minions/127.0.0.1: dial tcp 127.0.0.1:8080: connection refused
E0428 09:09:47.784642 1 kubelet.go:1729] error updating node status, will retry: error getting node "127.0.0.1": Get http://localhost:8080/api/v1beta1/minions/127.0.0.1: dial tcp 127.0.0.1:8080: connection refused
E0428 09:09:47.785300 1 kubelet.go:549] Unable to update node status: Update node status exceeds retry count
I0428 09:09:47.800102 1 event.go:138] Event(api.ObjectReference{Kind:"Pod", Namespace:"default", Name:"k8s-master-127", UID:"86118f898d5430020f6a36801108c825", APIVersion:"v1beta2", ResourceVersion:"", FieldPath:"spec.containers{scheduler}"}): reason: 'started' Started with docker id 34268190d9894fcd9bebcf6b468437784089fc8bbf2ef20a9ccd4be7e08f79a9
I0428 09:09:48.036761 1 event.go:138] Event(api.ObjectReference{Kind:"Pod", Namespace:"default", Name:"k8s-master-127", UID:"86118f898d5430020f6a36801108c825", APIVersion:"v1beta2", ResourceVersion:"", FieldPath:"spec.containers{controller-manager}"}): reason: 'created' Created with docker id 409fc7d288936cad116254dbe542351f625c80ce7127d3cf5a3cb98de97a3cc9
I0428 09:09:48.183195 1 event.go:138] Event(api.ObjectReference{Kind:"Pod", Namespace:"default", Name:"k8s-master-127", UID:"86118f898d5430020f6a36801108c825", APIVersion:"v1beta2", ResourceVersion:"", FieldPath:"spec.containers{controller-manager}"}): reason: 'started' Started with docker id 409fc7d288936cad116254dbe542351f625c80ce7127d3cf5a3cb98de97a3cc9
I0428 09:09:48.466253 1 event.go:138] Event(api.ObjectReference{Kind:"Pod", Namespace:"default", Name:"k8s-master-127", UID:"86118f898d5430020f6a36801108c825", APIVersion:"v1beta2", ResourceVersion:"", FieldPath:"spec.containers{apiserver}"}): reason: 'created' Created with docker id 5444ae2b78513dcadfad11efe56f1286c00fa1b7440b0dce3aa1a5638f0bcabc
E0428 09:09:48.568659 1 reflector.go:115] Failed to list *api.Pod: Get http://localhost:8080/api/v1beta1/pods?fields=DesiredState.Host%3D127.0.0.1&namespace=: dial tcp 127.0.0.1:8080: connection refused
E0428 09:09:48.572440 1 reflector.go:115] Failed to list *api.Node: Get http://localhost:8080/api/v1beta1/minions: dial tcp 127.0.0.1:8080: connection refused
E0428 09:09:48.575987 1 reflector.go:115] Failed to list *api.Service: Get http://localhost:8080/api/v1beta1/services?namespace=: dial tcp 127.0.0.1:8080: connection refused
I0428 09:09:48.620879 1 event.go:138] Event(api.ObjectReference{Kind:"Pod", Namespace:"default", Name:"k8s-master-127", UID:"86118f898d5430020f6a36801108c825", APIVersion:"v1beta2", ResourceVersion:"", FieldPath:"spec.containers{apiserver}"}): reason: 'started' Started with docker id 5444ae2b78513dcadfad11efe56f1286c00fa1b7440b0dce3aa1a5638f0bcabc
E0428 09:09:48.639296 1 kubelet.go:1307] Failed creating a mirror pod "k8s-master-127_default": &url.Error{Op:"Post", URL:"http://localhost:8080/api/v1beta1/pods?namespace=default", Err:(*net.OpError)(0xc208460e00)}
E0428 09:09:48.899629 1 kubelet.go:1729] error updating node status, will retry: error getting node "127.0.0.1": minion "127.0.0.1" not found
E0428 09:09:48.910082 1 kubelet.go:1729] error updating node status, will retry: error getting node "127.0.0.1": minion "127.0.0.1" not found
E0428 09:09:48.920750 1 kubelet.go:1729] error updating node status, will retry: error getting node "127.0.0.1": minion "127.0.0.1" not found
E0428 09:09:48.940536 1 kubelet.go:1729] error updating node status, will retry: error getting node "127.0.0.1": minion "127.0.0.1" not found
E0428 09:09:48.970416 1 kubelet.go:1729] error updating node status, will retry: error getting node "127.0.0.1": minion "127.0.0.1" not found
E0428 09:09:48.970527 1 kubelet.go:549] Unable to update node status: Update node status exceeds retry count
E0428 09:09:50.577110 1 kubelet.go:1729] error updating node status, will retry: error getting node "127.0.0.1": minion "127.0.0.1" not found
E0428 09:09:50.581293 1 kubelet.go:1729] error updating node status, will retry: error getting node "127.0.0.1": minion "127.0.0.1" not found
E0428 09:09:50.587656 1 kubelet.go:1729] error updating node status, will retry: error getting node "127.0.0.1": minion "127.0.0.1" not found
E0428 09:09:50.594240 1 kubelet.go:1729] error updating node status, will retry: error getting node "127.0.0.1": minion "127.0.0.1" not found
E0428 09:09:50.597644 1 kubelet.go:1729] error updating node status, will retry: error getting node "127.0.0.1": minion "127.0.0.1" not found
E0428 09:09:50.597789 1 kubelet.go:549] Unable to update node status: Update node status exceeds retry count
E0428 09:09:52.601973 1 kubelet.go:1729] error updating node status, will retry: error getting node "127.0.0.1": minion "127.0.0.1" not found
E0428 09:09:52.607079 1 kubelet.go:1729] error updating node status, will retry: error getting node "127.0.0.1": minion "127.0.0.1" not found
E0428 09:09:52.613880 1 kubelet.go:1729] error updating node status, will retry: error getting node "127.0.0.1": minion "127.0.0.1" not found
E0428 09:09:52.620331 1 kubelet.go:1729] error updating node status, will retry: error getting node "127.0.0.1": minion "127.0.0.1" not found
E0428 09:09:52.630767 1 kubelet.go:1729] error updating node status, will retry: error getting node "127.0.0.1": minion "127.0.0.1" not found
E0428 09:09:52.631886 1 kubelet.go:557] Unable to update node status: Update node status exceeds retry count
E0428 09:09:54.642278 1 kubelet.go:1729] error updating node status, will retry: error getting node "127.0.0.1": minion "127.0.0.1" not found
E0428 09:09:54.654680 1 kubelet.go:1729] error updating node status, will retry: error getting node "127.0.0.1": minion "127.0.0.1" not found
E0428 09:09:54.667700 1 kubelet.go:1729] error updating node status, will retry: error getting node "127.0.0.1": minion "127.0.0.1" not found
E0428 09:09:54.682528 1 kubelet.go:1729] error updating node status, will retry: error getting node "127.0.0.1": minion "127.0.0.1" not found
E0428 09:09:54.693624 1 kubelet.go:1729] error updating node status, will retry: error getting node "127.0.0.1": minion "127.0.0.1" not found
E0428 09:09:54.693673 1 kubelet.go:557] Unable to update node status: Update node status exceeds retry count
E0428 09:09:56.701400 1 kubelet.go:1729] error updating node status, will retry: error getting node "127.0.0.1": minion "127.0.0.1" not found
E0428 09:09:56.708200 1 kubelet.go:1729] error updating node status, will retry: error getting node "127.0.0.1": minion "127.0.0.1" not found
E0428 09:09:56.714984 1 kubelet.go:1729] error updating node status, will retry: error getting node "127.0.0.1": minion "127.0.0.1" not found
E0428 09:09:56.720535 1 kubelet.go:1729] error updating node status, will retry: error getting node "127.0.0.1": minion "127.0.0.1" not found
E0428 09:09:56.727812 1 kubelet.go:1729] error updating node status, will retry: error getting node "127.0.0.1": minion "127.0.0.1" not found
E0428 09:09:56.728482 1 kubelet.go:557] Unable to update node status: Update node status exceeds retry count
E0428 09:09:57.064877 1 kubelet.go:1554] error getting node: node 127.0.0.1 not found
E0428 09:09:57.091401 1 kubelet.go:1946] Cannot get host IP: Cannot get node: node 127.0.0.1 not found
E0428 09:09:57.130633 1 kubelet.go:1554] error getting node: node 127.0.0.1 not found
E0428 09:09:57.148159 1 kubelet.go:1946] Cannot get host IP: Cannot get node: node 127.0.0.1 not found
E0428 09:09:57.162609 1 kubelet.go:1946] Cannot get host IP: Cannot get node: node 127.0.0.1 not found
I0428 09:09:58.744113 1 event.go:138] Event(api.ObjectReference{Kind:"Node", Namespace:"", Name:"127.0.0.1", UID:"127.0.0.1", APIVersion:"", ResourceVersion:"", FieldPath:""}): reason: 'online' Node 127.0.0.1 is now online
E0428 09:10:19.573680 1 iowatcher.go:93] Unable to decode an event from the watch stream: read tcp 127.0.0.1:8080: use of closed network connection
E0428 09:10:50.577133 1 iowatcher.go:93] Unable to decode an event from the watch stream: read tcp 127.0.0.1:8080: use of closed network connection
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment