Skip to content

Instantly share code, notes, and snippets.

@yifan-gu
Last active August 29, 2015 14:15
Show Gist options
  • Save yifan-gu/cfcd89e843a60ba2117f to your computer and use it in GitHub Desktop.
Save yifan-gu/cfcd89e843a60ba2117f to your computer and use it in GitHub Desktop.
kubelet.go
I0211 09:39:53.466158 22648 server.go:169] Both --etcd_servers and --api_servers are set. Not using etcd source.
W0211 09:39:53.466268 22648 server.go:240] Could not load kubernetes auth path: stat /home/yifan/gopher/src/github.com/GoogleCloudPlatform/kubernetes/hack/.test-cmd-auth: no such file or directory. Continuing with defaults.
I0211 09:39:53.466304 22648 docker.go:657] Connecting to docker on unix:///var/run/docker.sock
I0211 09:39:53.466323 22648 util.go:76] Sending events to api server.
I0211 09:39:53.466381 22648 server.go:360] Watching apiserver
I0211 09:39:53.466462 22648 plugins.go:112] Loaded volume plugin "kubernetes.io/empty-dir"
I0211 09:39:53.466478 22648 plugins.go:112] Loaded volume plugin "empty"
I0211 09:39:53.466497 22648 plugins.go:112] Loaded volume plugin "kubernetes.io/gce-pd"
I0211 09:39:53.466509 22648 plugins.go:112] Loaded volume plugin "gce-pd"
I0211 09:39:53.466527 22648 plugins.go:112] Loaded volume plugin "kubernetes.io/git-repo"
I0211 09:39:53.466538 22648 plugins.go:112] Loaded volume plugin "git"
I0211 09:39:53.466556 22648 plugins.go:112] Loaded volume plugin "kubernetes.io/host-path"
I0211 09:39:53.467605 22648 event.go:117] Event(api.ObjectReference{Kind:"Minion", Namespace:"default", Name:"127.0.0.1", UID:"127.0.0.1", APIVersion:"", ResourceVersion:"", FieldPath:""}): reason: 'starting' Starting kubelet.
I0211 09:39:53.467879 22648 util.go:37] Trying to create cadvisor client.
I0211 09:39:53.467896 22648 util.go:43] Successfully created cadvisor client.
I0211 09:39:53.467921 22648 plugins.go:56] Registering credential provider: .dockercfg
I0211 09:39:53.467965 22648 server.go:49] Starting to listen on 127.0.0.1:10250
I0211 09:39:53.704349 22648 server.go:351] GET /healthz: (640.161us) 500
goroutine 47 [running]:
github.com/GoogleCloudPlatform/kubernetes/pkg/httplog.(*respLogger).WriteHeader(0xc20817e6c0, 0x1f4)
/home/yifan/gopher/src/github.com/GoogleCloudPlatform/kubernetes/_output/local/go/src/github.com/GoogleCloudPlatform/kubernetes/pkg/httplog/log.go:182 +0x9c
github.com/GoogleCloudPlatform/kubernetes/pkg/kubelet.(*Server).handleHealthz(0xc208073960, 0x7f209410f160, 0xc20817e6c0, 0xc20812ef70)
/home/yifan/gopher/src/github.com/GoogleCloudPlatform/kubernetes/_output/local/go/src/github.com/GoogleCloudPlatform/kubernetes/pkg/kubelet/server.go:139 +0x163
github.com/GoogleCloudPlatform/kubernetes/pkg/kubelet.*Server.(github.com/GoogleCloudPlatform/kubernetes/pkg/kubelet.handleHealthz)·fm(0x7f209410f160, 0xc20817e6c0, 0xc20812ef70)
/home/yifan/gopher/src/github.com/GoogleCloudPlatform/kubernetes/_output/local/go/src/github.com/GoogleCloudPlatform/kubernetes/pkg/kubelet/server.go:91 +0x44
net/http.HandlerFunc.ServeHTTP(0xc2080a0da0, 0x7f209410f160, 0xc20817e6c0, 0xc20812ef70)
/usr/local/go/src/pkg/net/http/server.go:1235 +0x40
net/http.(*ServeMux).ServeHTTP(0xc208083770, 0x7f209410f160, 0xc20817e6c0, 0xc20812ef70)
/usr/local/go/src/pkg/net/http/server.go:1511 +0x1a3
github.com/GoogleCloudPlatform/kubernetes/pkg/kubelet.(*Server).ServeHTTP(0xc208073940, 0x7f209410f128, 0xc20817a1e0, 0xc20812ef70)
/home/yifan/gopher/src/github.com/GoogleCloudPlatform/kubernetes/_output/local/go/src/github.com/GoogleCloudPlatform/kubernetes/pkg/kubelet/server.go:350 +0x11d
net/http.serverHandler.ServeHTTP(0xc20811a0c0, 0x7f209410f128, 0xc20817a1e0, 0xc20812ef70)
/usr/local/go/src/pkg/net/http/server.go:1673 +0x19f
net/http.(*conn).serve(0xc2080e4880)
/usr/local/go/src/pkg/net/http/server.go:1174 +0xa7e
created by net/http.(*Server).Serve
/usr/local/go/src/pkg/net/http/server.go:1721 +0x313
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment