Skip to content

Instantly share code, notes, and snippets.

@rohansingh
Last active January 27, 2016 09:47
Show Gist options
  • Save rohansingh/d7094dd018bc7e148dc3 to your computer and use it in GitHub Desktop.
Save rohansingh/d7094dd018bc7e148dc3 to your computer and use it in GitHub Desktop.
Fun with Kube jobs
$ kubectl get job rohan-job-bozus -o yaml
apiVersion: extensions/v1beta1
kind: Job
metadata:
creationTimestamp: 2016-01-26T13:56:04Z
generateName: rohan-job-
labels:
random: blahblahblah
name: rohan-job-bozus
namespace: default
resourceVersion: "60952"
selfLink: /apis/extensions/v1beta1/namespaces/default/jobs/rohan-job-bozus
uid: 8a9f01a6-c434-11e5-b7c3-42010af000d4
spec:
completions: 1
parallelism: 1
selector:
matchLabels:
random: blahblahblah
template:
metadata:
creationTimestamp: null
labels:
random: blahblahblah
spec:
containers:
- command:
- bash
- -c
- sleep 10 && luigi --module canary_job CanaryJob --local-scheduler
image: gcr.io/steel-ridge-91615/luigid-monitoring:a9617a6-1450186176760
imagePullPolicy: IfNotPresent
name: luigi-canary
resources: {}
terminationMessagePath: /dev/termination-log
dnsPolicy: ClusterFirst
restartPolicy: OnFailure
terminationGracePeriodSeconds: 30
status:
active: 2
$ kubectl describe job rohan-job-bozus
Name: rohan-job-bozus
Namespace: default
Image(s): gcr.io/steel-ridge-91615/luigid-monitoring:a9617a6-1450186176760
Selector: random in (blahblahblah)
Parallelism: 1
Completions: 1
Labels: random=blahblahblah
Pods Statuses: 1 Running / 0 Succeeded / 0 Failed
No volumes.
Events:
FirstSeen LastSeen Count From SubobjectPath Reason Message
───────── ──────── ───── ──── ───────────── ────── ───────
59m 59m 1 {job } SuccessfulCreate Created pod: rohan-job-bozus-pj2dw
58m 58m 1 {job } SuccessfulCreate Created pod: rohan-job-bozus-jyv1x
55m 55m 1 {job } SuccessfulCreate Created pod: rohan-job-bozus-n6ufj
52m 52m 1 {job } SuccessfulCreate Created pod: rohan-job-bozus-dh28t
51m 51m 1 {job } SuccessfulCreate Created pod: rohan-job-bozus-of4a5
48m 48m 1 {job } SuccessfulCreate Created pod: rohan-job-bozus-9jbg5
48m 48m 1 {job } SuccessfulCreate Created pod: rohan-job-bozus-hkfft
45m 45m 1 {job } SuccessfulCreate Created pod: rohan-job-bozus-bcp5b
41m 41m 1 {job } SuccessfulCreate Created pod: rohan-job-bozus-tq4m4
41m 41m 1 {job } SuccessfulCreate Created pod: rohan-job-bozus-25z9x
38m 38m 1 {job } SuccessfulCreate Created pod: rohan-job-bozus-31lqv
35m 35m 1 {job } SuccessfulCreate Created pod: rohan-job-bozus-j5oey
34m 34m 1 {job } SuccessfulCreate Created pod: rohan-job-bozus-0sxzt
31m 31m 1 {job } SuccessfulCreate Created pod: rohan-job-bozus-4gws3
28m 28m 1 {job } SuccessfulCreate Created pod: rohan-job-bozus-grfen
28m 28m 1 {job } SuccessfulCreate Created pod: rohan-job-bozus-11i17
25m 25m 1 {job } SuccessfulCreate Created pod: rohan-job-bozus-krz00
22m 22m 1 {job } SuccessfulCreate Created pod: rohan-job-bozus-109pr
19m 19m 1 {job } SuccessfulCreate Created pod: rohan-job-bozus-k13yj
16m 16m 1 {job } SuccessfulCreate Created pod: rohan-job-bozus-31imf
13m 13m 1 {job } SuccessfulCreate Created pod: rohan-job-bozus-mhkvb
13m 13m 1 {job } SuccessfulCreate Created pod: rohan-job-bozus-68pe9
9m 9m 1 {job } SuccessfulCreate Created pod: rohan-job-bozus-xectw
6m 6m 1 {job } SuccessfulCreate Created pod: rohan-job-bozus-ez1m9
6m 6m 1 {job } SuccessfulCreate Created pod: rohan-job-bozus-7c0sh
3m 3m 1 {job } SuccessfulCreate Created pod: rohan-job-bozus-dk3ws
36s 36s 1 {job } SuccessfulCreate Created pod: rohan-job-bozus-vq6vd
5s 5s 1 {job } SuccessfulCreate Created pod: rohan-job-bozus-v34v0
$ kubectl version
Client Version: version.Info{Major:"1", Minor:"1", GitVersion:"v1.1.4", GitCommit:"a5949fea3a91d6a50f40a5684e05879080a4c61d", GitTreeState:"clean"}
Server Version: version.Info{Major:"1", Minor:"1", GitVersion:"v1.1.4", GitCommit:"a5949fea3a91d6a50f40a5684e05879080a4c61d", GitTreeState:"clean"}
rohan@gke-styx-test-cluster-fb99bf61-node-479y:~$ cat /var/log/kubelet.log | tail -500
I0127 09:45:13.001403 3572 fsHandler.go:87] failed to collect filesystem stats - du command failed on /var/lib/docker/aufs/diff/21ee6afa8dfdb2574fe26327cdd9c32b5891198f093b617d300f82953ae951d2 with output du: cannot access `/var/lib/docker/aufs/diff/21ee6afa8dfdb2574fe26327cdd9c32b5891198f093b617d300f82953ae951d2': No such file or directory
- exit status 1
I0127 09:45:13.532779 3572 fsHandler.go:87] failed to collect filesystem stats - du command failed on /var/lib/docker/aufs/diff/769788baf03f3e8e6a11ca1fe63db1af48793ad1df8f3e2b041cb938416ce94e with output du: cannot access `/var/lib/docker/aufs/diff/769788baf03f3e8e6a11ca1fe63db1af48793ad1df8f3e2b041cb938416ce94e': No such file or directory
- exit status 1
I0127 09:45:15.016207 3572 server.go:944] POST /stats/container/: (8.360587ms) 0 [[Go 1.1 package http] 10.52.0.3:52712]
I0127 09:45:15.021360 3572 server.go:944] GET /stats/kube-system/kube-dns-v9-v1o0p/6ed682ba-c40f-11e5-b8c8-42010af000d4/etcd: (4.848645ms) 0 [[Go 1.1 package http] 10.52.0.3:46226]
I0127 09:45:15.021674 3572 server.go:944] GET /stats/kube-system/heapster-v10-ha5vv/6ecba91b-c40f-11e5-b8c8-42010af000d4/heapster: (208.711µs) 0 [[Go 1.1 package http] 10.52.0.3:46293]
I0127 09:45:15.021840 3572 server.go:944] GET /stats/default/rohan-run/99b2f294-c42d-11e5-9fa4-42010af000d4/rohan-run: (58.776µs) 404 [[Go 1.1 package http] 10.52.0.3:46307]
I0127 09:45:15.021971 3572 server.go:944] GET /stats/default/rohan-run2/031f6362-c42e-11e5-8f65-42010af000d4/rohan-run2: (42.434µs) 404 [[Go 1.1 package http] 10.52.0.3:46308]
I0127 09:45:15.022800 3572 server.go:944] GET /stats/kube-system/fluentd-cloud-logging-gke-styx-test-cluster-fb99bf61-node-479y/85245065-c40f-11e5-b8c8-42010af000d4/fluentd-cloud-logging: (737.309µs) 0 [[Go 1.1 package http] 10.52.0.3:46309]
I0127 09:45:15.023429 3572 server.go:944] GET /stats/kube-system/kube-ui-v4-tc29m/6ec5ebff-c40f-11e5-b8c8-42010af000d4/kube-ui: (551.621µs) 0 [[Go 1.1 package http] 10.52.0.3:46310]
I0127 09:45:15.024222 3572 server.go:944] GET /stats/kube-system/l7-lb-controller-ok5c2/6ed072ea-c40f-11e5-b8c8-42010af000d4/default-http-backend: (690.687µs) 0 [[Go 1.1 package http] 10.52.0.3:46311]
I0127 09:45:15.047594 3572 server.go:944] GET /stats/kube-system/l7-lb-controller-ok5c2/6ed072ea-c40f-11e5-b8c8-42010af000d4/l7-lb-controller: (3.404216ms) 0 [[Go 1.1 package http] 10.52.0.3:46311]
I0127 09:45:15.125491 3572 server.go:944] GET /stats/kube-system/kube-dns-v9-v1o0p/6ed682ba-c40f-11e5-b8c8-42010af000d4/kube2sky: (1.167574ms) 0 [[Go 1.1 package http] 10.52.0.3:46309]
I0127 09:45:15.155238 3572 server.go:944] GET /stats/kube-system/kube-dns-v9-v1o0p/6ed682ba-c40f-11e5-b8c8-42010af000d4/skydns: (739.828µs) 0 [[Go 1.1 package http] 10.52.0.3:46311]
I0127 09:45:15.159371 3572 server.go:944] GET /stats/kube-system/kube-dns-v9-v1o0p/6ed682ba-c40f-11e5-b8c8-42010af000d4/healthz: (909.317µs) 0 [[Go 1.1 package http] 10.52.0.3:46311]
I0127 09:45:20.009719 3572 server.go:944] GET /stats/kube-system/heapster-v10-ha5vv/6ecba91b-c40f-11e5-b8c8-42010af000d4/heapster: (8.692334ms) 0 [[Go 1.1 package http] 10.52.0.3:46311]
I0127 09:45:20.010686 3572 server.go:944] GET /stats/kube-system/kube-dns-v9-v1o0p/6ed682ba-c40f-11e5-b8c8-42010af000d4/etcd: (5.400501ms) 0 [[Go 1.1 package http] 10.52.0.3:46310]
I0127 09:45:20.049477 3572 server.go:944] POST /stats/container/: (38.09089ms) 0 [[Go 1.1 package http] 10.52.0.3:52712]
I0127 09:45:20.082076 3572 server.go:944] GET /stats/kube-system/l7-lb-controller-ok5c2/6ed072ea-c40f-11e5-b8c8-42010af000d4/default-http-backend: (515.424µs) 0 [[Go 1.1 package http] 10.52.0.3:46329]
I0127 09:45:20.083244 3572 server.go:944] GET /stats/kube-system/kube-ui-v4-tc29m/6ec5ebff-c40f-11e5-b8c8-42010af000d4/kube-ui: (621.241µs) 0 [[Go 1.1 package http] 10.52.0.3:46328]
I0127 09:45:20.083915 3572 server.go:944] GET /stats/kube-system/kube-dns-v9-v1o0p/6ed682ba-c40f-11e5-b8c8-42010af000d4/kube2sky: (450.475µs) 0 [[Go 1.1 package http] 10.52.0.3:46310]
I0127 09:45:20.085000 3572 server.go:944] GET /stats/kube-system/fluentd-cloud-logging-gke-styx-test-cluster-fb99bf61-node-479y/85245065-c40f-11e5-b8c8-42010af000d4/fluentd-cloud-logging: (763.91µs) 0 [[Go 1.1 package http] 10.52.0.3:46327]
I0127 09:45:20.085239 3572 server.go:944] GET /stats/default/rohan-run2/031f6362-c42e-11e5-8f65-42010af000d4/rohan-run2: (65.531µs) 404 [[Go 1.1 package http] 10.52.0.3:46326]
I0127 09:45:20.085855 3572 server.go:944] GET /stats/default/rohan-run/99b2f294-c42d-11e5-9fa4-42010af000d4/rohan-run: (259.553µs) 404 [[Go 1.1 package http] 10.52.0.3:46325]
I0127 09:45:20.087279 3572 server.go:944] GET /stats/kube-system/l7-lb-controller-ok5c2/6ed072ea-c40f-11e5-b8c8-42010af000d4/l7-lb-controller: (695.851µs) 0 [[Go 1.1 package http] 10.52.0.3:46329]
I0127 09:45:20.094416 3572 server.go:944] GET /stats/kube-system/kube-dns-v9-v1o0p/6ed682ba-c40f-11e5-b8c8-42010af000d4/skydns: (255.335µs) 0 [[Go 1.1 package http] 10.52.0.3:46329]
I0127 09:45:20.095559 3572 server.go:944] GET /stats/kube-system/kube-dns-v9-v1o0p/6ed682ba-c40f-11e5-b8c8-42010af000d4/healthz: (313.534µs) 0 [[Go 1.1 package http] 10.52.0.3:46328]
I0127 09:45:20.233628 3572 fsHandler.go:87] failed to collect filesystem stats - du command failed on /var/lib/docker/aufs/diff/91a832f560ef1d5c15695f822964d1f075466286f613397490fb37464075bc49 with output du: cannot access `/var/lib/docker/aufs/diff/91a832f560ef1d5c15695f822964d1f075466286f613397490fb37464075bc49': No such file or directory
- exit status 1
I0127 09:45:20.234054 3572 fsHandler.go:87] failed to collect filesystem stats - du command failed on /var/lib/docker/aufs/diff/21aaaf73afc5c15573e3b8d5222833e2d932b78c3071f2d86e40114ae6894d5d with output du: cannot access `/var/lib/docker/aufs/diff/21aaaf73afc5c15573e3b8d5222833e2d932b78c3071f2d86e40114ae6894d5d': No such file or directory
- exit status 1
I0127 09:45:20.234266 3572 fsHandler.go:87] failed to collect filesystem stats - du command failed on /var/lib/docker/aufs/diff/20b56838e8b6c561dd2f096f56de3c14b338acc6aea3ea22c6a0783d9b767859 with output du: cannot access `/var/lib/docker/aufs/diff/20b56838e8b6c561dd2f096f56de3c14b338acc6aea3ea22c6a0783d9b767859': No such file or directory
- exit status 1
I0127 09:45:21.872280 3572 fsHandler.go:87] failed to collect filesystem stats - du command failed on /var/lib/docker/aufs/diff/cce69f70bc373e32d56c8b8a2f983f1b2b7b89e428efc3fb992e3ae7007896c5 with output du: cannot access `/var/lib/docker/aufs/diff/cce69f70bc373e32d56c8b8a2f983f1b2b7b89e428efc3fb992e3ae7007896c5': No such file or directory
- exit status 1
I0127 09:45:21.952245 3572 server.go:944] GET /healthz: (1.154722ms) 0 [[curl/7.26.0] 127.0.0.1:38528]
I0127 09:45:24.373837 3572 fsHandler.go:87] failed to collect filesystem stats - du command failed on /var/lib/docker/aufs/diff/c864adfd9121eef8d57c2fd46a54f1c809e853b984af51a4928af5cee7299fc9 with output du: cannot access `/var/lib/docker/aufs/diff/c864adfd9121eef8d57c2fd46a54f1c809e853b984af51a4928af5cee7299fc9': No such file or directory
- exit status 1
I0127 09:45:24.374463 3572 fsHandler.go:87] failed to collect filesystem stats - du command failed on /var/lib/docker/aufs/diff/85da9b9c8a3dab0b7f4c2ad0baa05e903c41750bc2402a6bb2234eb433c037a7 with output du: cannot access `/var/lib/docker/aufs/diff/85da9b9c8a3dab0b7f4c2ad0baa05e903c41750bc2402a6bb2234eb433c037a7': No such file or directory
- exit status 1
I0127 09:45:25.006108 3572 server.go:944] GET /stats/kube-system/kube-dns-v9-v1o0p/6ed682ba-c40f-11e5-b8c8-42010af000d4/etcd: (631.739µs) 0 [[Go 1.1 package http] 10.52.0.3:46328]
I0127 09:45:25.008334 3572 server.go:944] GET /stats/kube-system/heapster-v10-ha5vv/6ecba91b-c40f-11e5-b8c8-42010af000d4/heapster: (250.61µs) 0 [[Go 1.1 package http] 10.52.0.3:46311]
I0127 09:45:25.019886 3572 server.go:944] GET /stats/kube-system/kube-dns-v9-v1o0p/6ed682ba-c40f-11e5-b8c8-42010af000d4/kube2sky: (979.472µs) 0 [[Go 1.1 package http] 10.52.0.3:46328]
I0127 09:45:25.020031 3572 server.go:944] GET /stats/default/rohan-run2/031f6362-c42e-11e5-8f65-42010af000d4/rohan-run2: (68.819µs) 404 [[Go 1.1 package http] 10.52.0.3:46337]
I0127 09:45:25.037392 3572 server.go:944] GET /stats/kube-system/fluentd-cloud-logging-gke-styx-test-cluster-fb99bf61-node-479y/85245065-c40f-11e5-b8c8-42010af000d4/fluentd-cloud-logging: (354.491µs) 0 [[Go 1.1 package http] 10.52.0.3:46338]
I0127 09:45:25.037684 3572 server.go:944] GET /stats/kube-system/kube-ui-v4-tc29m/6ec5ebff-c40f-11e5-b8c8-42010af000d4/kube-ui: (202.96µs) 0 [[Go 1.1 package http] 10.52.0.3:46339]
I0127 09:45:25.037922 3572 server.go:944] GET /stats/kube-system/l7-lb-controller-ok5c2/6ed072ea-c40f-11e5-b8c8-42010af000d4/default-http-backend: (170.209µs) 0 [[Go 1.1 package http] 10.52.0.3:46340]
I0127 09:45:25.038061 3572 server.go:944] GET /stats/default/rohan-run/99b2f294-c42d-11e5-9fa4-42010af000d4/rohan-run: (63.057µs) 404 [[Go 1.1 package http] 10.52.0.3:46341]
I0127 09:45:25.046555 3572 server.go:944] POST /stats/container/: (26.427116ms) 0 [[Go 1.1 package http] 10.52.0.3:52712]
I0127 09:45:25.135353 3572 server.go:944] GET /stats/kube-system/l7-lb-controller-ok5c2/6ed072ea-c40f-11e5-b8c8-42010af000d4/l7-lb-controller: (768.142µs) 0 [[Go 1.1 package http] 10.52.0.3:46341]
I0127 09:45:25.145326 3572 server.go:944] GET /stats/kube-system/kube-dns-v9-v1o0p/6ed682ba-c40f-11e5-b8c8-42010af000d4/skydns: (302.263µs) 0 [[Go 1.1 package http] 10.52.0.3:46339]
I0127 09:45:25.168517 3572 server.go:944] GET /stats/kube-system/kube-dns-v9-v1o0p/6ed682ba-c40f-11e5-b8c8-42010af000d4/healthz: (493.091µs) 0 [[Go 1.1 package http] 10.52.0.3:46341]
I0127 09:45:27.456394 3572 fsHandler.go:87] failed to collect filesystem stats - du command failed on /var/lib/docker/aufs/diff/cfdeebe38e000ca85ad024c57966e7a0c17fe5bb98491fd9272201f7b038b906 with output du: cannot access `/var/lib/docker/aufs/diff/cfdeebe38e000ca85ad024c57966e7a0c17fe5bb98491fd9272201f7b038b906': No such file or directory
- exit status 1
I0127 09:45:29.813463 3572 fsHandler.go:87] failed to collect filesystem stats - du command failed on /var/lib/docker/aufs/diff/e841b7b96b8de2552417ce72e84216418edc906a7476867615158412a4307cef with output du: cannot access `/var/lib/docker/aufs/diff/e841b7b96b8de2552417ce72e84216418edc906a7476867615158412a4307cef': No such file or directory
- exit status 1
I0127 09:45:30.009882 3572 server.go:944] GET /stats/kube-system/heapster-v10-ha5vv/6ecba91b-c40f-11e5-b8c8-42010af000d4/heapster: (8.895473ms) 0 [[Go 1.1 package http] 10.52.0.3:46341]
I0127 09:45:30.010433 3572 server.go:944] GET /stats/kube-system/kube-dns-v9-v1o0p/6ed682ba-c40f-11e5-b8c8-42010af000d4/etcd: (5.040683ms) 0 [[Go 1.1 package http] 10.52.0.3:46311]
I0127 09:45:30.021229 3572 server.go:944] POST /stats/container/: (9.162782ms) 0 [[Go 1.1 package http] 10.52.0.3:52712]
I0127 09:45:30.021461 3572 server.go:944] GET /stats/kube-system/l7-lb-controller-ok5c2/6ed072ea-c40f-11e5-b8c8-42010af000d4/default-http-backend: (127.607µs) 0 [[Go 1.1 package http] 10.52.0.3:46363]
I0127 09:45:30.023007 3572 server.go:944] GET /stats/kube-system/kube-ui-v4-tc29m/6ec5ebff-c40f-11e5-b8c8-42010af000d4/kube-ui: (193.468µs) 0 [[Go 1.1 package http] 10.52.0.3:46362]
I0127 09:45:30.023650 3572 server.go:944] GET /stats/kube-system/fluentd-cloud-logging-gke-styx-test-cluster-fb99bf61-node-479y/85245065-c40f-11e5-b8c8-42010af000d4/fluentd-cloud-logging: (270.097µs) 0 [[Go 1.1 package http] 10.52.0.3:46361]
I0127 09:45:30.024194 3572 server.go:944] GET /stats/default/rohan-run/99b2f294-c42d-11e5-9fa4-42010af000d4/rohan-run: (65.112µs) 404 [[Go 1.1 package http] 10.52.0.3:46359]
I0127 09:45:30.024588 3572 server.go:944] GET /stats/default/rohan-run2/031f6362-c42e-11e5-8f65-42010af000d4/rohan-run2: (32.295µs) 404 [[Go 1.1 package http] 10.52.0.3:46311]
I0127 09:45:30.025783 3572 server.go:944] GET /stats/kube-system/kube-dns-v9-v1o0p/6ed682ba-c40f-11e5-b8c8-42010af000d4/kube2sky: (894.698µs) 0 [[Go 1.1 package http] 10.52.0.3:46341]
I0127 09:45:30.028185 3572 server.go:944] GET /stats/kube-system/kube-dns-v9-v1o0p/6ed682ba-c40f-11e5-b8c8-42010af000d4/skydns: (894.045µs) 0 [[Go 1.1 package http] 10.52.0.3:46341]
I0127 09:45:30.038811 3572 server.go:944] GET /stats/kube-system/l7-lb-controller-ok5c2/6ed072ea-c40f-11e5-b8c8-42010af000d4/l7-lb-controller: (145.143µs) 0 [[Go 1.1 package http] 10.52.0.3:46359]
I0127 09:45:30.040912 3572 server.go:944] GET /stats/kube-system/kube-dns-v9-v1o0p/6ed682ba-c40f-11e5-b8c8-42010af000d4/healthz: (1.123954ms) 0 [[Go 1.1 package http] 10.52.0.3:46341]
I0127 09:45:31.002309 3572 fsHandler.go:87] failed to collect filesystem stats - du command failed on /var/lib/docker/aufs/diff/5532cac06481fd3720f3da3f83bd852bf8a6a2c21b74a50a7837495bca7f0d39 with output du: cannot access `/var/lib/docker/aufs/diff/5532cac06481fd3720f3da3f83bd852bf8a6a2c21b74a50a7837495bca7f0d39': No such file or directory
- exit status 1
I0127 09:45:31.071091 3572 fsHandler.go:87] failed to collect filesystem stats - du command failed on /var/lib/docker/aufs/diff/935dd205fb081d89397b8de481c6a3770c83dd6d9f79288a2194aff38bed4025 with output du: cannot access `/var/lib/docker/aufs/diff/935dd205fb081d89397b8de481c6a3770c83dd6d9f79288a2194aff38bed4025': No such file or directory
- exit status 1
I0127 09:45:31.979259 3572 server.go:944] GET /healthz: (1.06171ms) 0 [[curl/7.26.0] 127.0.0.1:38563]
I0127 09:45:32.406401 3572 fsHandler.go:87] failed to collect filesystem stats - du command failed on /var/lib/docker/aufs/diff/ae2ee979b8f0abc8349467094dce9ca86b3f809e53f93376e7565e882c35032a with output du: cannot access `/var/lib/docker/aufs/diff/ae2ee979b8f0abc8349467094dce9ca86b3f809e53f93376e7565e882c35032a': No such file or directory
- exit status 1
I0127 09:45:35.017079 3572 server.go:944] GET /stats/default/rohan-run2/031f6362-c42e-11e5-8f65-42010af000d4/rohan-run2: (56.452µs) 404 [[Go 1.1 package http] 10.52.0.3:46311]
I0127 09:45:35.017306 3572 server.go:944] GET /stats/default/rohan-run/99b2f294-c42d-11e5-9fa4-42010af000d4/rohan-run: (44.525µs) 404 [[Go 1.1 package http] 10.52.0.3:46341]
I0127 09:45:35.026803 3572 server.go:944] POST /stats/container/: (24.43341ms) 0 [[Go 1.1 package http] 10.52.0.3:52712]
I0127 09:45:35.027710 3572 server.go:944] GET /stats/kube-system/fluentd-cloud-logging-gke-styx-test-cluster-fb99bf61-node-479y/85245065-c40f-11e5-b8c8-42010af000d4/fluentd-cloud-logging: (795.542µs) 0 [[Go 1.1 package http] 10.52.0.3:46375]
I0127 09:45:35.028343 3572 server.go:944] GET /stats/kube-system/kube-ui-v4-tc29m/6ec5ebff-c40f-11e5-b8c8-42010af000d4/kube-ui: (560.949µs) 0 [[Go 1.1 package http] 10.52.0.3:46376]
I0127 09:45:35.034274 3572 server.go:944] GET /stats/kube-system/l7-lb-controller-ok5c2/6ed072ea-c40f-11e5-b8c8-42010af000d4/default-http-backend: (5.838367ms) 0 [[Go 1.1 package http] 10.52.0.3:46377]
I0127 09:45:35.034589 3572 server.go:944] GET /stats/kube-system/heapster-v10-ha5vv/6ecba91b-c40f-11e5-b8c8-42010af000d4/heapster: (223.877µs) 0 [[Go 1.1 package http] 10.52.0.3:46378]
I0127 09:45:35.035111 3572 server.go:944] GET /stats/kube-system/kube-dns-v9-v1o0p/6ed682ba-c40f-11e5-b8c8-42010af000d4/etcd: (420.391µs) 0 [[Go 1.1 package http] 10.52.0.3:46379]
I0127 09:45:35.082722 3572 server.go:944] GET /stats/kube-system/kube-dns-v9-v1o0p/6ed682ba-c40f-11e5-b8c8-42010af000d4/kube2sky: (1.160183ms) 0 [[Go 1.1 package http] 10.52.0.3:46375]
I0127 09:45:35.145948 3572 server.go:944] GET /stats/kube-system/l7-lb-controller-ok5c2/6ed072ea-c40f-11e5-b8c8-42010af000d4/l7-lb-controller: (301.819µs) 0 [[Go 1.1 package http] 10.52.0.3:46378]
I0127 09:45:35.155886 3572 server.go:944] GET /stats/kube-system/kube-dns-v9-v1o0p/6ed682ba-c40f-11e5-b8c8-42010af000d4/skydns: (803.902µs) 0 [[Go 1.1 package http] 10.52.0.3:46375]
I0127 09:45:35.185536 3572 server.go:944] GET /stats/kube-system/kube-dns-v9-v1o0p/6ed682ba-c40f-11e5-b8c8-42010af000d4/healthz: (1.08672ms) 0 [[Go 1.1 package http] 10.52.0.3:46378]
I0127 09:45:36.549954 3572 fsHandler.go:87] failed to collect filesystem stats - du command failed on /var/lib/docker/aufs/diff/a66d011d8dea4c0cb8de6d539a606b129b45ef494a8c1624b04abc14c2063776 with output du: cannot access `/var/lib/docker/aufs/diff/a66d011d8dea4c0cb8de6d539a606b129b45ef494a8c1624b04abc14c2063776': No such file or directory
- exit status 1
I0127 09:45:38.991680 3572 fsHandler.go:87] failed to collect filesystem stats - du command failed on /var/lib/docker/aufs/diff/034e39371e4a5cf5c7db3ad0c3ce4cb361c00f1ab7c25c8c629007e5d823ddab with output du: cannot access `/var/lib/docker/aufs/diff/034e39371e4a5cf5c7db3ad0c3ce4cb361c00f1ab7c25c8c629007e5d823ddab': No such file or directory
- exit status 1
I0127 09:45:39.348543 3572 fsHandler.go:87] failed to collect filesystem stats - du command failed on /var/lib/docker/aufs/diff/380086c68e1717ed2f99cec52d23fb34acc4c81abbe37d170bd1a8340278648f with output du: cannot access `/var/lib/docker/aufs/diff/380086c68e1717ed2f99cec52d23fb34acc4c81abbe37d170bd1a8340278648f': No such file or directory
- exit status 1
I0127 09:45:40.010317 3572 server.go:944] GET /stats/kube-system/kube-ui-v4-tc29m/6ec5ebff-c40f-11e5-b8c8-42010af000d4/kube-ui: (9.274152ms) 0 [[Go 1.1 package http] 10.52.0.3:46378]
I0127 09:45:40.010639 3572 server.go:944] GET /stats/kube-system/l7-lb-controller-ok5c2/6ed072ea-c40f-11e5-b8c8-42010af000d4/default-http-backend: (5.334459ms) 0 [[Go 1.1 package http] 10.52.0.3:46376]
I0127 09:45:40.021872 3572 server.go:944] POST /stats/container/: (10.507712ms) 0 [[Go 1.1 package http] 10.52.0.3:52712]
I0127 09:45:40.022397 3572 server.go:944] GET /stats/kube-system/kube-dns-v9-v1o0p/6ed682ba-c40f-11e5-b8c8-42010af000d4/etcd: (426.873µs) 0 [[Go 1.1 package http] 10.52.0.3:46397]
I0127 09:45:40.022914 3572 server.go:944] GET /stats/kube-system/heapster-v10-ha5vv/6ecba91b-c40f-11e5-b8c8-42010af000d4/heapster: (191.067µs) 0 [[Go 1.1 package http] 10.52.0.3:46396]
I0127 09:45:40.023513 3572 server.go:944] GET /stats/kube-system/l7-lb-controller-ok5c2/6ed072ea-c40f-11e5-b8c8-42010af000d4/l7-lb-controller: (119.818µs) 0 [[Go 1.1 package http] 10.52.0.3:46376]
I0127 09:45:40.024051 3572 server.go:944] GET /stats/kube-system/fluentd-cloud-logging-gke-styx-test-cluster-fb99bf61-node-479y/85245065-c40f-11e5-b8c8-42010af000d4/fluentd-cloud-logging: (228.666µs) 0 [[Go 1.1 package http] 10.52.0.3:46395]
I0127 09:45:40.024391 3572 server.go:944] GET /stats/default/rohan-run2/031f6362-c42e-11e5-8f65-42010af000d4/rohan-run2: (55.749µs) 404 [[Go 1.1 package http] 10.52.0.3:46394]
I0127 09:45:40.024958 3572 server.go:944] GET /stats/default/rohan-run/99b2f294-c42d-11e5-9fa4-42010af000d4/rohan-run: (52.716µs) 404 [[Go 1.1 package http] 10.52.0.3:46393]
I0127 09:45:40.043778 3572 server.go:944] GET /stats/kube-system/kube-dns-v9-v1o0p/6ed682ba-c40f-11e5-b8c8-42010af000d4/kube2sky: (596.355µs) 0 [[Go 1.1 package http] 10.52.0.3:46397]
I0127 09:45:40.047186 3572 server.go:944] GET /stats/kube-system/kube-dns-v9-v1o0p/6ed682ba-c40f-11e5-b8c8-42010af000d4/skydns: (232.811µs) 0 [[Go 1.1 package http] 10.52.0.3:46393]
I0127 09:45:40.053299 3572 server.go:944] GET /stats/kube-system/kube-dns-v9-v1o0p/6ed682ba-c40f-11e5-b8c8-42010af000d4/healthz: (518.533µs) 0 [[Go 1.1 package http] 10.52.0.3:46393]
I0127 09:45:41.077629 3572 fsHandler.go:87] failed to collect filesystem stats - du command failed on /var/lib/docker/aufs/diff/3e28ba10cb0db17c20f3b43314f7579ec13fc8f40428bdb8d20913d566f1acf8 with output du: cannot access `/var/lib/docker/aufs/diff/3e28ba10cb0db17c20f3b43314f7579ec13fc8f40428bdb8d20913d566f1acf8': No such file or directory
- exit status 1
I0127 09:45:41.790039 3572 fsHandler.go:87] failed to collect filesystem stats - du command failed on /var/lib/docker/aufs/diff/e3ce14acbc9fdb3a2bc67e1c5e0826123a9e298cfbd6d5dd13f3171d3d78776a with output du: cannot access `/var/lib/docker/aufs/diff/e3ce14acbc9fdb3a2bc67e1c5e0826123a9e298cfbd6d5dd13f3171d3d78776a': No such file or directory
- exit status 1
I0127 09:45:42.001357 3572 server.go:944] GET /healthz: (1.142617ms) 0 [[curl/7.26.0] 127.0.0.1:38596]
I0127 09:45:43.509062 3572 fsHandler.go:87] failed to collect filesystem stats - du command failed on /var/lib/docker/aufs/diff/7cd5128028698094a756416d210adf97a16d4e6be4f22774eb0dfdc7cd2fcf57 with output du: cannot access `/var/lib/docker/aufs/diff/7cd5128028698094a756416d210adf97a16d4e6be4f22774eb0dfdc7cd2fcf57': No such file or directory
- exit status 1
I0127 09:45:45.007781 3572 server.go:944] GET /stats/default/rohan-run2/031f6362-c42e-11e5-8f65-42010af000d4/rohan-run2: (79.447µs) 404 [[Go 1.1 package http] 10.52.0.3:46378]
I0127 09:45:45.007962 3572 server.go:944] GET /stats/default/rohan-run/99b2f294-c42d-11e5-9fa4-42010af000d4/rohan-run: (33.462µs) 404 [[Go 1.1 package http] 10.52.0.3:46393]
I0127 09:45:45.043382 3572 server.go:944] GET /stats/kube-system/fluentd-cloud-logging-gke-styx-test-cluster-fb99bf61-node-479y/85245065-c40f-11e5-b8c8-42010af000d4/fluentd-cloud-logging: (2.723801ms) 0 [[Go 1.1 package http] 10.52.0.3:46407]
I0127 09:45:45.046646 3572 server.go:944] GET /stats/kube-system/kube-ui-v4-tc29m/6ec5ebff-c40f-11e5-b8c8-42010af000d4/kube-ui: (155.779µs) 0 [[Go 1.1 package http] 10.52.0.3:46408]
I0127 09:45:45.046948 3572 server.go:944] GET /stats/kube-system/l7-lb-controller-ok5c2/6ed072ea-c40f-11e5-b8c8-42010af000d4/default-http-backend: (220.428µs) 0 [[Go 1.1 package http] 10.52.0.3:46409]
I0127 09:45:45.054329 3572 server.go:944] GET /stats/kube-system/heapster-v10-ha5vv/6ecba91b-c40f-11e5-b8c8-42010af000d4/heapster: (243.637µs) 0 [[Go 1.1 package http] 10.52.0.3:46410]
I0127 09:45:45.054810 3572 server.go:944] GET /stats/kube-system/kube-dns-v9-v1o0p/6ed682ba-c40f-11e5-b8c8-42010af000d4/etcd: (397.883µs) 0 [[Go 1.1 package http] 10.52.0.3:46411]
I0127 09:45:45.056193 3572 server.go:944] POST /stats/container/: (35.865783ms) 0 [[Go 1.1 package http] 10.52.0.3:52712]
I0127 09:45:45.105041 3572 server.go:944] GET /stats/kube-system/l7-lb-controller-ok5c2/6ed072ea-c40f-11e5-b8c8-42010af000d4/l7-lb-controller: (170.256µs) 0 [[Go 1.1 package http] 10.52.0.3:46378]
I0127 09:45:45.128182 3572 server.go:944] GET /stats/kube-system/kube-dns-v9-v1o0p/6ed682ba-c40f-11e5-b8c8-42010af000d4/kube2sky: (466.241µs) 0 [[Go 1.1 package http] 10.52.0.3:46408]
I0127 09:45:45.217647 3572 server.go:944] GET /stats/kube-system/kube-dns-v9-v1o0p/6ed682ba-c40f-11e5-b8c8-42010af000d4/skydns: (303.473µs) 0 [[Go 1.1 package http] 10.52.0.3:46378]
I0127 09:45:45.223108 3572 server.go:944] GET /stats/kube-system/kube-dns-v9-v1o0p/6ed682ba-c40f-11e5-b8c8-42010af000d4/healthz: (459.645µs) 0 [[Go 1.1 package http] 10.52.0.3:46378]
I0127 09:45:45.378179 3572 fsHandler.go:87] failed to collect filesystem stats - du command failed on /var/lib/docker/aufs/diff/4b42f4f82e8fdb5067befa8b9712e68e064662dab3bbaafed7a09044b5ae24eb with output du: cannot access `/var/lib/docker/aufs/diff/4b42f4f82e8fdb5067befa8b9712e68e064662dab3bbaafed7a09044b5ae24eb': No such file or directory
- exit status 1
I0127 09:45:48.769507 3572 fsHandler.go:87] failed to collect filesystem stats - du command failed on /var/lib/docker/aufs/diff/cac41ffe0637fe592b8b078eecd0948c72b8436d9093ac17f05cdf8de7938124 with output du: cannot access `/var/lib/docker/aufs/diff/cac41ffe0637fe592b8b078eecd0948c72b8436d9093ac17f05cdf8de7938124': No such file or directory
- exit status 1
I0127 09:45:49.579618 3572 fsHandler.go:87] failed to collect filesystem stats - du command failed on /var/lib/docker/aufs/diff/1fa8bc92adf5931f10f804cd99c9a8f711c604de7fdfb81389ffddac474d6b97 with output du: cannot access `/var/lib/docker/aufs/diff/1fa8bc92adf5931f10f804cd99c9a8f711c604de7fdfb81389ffddac474d6b97': No such file or directory
- exit status 1
I0127 09:45:49.963876 3572 fsHandler.go:87] failed to collect filesystem stats - du command failed on /var/lib/docker/aufs/diff/b1e8598f6018994207d462f60c42f452bdeffc61be82120a8e81dfc2d7fd8b23 with output du: cannot access `/var/lib/docker/aufs/diff/b1e8598f6018994207d462f60c42f452bdeffc61be82120a8e81dfc2d7fd8b23': No such file or directory
- exit status 1
I0127 09:45:50.012463 3572 server.go:944] GET /stats/kube-system/l7-lb-controller-ok5c2/6ed072ea-c40f-11e5-b8c8-42010af000d4/default-http-backend: (10.869742ms) 0 [[Go 1.1 package http] 10.52.0.3:46378]
I0127 09:45:50.012647 3572 server.go:944] GET /stats/default/rohan-run/99b2f294-c42d-11e5-9fa4-42010af000d4/rohan-run: (3.533464ms) 404 [[Go 1.1 package http] 10.52.0.3:46393]
I0127 09:45:50.019404 3572 server.go:944] POST /stats/container/: (5.418275ms) 0 [[Go 1.1 package http] 10.52.0.3:52712]
I0127 09:45:50.031774 3572 server.go:944] GET /stats/kube-system/kube-dns-v9-v1o0p/6ed682ba-c40f-11e5-b8c8-42010af000d4/etcd: (897.071µs) 0 [[Go 1.1 package http] 10.52.0.3:46429]
I0127 09:45:50.033423 3572 server.go:944] GET /stats/kube-system/heapster-v10-ha5vv/6ecba91b-c40f-11e5-b8c8-42010af000d4/heapster: (1.060749ms) 0 [[Go 1.1 package http] 10.52.0.3:46428]
I0127 09:45:50.034798 3572 server.go:944] GET /stats/kube-system/kube-ui-v4-tc29m/6ec5ebff-c40f-11e5-b8c8-42010af000d4/kube-ui: (949.665µs) 0 [[Go 1.1 package http] 10.52.0.3:46427]
I0127 09:45:50.036057 3572 server.go:944] GET /stats/kube-system/l7-lb-controller-ok5c2/6ed072ea-c40f-11e5-b8c8-42010af000d4/l7-lb-controller: (1.074081ms) 0 [[Go 1.1 package http] 10.52.0.3:46378]
I0127 09:45:50.036553 3572 server.go:944] GET /stats/default/rohan-run2/031f6362-c42e-11e5-8f65-42010af000d4/rohan-run2: (71.788µs) 404 [[Go 1.1 package http] 10.52.0.3:46425]
I0127 09:45:50.037606 3572 server.go:944] GET /stats/kube-system/fluentd-cloud-logging-gke-styx-test-cluster-fb99bf61-node-479y/85245065-c40f-11e5-b8c8-42010af000d4/fluentd-cloud-logging: (837.087µs) 0 [[Go 1.1 package http] 10.52.0.3:46426]
I0127 09:45:50.039595 3572 server.go:944] GET /stats/kube-system/kube-dns-v9-v1o0p/6ed682ba-c40f-11e5-b8c8-42010af000d4/kube2sky: (1.016344ms) 0 [[Go 1.1 package http] 10.52.0.3:46429]
I0127 09:45:50.041430 3572 server.go:944] GET /stats/kube-system/kube-dns-v9-v1o0p/6ed682ba-c40f-11e5-b8c8-42010af000d4/skydns: (774.291µs) 0 [[Go 1.1 package http] 10.52.0.3:46429]
I0127 09:45:50.045171 3572 server.go:944] GET /stats/kube-system/kube-dns-v9-v1o0p/6ed682ba-c40f-11e5-b8c8-42010af000d4/healthz: (1.083533ms) 0 [[Go 1.1 package http] 10.52.0.3:46426]
I0127 09:45:51.537098 3572 fsHandler.go:87] failed to collect filesystem stats - du command failed on /var/lib/docker/aufs/diff/aea4477058c7db3adc23186921b0cb5f28e782c4d5a1be56b71a47b50e43afd4 with output du: cannot access `/var/lib/docker/aufs/diff/aea4477058c7db3adc23186921b0cb5f28e782c4d5a1be56b71a47b50e43afd4': No such file or directory
- exit status 1
I0127 09:45:52.024088 3572 server.go:944] GET /healthz: (1.32052ms) 0 [[curl/7.26.0] 127.0.0.1:38628]
I0127 09:45:55.008069 3572 server.go:944] GET /stats/kube-system/heapster-v10-ha5vv/6ecba91b-c40f-11e5-b8c8-42010af000d4/heapster: (319.288µs) 0 [[Go 1.1 package http] 10.52.0.3:46426]
I0127 09:45:55.029435 3572 server.go:944] GET /stats/kube-system/kube-dns-v9-v1o0p/6ed682ba-c40f-11e5-b8c8-42010af000d4/etcd: (4.964962ms) 0 [[Go 1.1 package http] 10.52.0.3:46393]
I0127 09:45:55.029660 3572 server.go:944] GET /stats/default/rohan-run/99b2f294-c42d-11e5-9fa4-42010af000d4/rohan-run: (84.157µs) 404 [[Go 1.1 package http] 10.52.0.3:46437]
I0127 09:45:55.029801 3572 server.go:944] GET /stats/default/rohan-run2/031f6362-c42e-11e5-8f65-42010af000d4/rohan-run2: (46.151µs) 404 [[Go 1.1 package http] 10.52.0.3:46438]
I0127 09:45:55.037688 3572 server.go:944] GET /stats/kube-system/fluentd-cloud-logging-gke-styx-test-cluster-fb99bf61-node-479y/85245065-c40f-11e5-b8c8-42010af000d4/fluentd-cloud-logging: (5.080797ms) 0 [[Go 1.1 package http] 10.52.0.3:46439]
I0127 09:45:55.038744 3572 server.go:944] GET /stats/kube-system/kube-ui-v4-tc29m/6ec5ebff-c40f-11e5-b8c8-42010af000d4/kube-ui: (881.229µs) 0 [[Go 1.1 package http] 10.52.0.3:46440]
I0127 09:45:55.039916 3572 server.go:944] GET /stats/kube-system/l7-lb-controller-ok5c2/6ed072ea-c40f-11e5-b8c8-42010af000d4/default-http-backend: (1.055638ms) 0 [[Go 1.1 package http] 10.52.0.3:46441]
I0127 09:45:55.071106 3572 server.go:944] POST /stats/container/: (52.651431ms) 0 [[Go 1.1 package http] 10.52.0.3:52712]
I0127 09:45:55.085153 3572 server.go:944] GET /stats/kube-system/l7-lb-controller-ok5c2/6ed072ea-c40f-11e5-b8c8-42010af000d4/l7-lb-controller: (158.335µs) 0 [[Go 1.1 package http] 10.52.0.3:46441]
I0127 09:45:55.213294 3572 server.go:944] GET /stats/kube-system/kube-dns-v9-v1o0p/6ed682ba-c40f-11e5-b8c8-42010af000d4/kube2sky: (1.19413ms) 0 [[Go 1.1 package http] 10.52.0.3:46440]
I0127 09:45:55.246172 3572 server.go:944] GET /stats/kube-system/kube-dns-v9-v1o0p/6ed682ba-c40f-11e5-b8c8-42010af000d4/skydns: (381.176µs) 0 [[Go 1.1 package http] 10.52.0.3:46441]
I0127 09:45:55.254657 3572 server.go:944] GET /stats/kube-system/kube-dns-v9-v1o0p/6ed682ba-c40f-11e5-b8c8-42010af000d4/healthz: (485.467µs) 0 [[Go 1.1 package http] 10.52.0.3:46441]
I0127 09:45:56.508826 3572 fsHandler.go:87] failed to collect filesystem stats - du command failed on /var/lib/docker/aufs/diff/db59ca11a566ab17b39be7b29ce36df3f47af832ffccd09395d3207db6dbe2b2 with output du: cannot access `/var/lib/docker/aufs/diff/db59ca11a566ab17b39be7b29ce36df3f47af832ffccd09395d3207db6dbe2b2': No such file or directory
- exit status 1
I0127 09:45:56.882620 3572 kubelet.go:2012] SyncLoop (ADD): "true-job-6ew2h-70di4_default"
I0127 09:45:56.903211 3572 kubelet.go:2012] SyncLoop (ADD): "true-job-2ctqx-caqvj_default"
I0127 09:45:56.903363 3572 kubelet.go:2015] SyncLoop (UPDATE): "true-job-6ew2h-70di4_default"
I0127 09:45:56.908259 3572 kubelet.go:2018] SyncLoop (REMOVE): "true-job-6ew2h-70di4_default"
I0127 09:45:56.908303 3572 kubelet.go:2108] Failed to delete pod "true-job-6ew2h-70di4_default", err: pod not found
I0127 09:45:56.910076 3572 kubelet.go:2015] SyncLoop (UPDATE): "true-job-2ctqx-caqvj_default"
I0127 09:45:56.971500 3572 manager.go:1707] Need to restart pod infra container for "true-job-6ew2h-70di4_default" because it is not found
I0127 09:45:56.975504 3572 manager.go:1707] Need to restart pod infra container for "true-job-2ctqx-caqvj_default" because it is not found
I0127 09:45:57.055248 3572 kubelet.go:2015] SyncLoop (UPDATE): "true-job-2ctqx-caqvj_default"
I0127 09:45:57.561958 3572 fsHandler.go:87] failed to collect filesystem stats - du command failed on /var/lib/docker/aufs/diff/3b41c65a94d396682dfc7e03337b37a576f8b9d4dbb5c64d8430b73428f53444 with output du: cannot access `/var/lib/docker/aufs/diff/3b41c65a94d396682dfc7e03337b37a576f8b9d4dbb5c64d8430b73428f53444': No such file or directory
- exit status 1
I0127 09:45:57.562053 3572 fsHandler.go:87] failed to collect filesystem stats - du command failed on /var/lib/docker/aufs/diff/23b2de73924eefb12eb3762478abe62f5f8df59190c6dbd136c082abe9420431 with output du: cannot access `/var/lib/docker/aufs/diff/23b2de73924eefb12eb3762478abe62f5f8df59190c6dbd136c082abe9420431': No such file or directory
- exit status 1
I0127 09:45:57.723210 3572 kubelet.go:1590] volume "c3a117cb-c4da-11e5-8eb0-42010af000d4/default-token-vnfh8", still has a container running "c3a117cb-c4da-11e5-8eb0-42010af000d4", skipping teardown
I0127 09:45:57.728948 3572 kubelet.go:2018] SyncLoop (REMOVE): "true-job-2ctqx-caqvj_default"
I0127 09:45:57.728997 3572 kubelet.go:2108] Failed to delete pod "true-job-2ctqx-caqvj_default", err: pod not found
I0127 09:45:58.637503 3572 fsHandler.go:87] failed to collect filesystem stats - du command failed on /var/lib/docker/aufs/diff/7574d30aaa1d25c51c86773306b9a5d936993cc442d3c1b099057e178fc80ddf with output du: cannot access `/var/lib/docker/aufs/diff/7574d30aaa1d25c51c86773306b9a5d936993cc442d3c1b099057e178fc80ddf': No such file or directory
- exit status 1
I0127 09:45:58.749375 3572 fsHandler.go:87] failed to collect filesystem stats - du command failed on /var/lib/docker/aufs/diff/01b03a3fc0e7c7bec4d24b2fcdf28075680375f66daace97078dc32b218ba7bb with output du: cannot access `/var/lib/docker/aufs/diff/01b03a3fc0e7c7bec4d24b2fcdf28075680375f66daace97078dc32b218ba7bb': No such file or directory
- exit status 1
I0127 09:45:59.117579 3572 fsHandler.go:87] failed to collect filesystem stats - du command failed on /var/lib/docker/aufs/diff/05e90c2886906a4317b07542a539b111381cd7a92e672d1df5a6a2beab7f7adf with output du: cannot access `/var/lib/docker/aufs/diff/05e90c2886906a4317b07542a539b111381cd7a92e672d1df5a6a2beab7f7adf': No such file or directory
- exit status 1
I0127 09:46:00.001492 3572 server.go:944] GET /stats/kube-system/heapster-v10-ha5vv/6ecba91b-c40f-11e5-b8c8-42010af000d4/heapster: (426.393µs) 0 [[Go 1.1 package http] 10.52.0.3:46441]
I0127 09:46:00.002667 3572 server.go:944] GET /stats/kube-system/kube-dns-v9-v1o0p/6ed682ba-c40f-11e5-b8c8-42010af000d4/etcd: (507.261µs) 0 [[Go 1.1 package http] 10.52.0.3:46426]
I0127 09:46:00.013792 3572 server.go:944] POST /stats/container/: (9.771484ms) 0 [[Go 1.1 package http] 10.52.0.3:52712]
I0127 09:46:00.014107 3572 server.go:944] GET /stats/kube-system/kube-ui-v4-tc29m/6ec5ebff-c40f-11e5-b8c8-42010af000d4/kube-ui: (157.033µs) 0 [[Go 1.1 package http] 10.52.0.3:46477]
I0127 09:46:00.014690 3572 server.go:944] GET /stats/kube-system/l7-lb-controller-ok5c2/6ed072ea-c40f-11e5-b8c8-42010af000d4/default-http-backend: (466.385µs) 0 [[Go 1.1 package http] 10.52.0.3:46478]
I0127 09:46:00.018547 3572 server.go:944] GET /stats/kube-system/fluentd-cloud-logging-gke-styx-test-cluster-fb99bf61-node-479y/85245065-c40f-11e5-b8c8-42010af000d4/fluentd-cloud-logging: (426.357µs) 0 [[Go 1.1 package http] 10.52.0.3:46476]
I0127 09:46:00.019147 3572 server.go:944] GET /stats/default/rohan-run2/031f6362-c42e-11e5-8f65-42010af000d4/rohan-run2: (104.922µs) 404 [[Go 1.1 package http] 10.52.0.3:46475]
I0127 09:46:00.019643 3572 server.go:944] GET /stats/default/rohan-run/99b2f294-c42d-11e5-9fa4-42010af000d4/rohan-run: (89.76µs) 404 [[Go 1.1 package http] 10.52.0.3:46474]
I0127 09:46:00.020542 3572 server.go:944] GET /stats/kube-system/kube-dns-v9-v1o0p/6ed682ba-c40f-11e5-b8c8-42010af000d4/kube2sky: (678.221µs) 0 [[Go 1.1 package http] 10.52.0.3:46426]
I0127 09:46:00.038433 3572 server.go:944] GET /stats/kube-system/l7-lb-controller-ok5c2/6ed072ea-c40f-11e5-b8c8-42010af000d4/l7-lb-controller: (200.936µs) 0 [[Go 1.1 package http] 10.52.0.3:46478]
I0127 09:46:00.041367 3572 server.go:944] GET /stats/kube-system/kube-dns-v9-v1o0p/6ed682ba-c40f-11e5-b8c8-42010af000d4/skydns: (343.879µs) 0 [[Go 1.1 package http] 10.52.0.3:46477]
I0127 09:46:00.043575 3572 server.go:944] GET /stats/kube-system/kube-dns-v9-v1o0p/6ed682ba-c40f-11e5-b8c8-42010af000d4/healthz: (496.741µs) 0 [[Go 1.1 package http] 10.52.0.3:46474]
I0127 09:46:00.188756 3572 fsHandler.go:87] failed to collect filesystem stats - du command failed on /var/lib/docker/aufs/diff/06787b18694f882e7c94467b3d5ddeabac8abd2e898c882ddf314fbff6333527 with output du: cannot access `/var/lib/docker/aufs/diff/06787b18694f882e7c94467b3d5ddeabac8abd2e898c882ddf314fbff6333527': No such file or directory
- exit status 1
I0127 09:46:00.202412 3572 fsHandler.go:87] failed to collect filesystem stats - du command failed on /var/lib/docker/aufs/diff/48c70c7c7f34a683b713e1f6446077f38f65c3d0bce412b78b53b586fe5f4357 with output du: cannot access `/var/lib/docker/aufs/diff/48c70c7c7f34a683b713e1f6446077f38f65c3d0bce412b78b53b586fe5f4357': No such file or directory
- exit status 1
I0127 09:46:00.481430 3572 fsHandler.go:87] failed to collect filesystem stats - du command failed on /var/lib/docker/aufs/diff/690b80002b0fd06664fdde74820387a21ceb8a122f6d2a2e89c0a58a11b474fd with output du: cannot access `/var/lib/docker/aufs/diff/690b80002b0fd06664fdde74820387a21ceb8a122f6d2a2e89c0a58a11b474fd': No such file or directory
- exit status 1
I0127 09:46:02.051982 3572 server.go:944] GET /healthz: (1.229402ms) 0 [[curl/7.26.0] 127.0.0.1:38677]
I0127 09:46:02.324541 3572 iowatcher.go:102] Unexpected EOF during watch stream event decoding: unexpected EOF
I0127 09:46:02.324923 3572 iowatcher.go:102] Unexpected EOF during watch stream event decoding: unexpected EOF
I0127 09:46:02.324969 3572 iowatcher.go:102] Unexpected EOF during watch stream event decoding: unexpected EOF
E0127 09:46:02.326536 3572 reflector.go:227] pkg/kubelet/kubelet.go:227: Failed to watch *api.Node: Get https://104.155.108.1/api/v1/watch/nodes?fieldSelector=metadata.name%3Dgke-styx-test-cluster-fb99bf61-node-479y&resourceVersion=62196: dial tcp 104.155.108.1:443: connection refused
E0127 09:46:02.326610 3572 reflector.go:227] pkg/kubelet/config/apiserver.go:43: Failed to watch *api.Pod: Get https://104.155.108.1/api/v1/watch/pods?fieldSelector=spec.nodeName%3Dgke-styx-test-cluster-fb99bf61-node-479y&resourceVersion=62208: dial tcp 104.155.108.1:443: connection refused
E0127 09:46:02.326668 3572 reflector.go:227] pkg/kubelet/kubelet.go:210: Failed to watch *api.Service: Get https://104.155.108.1/api/v1/watch/services?resourceVersion=60729: dial tcp 104.155.108.1:443: connection refused
I0127 09:46:03.280832 3572 fsHandler.go:87] failed to collect filesystem stats - du command failed on /var/lib/docker/aufs/diff/bd13c15ce534f52bc9eb2b5e25862b365203c6ecd48f01355a49d2e85bfd5ce9 with output du: cannot access `/var/lib/docker/aufs/diff/bd13c15ce534f52bc9eb2b5e25862b365203c6ecd48f01355a49d2e85bfd5ce9': No such file or directory
- exit status 1
W0127 09:46:03.417054 3572 reflector.go:245] pkg/kubelet/kubelet.go:210: watch of *api.Service ended with: 401: The event in requested index is outdated and cleared (the requested history has been cleared [61213/60730]) [62212]
E0127 09:46:03.418215 3572 reflector.go:227] pkg/kubelet/kubelet.go:227: Failed to watch *api.Node: too old resource version: 62197 (62208)
I0127 09:46:04.131843 3572 fsHandler.go:87] failed to collect filesystem stats - du command failed on /var/lib/docker/aufs/diff/ebbbb54932a44edf6d89413d6a8d6c122dbafb0a6a8b4078cf1bb91e481f91b1 with output du: cannot access `/var/lib/docker/aufs/diff/ebbbb54932a44edf6d89413d6a8d6c122dbafb0a6a8b4078cf1bb91e481f91b1': No such file or directory
- exit status 1
I0127 09:46:04.132000 3572 fsHandler.go:87] failed to collect filesystem stats - du command failed on /var/lib/docker/aufs/diff/770f4c0dbdacf52bd653b81b4c061d2dede1aa549712aa6f3d71e80eb4311e0a with output du: cannot access `/var/lib/docker/aufs/diff/770f4c0dbdacf52bd653b81b4c061d2dede1aa549712aa6f3d71e80eb4311e0a': No such file or directory
- exit status 1
I0127 09:46:04.132566 3572 fsHandler.go:87] failed to collect filesystem stats - du command failed on /var/lib/docker/aufs/diff/088fe2c3bd90b0f43a1b26a5b8fda5cb23a1a3f4281ae2902fc6994964099a66 with output du: cannot access `/var/lib/docker/aufs/diff/088fe2c3bd90b0f43a1b26a5b8fda5cb23a1a3f4281ae2902fc6994964099a66': No such file or directory
- exit status 1
I0127 09:46:04.869285 3572 fsHandler.go:87] failed to collect filesystem stats - du command failed on /var/lib/docker/aufs/diff/a14b8e5a843c228502bb6c669c396f3feea2537e41ee9cac0e4d65ffecf653ed with output du: cannot access `/var/lib/docker/aufs/diff/a14b8e5a843c228502bb6c669c396f3feea2537e41ee9cac0e4d65ffecf653ed': No such file or directory
- exit status 1
I0127 09:46:05.042390 3572 server.go:944] POST /stats/container/: (28.77962ms) 0 [[Go 1.1 package http] 10.52.0.3:52712]
I0127 09:46:05.043999 3572 server.go:944] GET /stats/kube-system/kube-dns-v9-v1o0p/6ed682ba-c40f-11e5-b8c8-42010af000d4/etcd: (426.87µs) 0 [[Go 1.1 package http] 10.52.0.3:46559]
I0127 09:46:05.044462 3572 kubelet.go:1830] Killing unwanted pod "true-job-6ew2h-70di4"
I0127 09:46:05.044492 3572 kubelet.go:1830] Killing unwanted pod "true-job-2ctqx-caqvj"
I0127 09:46:05.049631 3572 server.go:944] GET /stats/kube-system/l7-lb-controller-ok5c2/6ed072ea-c40f-11e5-b8c8-42010af000d4/default-http-backend: (47.889252ms) 0 [[Go 1.1 package http] 10.52.0.3:46478]
I0127 09:46:05.049726 3572 server.go:944] GET /stats/default/rohan-run/99b2f294-c42d-11e5-9fa4-42010af000d4/rohan-run: (40.665027ms) 404 [[Go 1.1 package http] 10.52.0.3:46441]
I0127 09:46:05.052686 3572 kubelet.go:1590] volume "c3a117cb-c4da-11e5-8eb0-42010af000d4/default-token-vnfh8", still has a container running "c3a117cb-c4da-11e5-8eb0-42010af000d4", skipping teardown
I0127 09:46:05.052707 3572 kubelet.go:1590] volume "c3a119d1-c4da-11e5-8eb0-42010af000d4/default-token-vnfh8", still has a container running "c3a119d1-c4da-11e5-8eb0-42010af000d4", skipping teardown
I0127 09:46:05.105488 3572 manager.go:1404] Killing container "887c41adfca0308a4ddbd45e873a83369a275c1f489e74b2c5c344ddfeb358ad /" with 30 second grace period
I0127 09:46:05.105863 3572 manager.go:1404] Killing container "bb02d75b13653acc8098e9289e5aa60c4541f6e7fa26821391314322d171bcb9 /" with 30 second grace period
I0127 09:46:05.187225 3572 server.go:944] GET /stats/kube-system/heapster-v10-ha5vv/6ecba91b-c40f-11e5-b8c8-42010af000d4/heapster: (327.397µs) 0 [[Go 1.1 package http] 10.52.0.3:46558]
I0127 09:46:05.201330 3572 server.go:944] GET /stats/kube-system/fluentd-cloud-logging-gke-styx-test-cluster-fb99bf61-node-479y/85245065-c40f-11e5-b8c8-42010af000d4/fluentd-cloud-logging: (366.199µs) 0 [[Go 1.1 package http] 10.52.0.3:46557]
I0127 09:46:05.201733 3572 prober.go:169] Readiness probe for "kube-dns-v9-v1o0p_kube-system:skydns" failed (failure): Healthz probe error: Result of last exec: nslookup: can't resolve 'kubernetes.default.svc.cluster.local'
, at 2016-01-27 09:46:03.511784513 +0000 UTC, error exit status 1
I0127 09:46:05.204045 3572 server.go:944] GET /stats/default/rohan-run2/031f6362-c42e-11e5-8f65-42010af000d4/rohan-run2: (45.146µs) 404 [[Go 1.1 package http] 10.52.0.3:46441]
I0127 09:46:05.205298 3572 server.go:944] GET /stats/kube-system/kube-ui-v4-tc29m/6ec5ebff-c40f-11e5-b8c8-42010af000d4/kube-ui: (242.273µs) 0 [[Go 1.1 package http] 10.52.0.3:46478]
I0127 09:46:05.205956 3572 server.go:944] GET /stats/kube-system/l7-lb-controller-ok5c2/6ed072ea-c40f-11e5-b8c8-42010af000d4/l7-lb-controller: (229.596µs) 0 [[Go 1.1 package http] 10.52.0.3:46559]
I0127 09:46:05.209231 3572 server.go:944] GET /stats/kube-system/kube-dns-v9-v1o0p/6ed682ba-c40f-11e5-b8c8-42010af000d4/kube2sky: (530.847µs) 0 [[Go 1.1 package http] 10.52.0.3:46558]
I0127 09:46:05.256604 3572 server.go:944] GET /stats/kube-system/kube-dns-v9-v1o0p/6ed682ba-c40f-11e5-b8c8-42010af000d4/skydns: (393.025µs) 0 [[Go 1.1 package http] 10.52.0.3:46560]
I0127 09:46:05.271315 3572 server.go:944] GET /stats/kube-system/kube-dns-v9-v1o0p/6ed682ba-c40f-11e5-b8c8-42010af000d4/healthz: (541.817µs) 0 [[Go 1.1 package http] 10.52.0.3:46559]
I0127 09:46:05.277172 3572 prober.go:129] Liveness probe for "kube-dns-v9-v1o0p_kube-system:skydns" failed (failure): Healthz probe error: Result of last exec: nslookup: can't resolve 'kubernetes.default.svc.cluster.local'
, at 2016-01-27 09:46:03.511784513 +0000 UTC, error exit status 1
I0127 09:46:05.277224 3572 manager.go:1769] pod "kube-dns-v9-v1o0p_kube-system" container "skydns" is unhealthy (probe result: failure), it will be killed and re-created.
I0127 09:46:05.277373 3572 manager.go:1404] Killing container "d2bd1c0b127cbb5677dd4916f685ccbcaa03277ead5196a5da3cd2e84c1fbd93 skydns kube-system/kube-dns-v9-v1o0p" with 30 second grace period
I0127 09:46:05.316045 3572 manager.go:1438] Container "887c41adfca0308a4ddbd45e873a83369a275c1f489e74b2c5c344ddfeb358ad /" exited after 210.519538ms
I0127 09:46:05.382856 3572 manager.go:1438] Container "d2bd1c0b127cbb5677dd4916f685ccbcaa03277ead5196a5da3cd2e84c1fbd93 skydns kube-system/kube-dns-v9-v1o0p" exited after 105.450635ms
I0127 09:46:05.438599 3572 manager.go:1438] Container "bb02d75b13653acc8098e9289e5aa60c4541f6e7fa26821391314322d171bcb9 /" exited after 332.7147ms
I0127 09:46:05.991938 3572 fsHandler.go:87] failed to collect filesystem stats - du command failed on /var/lib/docker/aufs/diff/d34d5eaff00ec6c7bcb9c0924bfac17baef4c73436767e8dcf7c614c674237b0 with output du: cannot access `/var/lib/docker/aufs/diff/d34d5eaff00ec6c7bcb9c0924bfac17baef4c73436767e8dcf7c614c674237b0': No such file or directory
- exit status 1
I0127 09:46:05.992136 3572 fsHandler.go:87] failed to collect filesystem stats - du command failed on /var/lib/docker/aufs/diff/b1445aedd6815ab1441fdbe26b301bb28a526cea47afe2458b08b0d7d569708a with output du: cannot access `/var/lib/docker/aufs/diff/b1445aedd6815ab1441fdbe26b301bb28a526cea47afe2458b08b0d7d569708a': No such file or directory
- exit status 1
I0127 09:46:06.140518 3572 fsHandler.go:87] failed to collect filesystem stats - du command failed on /var/lib/docker/aufs/diff/6da60174b8928f66cf6e2f58748e056e06aa34eec266a9ecd62e6eaa29f8fcfe with output du: cannot access `/var/lib/docker/aufs/diff/6da60174b8928f66cf6e2f58748e056e06aa34eec266a9ecd62e6eaa29f8fcfe': No such file or directory
- exit status 1
I0127 09:46:07.428626 3572 fsHandler.go:87] failed to collect filesystem stats - du command failed on /var/lib/docker/aufs/diff/a7babf6dc93f82ab74467691e31c959b8b7aee9b42100116846599d715f261ef with output du: cannot access `/var/lib/docker/aufs/diff/a7babf6dc93f82ab74467691e31c959b8b7aee9b42100116846599d715f261ef': No such file or directory
- exit status 1
I0127 09:46:07.867363 3572 fsHandler.go:87] failed to collect filesystem stats - du command failed on /var/lib/docker/aufs/diff/37843a277e77e552919f366e4e94f6d547913a88e92459b684ae8552051159d9 with output du: cannot access `/var/lib/docker/aufs/diff/37843a277e77e552919f366e4e94f6d547913a88e92459b684ae8552051159d9': No such file or directory
- exit status 1
I0127 09:46:08.081636 3572 fsHandler.go:87] failed to collect filesystem stats - du command failed on /var/lib/docker/aufs/diff/6be8efa2d16f7383605d49c0deed2a89b1d0a3038d132eb7cef02632beb3f8f6 with output du: cannot access `/var/lib/docker/aufs/diff/6be8efa2d16f7383605d49c0deed2a89b1d0a3038d132eb7cef02632beb3f8f6': No such file or directory
- exit status 1
I0127 09:46:08.919165 3572 fsHandler.go:87] failed to collect filesystem stats - du command failed on /var/lib/docker/aufs/diff/45484e0e11d0131904ed586a8b8486dcd2eacc0942aee1af58d6b9643957502d with output du: cannot access `/var/lib/docker/aufs/diff/45484e0e11d0131904ed586a8b8486dcd2eacc0942aee1af58d6b9643957502d': No such file or directory
- exit status 1
I0127 09:46:10.020884 3572 server.go:944] GET /stats/default/rohan-run2/031f6362-c42e-11e5-8f65-42010af000d4/rohan-run2: (9.019141ms) 404 [[Go 1.1 package http] 10.52.0.3:46559]
I0127 09:46:10.021691 3572 server.go:944] GET /stats/kube-system/fluentd-cloud-logging-gke-styx-test-cluster-fb99bf61-node-479y/85245065-c40f-11e5-b8c8-42010af000d4/fluentd-cloud-logging: (4.353272ms) 0 [[Go 1.1 package http] 10.52.0.3:46556]
I0127 09:46:10.031560 3572 server.go:944] POST /stats/container/: (9.216338ms) 0 [[Go 1.1 package http] 10.52.0.3:52712]
I0127 09:46:10.033172 3572 server.go:944] GET /stats/kube-system/kube-ui-v4-tc29m/6ec5ebff-c40f-11e5-b8c8-42010af000d4/kube-ui: (665.711µs) 0 [[Go 1.1 package http] 10.52.0.3:46588]
I0127 09:46:10.034089 3572 server.go:944] GET /stats/kube-system/kube-dns-v9-v1o0p/6ed682ba-c40f-11e5-b8c8-42010af000d4/etcd: (839.605µs) 0 [[Go 1.1 package http] 10.52.0.3:46587]
I0127 09:46:10.034768 3572 server.go:944] GET /stats/kube-system/heapster-v10-ha5vv/6ecba91b-c40f-11e5-b8c8-42010af000d4/heapster: (621.089µs) 0 [[Go 1.1 package http] 10.52.0.3:46586]
I0127 09:46:10.044641 3572 server.go:944] GET /stats/default/rohan-run/99b2f294-c42d-11e5-9fa4-42010af000d4/rohan-run: (103.58µs) 404 [[Go 1.1 package http] 10.52.0.3:46590]
I0127 09:46:10.045769 3572 server.go:944] GET /stats/kube-system/l7-lb-controller-ok5c2/6ed072ea-c40f-11e5-b8c8-42010af000d4/default-http-backend: (654.43µs) 0 [[Go 1.1 package http] 10.52.0.3:46589]
I0127 09:46:10.048826 3572 server.go:944] GET /stats/kube-system/kube-dns-v9-v1o0p/6ed682ba-c40f-11e5-b8c8-42010af000d4/kube2sky: (1.05443ms) 0 [[Go 1.1 package http] 10.52.0.3:46559]
I0127 09:46:10.055526 3572 server.go:944] GET /stats/kube-system/kube-dns-v9-v1o0p/6ed682ba-c40f-11e5-b8c8-42010af000d4/skydns: (324.066µs) 0 [[Go 1.1 package http] 10.52.0.3:46588]
I0127 09:46:10.056272 3572 server.go:944] GET /stats/kube-system/l7-lb-controller-ok5c2/6ed072ea-c40f-11e5-b8c8-42010af000d4/l7-lb-controller: (223.7µs) 0 [[Go 1.1 package http] 10.52.0.3:46589]
I0127 09:46:10.057774 3572 server.go:944] GET /stats/kube-system/kube-dns-v9-v1o0p/6ed682ba-c40f-11e5-b8c8-42010af000d4/healthz: (346.525µs) 0 [[Go 1.1 package http] 10.52.0.3:46590]
I0127 09:46:10.584556 3572 fsHandler.go:87] failed to collect filesystem stats - du command failed on /var/lib/docker/aufs/diff/cd119e705b6d8cadb34d808d174b7cb747fef3fadc54d1b36d77ebb72f89b496 with output du: cannot access `/var/lib/docker/aufs/diff/cd119e705b6d8cadb34d808d174b7cb747fef3fadc54d1b36d77ebb72f89b496': No such file or directory
- exit status 1
I0127 09:46:11.160839 3572 fsHandler.go:87] failed to collect filesystem stats - du command failed on /var/lib/docker/aufs/diff/7278ae0c581bc01a9d81e8212b24e0215d8611d2bbd40fb8712f733a40e5f426 with output du: cannot access `/var/lib/docker/aufs/diff/7278ae0c581bc01a9d81e8212b24e0215d8611d2bbd40fb8712f733a40e5f426': No such file or directory
- exit status 1
I0127 09:46:11.216274 3572 fsHandler.go:87] failed to collect filesystem stats - du command failed on /var/lib/docker/aufs/diff/e6cc493247f99394e6a70aa4d35e634be0142eee0c43596a99e6898c1c07921b with output du: cannot access `/var/lib/docker/aufs/diff/e6cc493247f99394e6a70aa4d35e634be0142eee0c43596a99e6898c1c07921b': No such file or directory
- exit status 1
I0127 09:46:11.599967 3572 fsHandler.go:87] failed to collect filesystem stats - du command failed on /var/lib/docker/aufs/diff/1d547c5f2ed4b57235b5100e6ee6ab27e002445bdcdbad0186219505c47700de with output du: cannot access `/var/lib/docker/aufs/diff/1d547c5f2ed4b57235b5100e6ee6ab27e002445bdcdbad0186219505c47700de': No such file or directory
- exit status 1
I0127 09:46:11.728249 3572 fsHandler.go:87] failed to collect filesystem stats - du command failed on /var/lib/docker/aufs/diff/dfb225d931b0b8dae6d21c2c3e499e699ce551afb0006389f44233b9a87b2117 with output du: cannot access `/var/lib/docker/aufs/diff/dfb225d931b0b8dae6d21c2c3e499e699ce551afb0006389f44233b9a87b2117': No such file or directory
- exit status 1
I0127 09:46:11.806499 3572 fsHandler.go:87] failed to collect filesystem stats - du command failed on /var/lib/docker/aufs/diff/7f7f8bd982114e2dc7ac5aa71ab8ced23547a94e207521e39475ca2480a98f53 with output du: cannot access `/var/lib/docker/aufs/diff/7f7f8bd982114e2dc7ac5aa71ab8ced23547a94e207521e39475ca2480a98f53': No such file or directory
- exit status 1
I0127 09:46:12.075718 3572 server.go:944] GET /healthz: (1.177841ms) 0 [[curl/7.26.0] 127.0.0.1:38787]
I0127 09:46:13.004902 3572 fsHandler.go:87] failed to collect filesystem stats - du command failed on /var/lib/docker/aufs/diff/21ee6afa8dfdb2574fe26327cdd9c32b5891198f093b617d300f82953ae951d2 with output du: cannot access `/var/lib/docker/aufs/diff/21ee6afa8dfdb2574fe26327cdd9c32b5891198f093b617d300f82953ae951d2': No such file or directory
- exit status 1
I0127 09:46:13.536198 3572 fsHandler.go:87] failed to collect filesystem stats - du command failed on /var/lib/docker/aufs/diff/769788baf03f3e8e6a11ca1fe63db1af48793ad1df8f3e2b041cb938416ce94e with output du: cannot access `/var/lib/docker/aufs/diff/769788baf03f3e8e6a11ca1fe63db1af48793ad1df8f3e2b041cb938416ce94e': No such file or directory
- exit status 1
I0127 09:46:15.004908 3572 server.go:944] GET /stats/kube-system/fluentd-cloud-logging-gke-styx-test-cluster-fb99bf61-node-479y/85245065-c40f-11e5-b8c8-42010af000d4/fluentd-cloud-logging: (413.324µs) 0 [[Go 1.1 package http] 10.52.0.3:46590]
I0127 09:46:15.007575 3572 server.go:944] GET /stats/kube-system/heapster-v10-ha5vv/6ecba91b-c40f-11e5-b8c8-42010af000d4/heapster: (242.563µs) 0 [[Go 1.1 package http] 10.52.0.3:46556]
W0127 09:46:15.009170 3572 kubelet.go:1595] Orphaned volume "c3a117cb-c4da-11e5-8eb0-42010af000d4/default-token-vnfh8" found, tearing down volume
I0127 09:46:15.021874 3572 server.go:944] GET /stats/kube-system/kube-dns-v9-v1o0p/6ed682ba-c40f-11e5-b8c8-42010af000d4/etcd: (603.441µs) 0 [[Go 1.1 package http] 10.52.0.3:46590]
I0127 09:46:15.025337 3572 server.go:944] GET /stats/default/rohan-run2/031f6362-c42e-11e5-8f65-42010af000d4/rohan-run2: (55.951µs) 404 [[Go 1.1 package http] 10.52.0.3:46597]
W0127 09:46:15.025936 3572 kubelet.go:1595] Orphaned volume "c3a119d1-c4da-11e5-8eb0-42010af000d4/default-token-vnfh8" found, tearing down volume
I0127 09:46:15.062300 3572 server.go:944] POST /stats/container/: (40.316849ms) 0 [[Go 1.1 package http] 10.52.0.3:52712]
I0127 09:46:15.063497 3572 server.go:944] GET /stats/kube-system/kube-dns-v9-v1o0p/6ed682ba-c40f-11e5-b8c8-42010af000d4/kube2sky: (1.004726ms) 0 [[Go 1.1 package http] 10.52.0.3:46556]
I0127 09:46:15.063793 3572 server.go:944] GET /stats/kube-system/kube-ui-v4-tc29m/6ec5ebff-c40f-11e5-b8c8-42010af000d4/kube-ui: (137.923µs) 0 [[Go 1.1 package http] 10.52.0.3:46594]
I0127 09:46:15.064623 3572 server.go:944] GET /stats/kube-system/l7-lb-controller-ok5c2/6ed072ea-c40f-11e5-b8c8-42010af000d4/default-http-backend: (755.045µs) 0 [[Go 1.1 package http] 10.52.0.3:46595]
I0127 09:46:15.064744 3572 server.go:944] GET /stats/default/rohan-run/99b2f294-c42d-11e5-9fa4-42010af000d4/rohan-run: (58.796µs) 404 [[Go 1.1 package http] 10.52.0.3:46596]
I0127 09:46:15.124488 3572 server.go:944] GET /stats/kube-system/kube-dns-v9-v1o0p/6ed682ba-c40f-11e5-b8c8-42010af000d4/skydns: (278.429µs) 0 [[Go 1.1 package http] 10.52.0.3:46594]
I0127 09:46:15.125129 3572 server.go:944] GET /stats/kube-system/l7-lb-controller-ok5c2/6ed072ea-c40f-11e5-b8c8-42010af000d4/l7-lb-controller: (569.525µs) 0 [[Go 1.1 package http] 10.52.0.3:46595]
I0127 09:46:15.146644 3572 server.go:944] GET /stats/kube-system/kube-dns-v9-v1o0p/6ed682ba-c40f-11e5-b8c8-42010af000d4/healthz: (1.180547ms) 0 [[Go 1.1 package http] 10.52.0.3:46596]
I0127 09:46:20.009263 3572 server.go:944] GET /stats/default/rohan-run/99b2f294-c42d-11e5-9fa4-42010af000d4/rohan-run: (8.235595ms) 404 [[Go 1.1 package http] 10.52.0.3:46596]
I0127 09:46:20.009395 3572 server.go:944] GET /stats/default/rohan-run2/031f6362-c42e-11e5-8f65-42010af000d4/rohan-run2: (4.062304ms) 404 [[Go 1.1 package http] 10.52.0.3:46593]
I0127 09:46:20.018040 3572 server.go:944] POST /stats/container/: (7.305347ms) 0 [[Go 1.1 package http] 10.52.0.3:52712]
I0127 09:46:20.018398 3572 server.go:944] GET /stats/kube-system/fluentd-cloud-logging-gke-styx-test-cluster-fb99bf61-node-479y/85245065-c40f-11e5-b8c8-42010af000d4/fluentd-cloud-logging: (267.28µs) 0 [[Go 1.1 package http] 10.52.0.3:46593]
I0127 09:46:20.018852 3572 server.go:944] GET /stats/kube-system/heapster-v10-ha5vv/6ecba91b-c40f-11e5-b8c8-42010af000d4/heapster: (206.005µs) 0 [[Go 1.1 package http] 10.52.0.3:46622]
I0127 09:46:20.019347 3572 server.go:944] GET /stats/kube-system/kube-dns-v9-v1o0p/6ed682ba-c40f-11e5-b8c8-42010af000d4/etcd: (424.648µs) 0 [[Go 1.1 package http] 10.52.0.3:46623]
I0127 09:46:20.019512 3572 server.go:944] GET /stats/kube-system/kube-ui-v4-tc29m/6ec5ebff-c40f-11e5-b8c8-42010af000d4/kube-ui: (97.245µs) 0 [[Go 1.1 package http] 10.52.0.3:46624]
I0127 09:46:20.045285 3572 server.go:944] GET /stats/kube-system/l7-lb-controller-ok5c2/6ed072ea-c40f-11e5-b8c8-42010af000d4/default-http-backend: (25.658951ms) 0 [[Go 1.1 package http] 10.52.0.3:46625]
I0127 09:46:20.069655 3572 server.go:944] GET /stats/kube-system/kube-dns-v9-v1o0p/6ed682ba-c40f-11e5-b8c8-42010af000d4/kube2sky: (1.649441ms) 0 [[Go 1.1 package http] 10.52.0.3:46621]
I0127 09:46:20.077714 3572 server.go:944] GET /stats/kube-system/l7-lb-controller-ok5c2/6ed072ea-c40f-11e5-b8c8-42010af000d4/l7-lb-controller: (344.18µs) 0 [[Go 1.1 package http] 10.52.0.3:46622]
I0127 09:46:20.079955 3572 server.go:944] GET /stats/kube-system/kube-dns-v9-v1o0p/6ed682ba-c40f-11e5-b8c8-42010af000d4/skydns: (773.096µs) 0 [[Go 1.1 package http] 10.52.0.3:46622]
I0127 09:46:20.081127 3572 server.go:944] GET /stats/kube-system/kube-dns-v9-v1o0p/6ed682ba-c40f-11e5-b8c8-42010af000d4/healthz: (425.391µs) 0 [[Go 1.1 package http] 10.52.0.3:46622]
I0127 09:46:20.245498 3572 fsHandler.go:87] failed to collect filesystem stats - du command failed on /var/lib/docker/aufs/diff/21aaaf73afc5c15573e3b8d5222833e2d932b78c3071f2d86e40114ae6894d5d with output du: cannot access `/var/lib/docker/aufs/diff/21aaaf73afc5c15573e3b8d5222833e2d932b78c3071f2d86e40114ae6894d5d': No such file or directory
- exit status 1
I0127 09:46:20.246084 3572 fsHandler.go:87] failed to collect filesystem stats - du command failed on /var/lib/docker/aufs/diff/91a832f560ef1d5c15695f822964d1f075466286f613397490fb37464075bc49 with output du: cannot access `/var/lib/docker/aufs/diff/91a832f560ef1d5c15695f822964d1f075466286f613397490fb37464075bc49': No such file or directory
- exit status 1
I0127 09:46:20.246159 3572 fsHandler.go:87] failed to collect filesystem stats - du command failed on /var/lib/docker/aufs/diff/20b56838e8b6c561dd2f096f56de3c14b338acc6aea3ea22c6a0783d9b767859 with output du: cannot access `/var/lib/docker/aufs/diff/20b56838e8b6c561dd2f096f56de3c14b338acc6aea3ea22c6a0783d9b767859': No such file or directory
- exit status 1
I0127 09:46:21.876066 3572 fsHandler.go:87] failed to collect filesystem stats - du command failed on /var/lib/docker/aufs/diff/cce69f70bc373e32d56c8b8a2f983f1b2b7b89e428efc3fb992e3ae7007896c5 with output du: cannot access `/var/lib/docker/aufs/diff/cce69f70bc373e32d56c8b8a2f983f1b2b7b89e428efc3fb992e3ae7007896c5': No such file or directory
- exit status 1
I0127 09:46:22.098381 3572 server.go:944] GET /healthz: (1.144658ms) 0 [[curl/7.26.0] 127.0.0.1:38822]
I0127 09:46:24.380370 3572 fsHandler.go:87] failed to collect filesystem stats - du command failed on /var/lib/docker/aufs/diff/85da9b9c8a3dab0b7f4c2ad0baa05e903c41750bc2402a6bb2234eb433c037a7 with output du: cannot access `/var/lib/docker/aufs/diff/85da9b9c8a3dab0b7f4c2ad0baa05e903c41750bc2402a6bb2234eb433c037a7': No such file or directory
- exit status 1
I0127 09:46:24.381020 3572 fsHandler.go:87] failed to collect filesystem stats - du command failed on /var/lib/docker/aufs/diff/c864adfd9121eef8d57c2fd46a54f1c809e853b984af51a4928af5cee7299fc9 with output du: cannot access `/var/lib/docker/aufs/diff/c864adfd9121eef8d57c2fd46a54f1c809e853b984af51a4928af5cee7299fc9': No such file or directory
- exit status 1
I0127 09:46:25.026117 3572 server.go:944] GET /stats/kube-system/kube-ui-v4-tc29m/6ec5ebff-c40f-11e5-b8c8-42010af000d4/kube-ui: (950.315µs) 0 [[Go 1.1 package http] 10.52.0.3:46596]
I0127 09:46:25.027238 3572 server.go:944] GET /stats/kube-system/kube-dns-v9-v1o0p/6ed682ba-c40f-11e5-b8c8-42010af000d4/etcd: (963.903µs) 0 [[Go 1.1 package http] 10.52.0.3:46622]
I0127 09:46:25.028026 3572 server.go:944] GET /stats/kube-system/l7-lb-controller-ok5c2/6ed072ea-c40f-11e5-b8c8-42010af000d4/default-http-backend: (708.705µs) 0 [[Go 1.1 package http] 10.52.0.3:46633]
I0127 09:46:25.028140 3572 server.go:944] GET /stats/default/rohan-run/99b2f294-c42d-11e5-9fa4-42010af000d4/rohan-run: (45.372µs) 404 [[Go 1.1 package http] 10.52.0.3:46634]
I0127 09:46:25.028267 3572 server.go:944] GET /stats/default/rohan-run2/031f6362-c42e-11e5-8f65-42010af000d4/rohan-run2: (48.086µs) 404 [[Go 1.1 package http] 10.52.0.3:46635]
I0127 09:46:25.031611 3572 server.go:944] GET /stats/kube-system/fluentd-cloud-logging-gke-styx-test-cluster-fb99bf61-node-479y/85245065-c40f-11e5-b8c8-42010af000d4/fluentd-cloud-logging: (3.261257ms) 0 [[Go 1.1 package http] 10.52.0.3:46636]
I0127 09:46:25.031997 3572 server.go:944] GET /stats/kube-system/heapster-v10-ha5vv/6ecba91b-c40f-11e5-b8c8-42010af000d4/heapster: (247.648µs) 0 [[Go 1.1 package http] 10.52.0.3:46637]
I0127 09:46:25.069397 3572 server.go:944] POST /stats/container/: (50.122264ms) 0 [[Go 1.1 package http] 10.52.0.3:52712]
I0127 09:46:25.121433 3572 server.go:944] GET /stats/kube-system/l7-lb-controller-ok5c2/6ed072ea-c40f-11e5-b8c8-42010af000d4/l7-lb-controller: (214.534µs) 0 [[Go 1.1 package http] 10.52.0.3:46636]
I0127 09:46:25.199295 3572 server.go:944] GET /stats/kube-system/kube-dns-v9-v1o0p/6ed682ba-c40f-11e5-b8c8-42010af000d4/kube2sky: (1.089304ms) 0 [[Go 1.1 package http] 10.52.0.3:46637]
I0127 09:46:25.221473 3572 server.go:944] GET /stats/kube-system/kube-dns-v9-v1o0p/6ed682ba-c40f-11e5-b8c8-42010af000d4/skydns: (870.664µs) 0 [[Go 1.1 package http] 10.52.0.3:46637]
I0127 09:46:25.222650 3572 server.go:944] GET /stats/kube-system/kube-dns-v9-v1o0p/6ed682ba-c40f-11e5-b8c8-42010af000d4/healthz: (452.096µs) 0 [[Go 1.1 package http] 10.52.0.3:46637]
I0127 09:46:27.459892 3572 fsHandler.go:87] failed to collect filesystem stats - du command failed on /var/lib/docker/aufs/diff/cfdeebe38e000ca85ad024c57966e7a0c17fe5bb98491fd9272201f7b038b906 with output du: cannot access `/var/lib/docker/aufs/diff/cfdeebe38e000ca85ad024c57966e7a0c17fe5bb98491fd9272201f7b038b906': No such file or directory
- exit status 1
I0127 09:46:27.885310 3572 kubelet.go:2012] SyncLoop (ADD): "true-job-2ctqx-bsl5f_default"
I0127 09:46:27.912862 3572 kubelet.go:2015] SyncLoop (UPDATE): "true-job-2ctqx-bsl5f_default"
I0127 09:46:27.912912 3572 kubelet.go:2012] SyncLoop (ADD): "true-job-6ew2h-wnxvs_default"
I0127 09:46:27.913046 3572 kubelet.go:2018] SyncLoop (REMOVE): "true-job-2ctqx-bsl5f_default"
I0127 09:46:27.913072 3572 kubelet.go:2108] Failed to delete pod "true-job-2ctqx-bsl5f_default", err: pod not found
I0127 09:46:27.913086 3572 kubelet.go:2015] SyncLoop (UPDATE): "true-job-6ew2h-wnxvs_default"
I0127 09:46:27.985355 3572 manager.go:1707] Need to restart pod infra container for "true-job-2ctqx-bsl5f_default" because it is not found
I0127 09:46:28.030429 3572 kubelet.go:2015] SyncLoop (UPDATE): "true-job-6ew2h-wnxvs_default"
I0127 09:46:28.043524 3572 kubelet.go:2018] SyncLoop (REMOVE): "true-job-6ew2h-wnxvs_default"
I0127 09:46:28.067288 3572 kubelet.go:2108] Failed to delete pod "true-job-6ew2h-wnxvs_default", err: pod not found
I0127 09:46:29.817374 3572 fsHandler.go:87] failed to collect filesystem stats - du command failed on /var/lib/docker/aufs/diff/e841b7b96b8de2552417ce72e84216418edc906a7476867615158412a4307cef with output du: cannot access `/var/lib/docker/aufs/diff/e841b7b96b8de2552417ce72e84216418edc906a7476867615158412a4307cef': No such file or directory
- exit status 1
I0127 09:46:30.030410 3572 server.go:944] GET /stats/kube-system/fluentd-cloud-logging-gke-styx-test-cluster-fb99bf61-node-479y/85245065-c40f-11e5-b8c8-42010af000d4/fluentd-cloud-logging: (427.336µs) 0 [[Go 1.1 package http] 10.52.0.3:46637]
I0127 09:46:30.031706 3572 server.go:944] GET /stats/kube-system/kube-ui-v4-tc29m/6ec5ebff-c40f-11e5-b8c8-42010af000d4/kube-ui: (792.724µs) 0 [[Go 1.1 package http] 10.52.0.3:46636]
I0127 09:46:30.040268 3572 server.go:944] POST /stats/container/: (7.159519ms) 0 [[Go 1.1 package http] 10.52.0.3:52712]
I0127 09:46:30.041248 3572 server.go:944] GET /stats/kube-system/l7-lb-controller-ok5c2/6ed072ea-c40f-11e5-b8c8-42010af000d4/default-http-backend: (80.93µs) 0 [[Go 1.1 package http] 10.52.0.3:46637]
I0127 09:46:30.049839 3572 server.go:944] GET /stats/kube-system/kube-dns-v9-v1o0p/6ed682ba-c40f-11e5-b8c8-42010af000d4/etcd: (592.963µs) 0 [[Go 1.1 package http] 10.52.0.3:46663]
I0127 09:46:30.050377 3572 server.go:944] GET /stats/kube-system/heapster-v10-ha5vv/6ecba91b-c40f-11e5-b8c8-42010af000d4/heapster: (190.915µs) 0 [[Go 1.1 package http] 10.52.0.3:46662]
I0127 09:46:30.050794 3572 server.go:944] GET /stats/default/rohan-run2/031f6362-c42e-11e5-8f65-42010af000d4/rohan-run2: (73.902µs) 404 [[Go 1.1 package http] 10.52.0.3:46661]
I0127 09:46:30.051218 3572 server.go:944] GET /stats/default/rohan-run/99b2f294-c42d-11e5-9fa4-42010af000d4/rohan-run: (71.633µs) 404 [[Go 1.1 package http] 10.52.0.3:46660]
I0127 09:46:30.053681 3572 server.go:944] GET /stats/kube-system/kube-dns-v9-v1o0p/6ed682ba-c40f-11e5-b8c8-42010af000d4/kube2sky: (475.286µs) 0 [[Go 1.1 package http] 10.52.0.3:46636]
I0127 09:46:30.054076 3572 server.go:944] GET /stats/kube-system/l7-lb-controller-ok5c2/6ed072ea-c40f-11e5-b8c8-42010af000d4/l7-lb-controller: (79.912µs) 0 [[Go 1.1 package http] 10.52.0.3:46637]
I0127 09:46:30.055348 3572 server.go:944] GET /stats/kube-system/kube-dns-v9-v1o0p/6ed682ba-c40f-11e5-b8c8-42010af000d4/skydns: (223.973µs) 0 [[Go 1.1 package http] 10.52.0.3:46636]
I0127 09:46:30.057003 3572 server.go:944] GET /stats/kube-system/kube-dns-v9-v1o0p/6ed682ba-c40f-11e5-b8c8-42010af000d4/healthz: (953.89µs) 0 [[Go 1.1 package http] 10.52.0.3:46636]
I0127 09:46:31.006383 3572 fsHandler.go:87] failed to collect filesystem stats - du command failed on /var/lib/docker/aufs/diff/5532cac06481fd3720f3da3f83bd852bf8a6a2c21b74a50a7837495bca7f0d39 with output du: cannot access `/var/lib/docker/aufs/diff/5532cac06481fd3720f3da3f83bd852bf8a6a2c21b74a50a7837495bca7f0d39': No such file or directory
- exit status 1
I0127 09:46:31.074871 3572 fsHandler.go:87] failed to collect filesystem stats - du command failed on /var/lib/docker/aufs/diff/935dd205fb081d89397b8de481c6a3770c83dd6d9f79288a2194aff38bed4025 with output du: cannot access `/var/lib/docker/aufs/diff/935dd205fb081d89397b8de481c6a3770c83dd6d9f79288a2194aff38bed4025': No such file or directory
- exit status 1
I0127 09:46:32.121113 3572 server.go:944] GET /healthz: (1.15835ms) 0 [[curl/7.26.0] 127.0.0.1:38860]
I0127 09:46:32.409808 3572 fsHandler.go:87] failed to collect filesystem stats - du command failed on /var/lib/docker/aufs/diff/ae2ee979b8f0abc8349467094dce9ca86b3f809e53f93376e7565e882c35032a with output du: cannot access `/var/lib/docker/aufs/diff/ae2ee979b8f0abc8349467094dce9ca86b3f809e53f93376e7565e882c35032a': No such file or directory
- exit status 1
I0127 09:46:35.000020 3572 kubelet.go:1830] Killing unwanted pod "true-job-2ctqx-bsl5f"
I0127 09:46:35.021914 3572 server.go:944] GET /stats/kube-system/kube-dns-v9-v1o0p/6ed682ba-c40f-11e5-b8c8-42010af000d4/etcd: (549.867µs) 0 [[Go 1.1 package http] 10.52.0.3:46659]
I0127 09:46:35.022178 3572 server.go:944] GET /stats/kube-system/heapster-v10-ha5vv/6ecba91b-c40f-11e5-b8c8-42010af000d4/heapster: (175.009µs) 0 [[Go 1.1 package http] 10.52.0.3:46637]
I0127 09:46:35.023085 3572 kubelet.go:1590] volume "d61ba91d-c4da-11e5-a145-42010af000d4/default-token-vnfh8", still has a container running "d61ba91d-c4da-11e5-a145-42010af000d4", skipping teardown
I0127 09:46:35.037523 3572 server.go:944] POST /stats/container/: (28.552461ms) 0 [[Go 1.1 package http] 10.52.0.3:52712]
I0127 09:46:35.037748 3572 server.go:944] GET /stats/default/rohan-run/99b2f294-c42d-11e5-9fa4-42010af000d4/rohan-run: (85.301µs) 404 [[Go 1.1 package http] 10.52.0.3:46671]
I0127 09:46:35.037890 3572 server.go:944] GET /stats/default/rohan-run2/031f6362-c42e-11e5-8f65-42010af000d4/rohan-run2: (47.847µs) 404 [[Go 1.1 package http] 10.52.0.3:46672]
I0127 09:46:35.038925 3572 server.go:944] GET /stats/kube-system/fluentd-cloud-logging-gke-styx-test-cluster-fb99bf61-node-479y/85245065-c40f-11e5-b8c8-42010af000d4/fluentd-cloud-logging: (948.779µs) 0 [[Go 1.1 package http] 10.52.0.3:46673]
I0127 09:46:35.039845 3572 server.go:944] GET /stats/kube-system/kube-ui-v4-tc29m/6ec5ebff-c40f-11e5-b8c8-42010af000d4/kube-ui: (798.197µs) 0 [[Go 1.1 package http] 10.52.0.3:46674]
I0127 09:46:35.040653 3572 server.go:944] GET /stats/kube-system/l7-lb-controller-ok5c2/6ed072ea-c40f-11e5-b8c8-42010af000d4/default-http-backend: (690.674µs) 0 [[Go 1.1 package http] 10.52.0.3:46675]
I0127 09:46:35.073561 3572 manager.go:1404] Killing container "20c9d64ddaaa8ecdce3c712617270124855a538f088501b79d71bc2c7eb4f77c /" with 30 second grace period
I0127 09:46:35.177484 3572 server.go:944] GET /stats/kube-system/l7-lb-controller-ok5c2/6ed072ea-c40f-11e5-b8c8-42010af000d4/l7-lb-controller: (2.300853ms) 0 [[Go 1.1 package http] 10.52.0.3:46637]
I0127 09:46:35.178160 3572 server.go:944] GET /stats/kube-system/kube-dns-v9-v1o0p/6ed682ba-c40f-11e5-b8c8-42010af000d4/kube2sky: (536.568µs) 0 [[Go 1.1 package http] 10.52.0.3:46659]
I0127 09:46:35.181045 3572 server.go:944] GET /stats/kube-system/kube-dns-v9-v1o0p/6ed682ba-c40f-11e5-b8c8-42010af000d4/skydns: (280.758µs) 0 [[Go 1.1 package http] 10.52.0.3:46659]
I0127 09:46:35.183685 3572 server.go:944] GET /stats/kube-system/kube-dns-v9-v1o0p/6ed682ba-c40f-11e5-b8c8-42010af000d4/healthz: (1.092455ms) 0 [[Go 1.1 package http] 10.52.0.3:46659]
I0127 09:46:35.265984 3572 manager.go:1438] Container "20c9d64ddaaa8ecdce3c712617270124855a538f088501b79d71bc2c7eb4f77c /" exited after 192.374417ms
I0127 09:46:36.553733 3572 fsHandler.go:87] failed to collect filesystem stats - du command failed on /var/lib/docker/aufs/diff/a66d011d8dea4c0cb8de6d539a606b129b45ef494a8c1624b04abc14c2063776 with output du: cannot access `/var/lib/docker/aufs/diff/a66d011d8dea4c0cb8de6d539a606b129b45ef494a8c1624b04abc14c2063776': No such file or directory
- exit status 1
I0127 09:46:38.996442 3572 fsHandler.go:87] failed to collect filesystem stats - du command failed on /var/lib/docker/aufs/diff/034e39371e4a5cf5c7db3ad0c3ce4cb361c00f1ab7c25c8c629007e5d823ddab with output du: cannot access `/var/lib/docker/aufs/diff/034e39371e4a5cf5c7db3ad0c3ce4cb361c00f1ab7c25c8c629007e5d823ddab': No such file or directory
- exit status 1
I0127 09:46:39.352000 3572 fsHandler.go:87] failed to collect filesystem stats - du command failed on /var/lib/docker/aufs/diff/380086c68e1717ed2f99cec52d23fb34acc4c81abbe37d170bd1a8340278648f with output du: cannot access `/var/lib/docker/aufs/diff/380086c68e1717ed2f99cec52d23fb34acc4c81abbe37d170bd1a8340278648f': No such file or directory
- exit status 1
I0127 09:46:40.010906 3572 server.go:944] GET /stats/kube-system/heapster-v10-ha5vv/6ecba91b-c40f-11e5-b8c8-42010af000d4/heapster: (9.874002ms) 0 [[Go 1.1 package http] 10.52.0.3:46659]
I0127 09:46:40.011881 3572 server.go:944] GET /stats/kube-system/kube-dns-v9-v1o0p/6ed682ba-c40f-11e5-b8c8-42010af000d4/etcd: (6.30645ms) 0 [[Go 1.1 package http] 10.52.0.3:46637]
I0127 09:46:40.024154 3572 server.go:944] POST /stats/container/: (10.818963ms) 0 [[Go 1.1 package http] 10.52.0.3:52712]
I0127 09:46:40.025795 3572 server.go:944] GET /stats/kube-system/l7-lb-controller-ok5c2/6ed072ea-c40f-11e5-b8c8-42010af000d4/default-http-backend: (1.034587ms) 0 [[Go 1.1 package http] 10.52.0.3:46691]
I0127 09:46:40.027086 3572 server.go:944] GET /stats/default/rohan-run/99b2f294-c42d-11e5-9fa4-42010af000d4/rohan-run: (49.604µs) 404 [[Go 1.1 package http] 10.52.0.3:46637]
I0127 09:46:40.027434 3572 server.go:944] GET /stats/default/rohan-run2/031f6362-c42e-11e5-8f65-42010af000d4/rohan-run2: (38.064µs) 404 [[Go 1.1 package http] 10.52.0.3:46659]
I0127 09:46:40.036446 3572 server.go:944] GET /stats/kube-system/kube-ui-v4-tc29m/6ec5ebff-c40f-11e5-b8c8-42010af000d4/kube-ui: (230.228µs) 0 [[Go 1.1 package http] 10.52.0.3:46695]
I0127 09:46:40.037425 3572 server.go:944] GET /stats/kube-system/fluentd-cloud-logging-gke-styx-test-cluster-fb99bf61-node-479y/85245065-c40f-11e5-b8c8-42010af000d4/fluentd-cloud-logging: (315.668µs) 0 [[Go 1.1 package http] 10.52.0.3:46694]
I0127 09:46:40.038155 3572 server.go:944] GET /stats/kube-system/kube-dns-v9-v1o0p/6ed682ba-c40f-11e5-b8c8-42010af000d4/kube2sky: (546.025µs) 0 [[Go 1.1 package http] 10.52.0.3:46693]
I0127 09:46:40.039544 3572 server.go:944] GET /stats/kube-system/kube-dns-v9-v1o0p/6ed682ba-c40f-11e5-b8c8-42010af000d4/skydns: (234.16µs) 0 [[Go 1.1 package http] 10.52.0.3:46693]
I0127 09:46:40.041728 3572 server.go:944] GET /stats/kube-system/l7-lb-controller-ok5c2/6ed072ea-c40f-11e5-b8c8-42010af000d4/l7-lb-controller: (154.33µs) 0 [[Go 1.1 package http] 10.52.0.3:46694]
I0127 09:46:40.043063 3572 server.go:944] GET /stats/kube-system/kube-dns-v9-v1o0p/6ed682ba-c40f-11e5-b8c8-42010af000d4/healthz: (394.236µs) 0 [[Go 1.1 package http] 10.52.0.3:46694]
I0127 09:46:41.081283 3572 fsHandler.go:87] failed to collect filesystem stats - du command failed on /var/lib/docker/aufs/diff/3e28ba10cb0db17c20f3b43314f7579ec13fc8f40428bdb8d20913d566f1acf8 with output du: cannot access `/var/lib/docker/aufs/diff/3e28ba10cb0db17c20f3b43314f7579ec13fc8f40428bdb8d20913d566f1acf8': No such file or directory
- exit status 1
I0127 09:46:41.793831 3572 fsHandler.go:87] failed to collect filesystem stats - du command failed on /var/lib/docker/aufs/diff/e3ce14acbc9fdb3a2bc67e1c5e0826123a9e298cfbd6d5dd13f3171d3d78776a with output du: cannot access `/var/lib/docker/aufs/diff/e3ce14acbc9fdb3a2bc67e1c5e0826123a9e298cfbd6d5dd13f3171d3d78776a': No such file or directory
- exit status 1
I0127 09:46:42.144979 3572 server.go:944] GET /healthz: (1.187809ms) 0 [[curl/7.26.0] 127.0.0.1:38893]
I0127 09:46:43.512668 3572 fsHandler.go:87] failed to collect filesystem stats - du command failed on /var/lib/docker/aufs/diff/7cd5128028698094a756416d210adf97a16d4e6be4f22774eb0dfdc7cd2fcf57 with output du: cannot access `/var/lib/docker/aufs/diff/7cd5128028698094a756416d210adf97a16d4e6be4f22774eb0dfdc7cd2fcf57': No such file or directory
- exit status 1
I0127 09:46:45.015743 3572 server.go:944] POST /stats/container/: (7.512109ms) 0 [[Go 1.1 package http] 10.52.0.3:52712]
I0127 09:46:45.021919 3572 server.go:944] GET /stats/kube-system/kube-dns-v9-v1o0p/6ed682ba-c40f-11e5-b8c8-42010af000d4/etcd: (5.924093ms) 0 [[Go 1.1 package http] 10.52.0.3:46692]
I0127 09:46:45.022207 3572 server.go:944] GET /stats/kube-system/heapster-v10-ha5vv/6ecba91b-c40f-11e5-b8c8-42010af000d4/heapster: (190.158µs) 0 [[Go 1.1 package http] 10.52.0.3:46694]
I0127 09:46:45.022442 3572 server.go:944] GET /stats/kube-system/l7-lb-controller-ok5c2/6ed072ea-c40f-11e5-b8c8-42010af000d4/default-http-backend: (160.096µs) 0 [[Go 1.1 package http] 10.52.0.3:46712]
I0127 09:46:45.022571 3572 server.go:944] GET /stats/default/rohan-run/99b2f294-c42d-11e5-9fa4-42010af000d4/rohan-run: (53.618µs) 404 [[Go 1.1 package http] 10.52.0.3:46713]
I0127 09:46:45.022687 3572 server.go:944] GET /stats/default/rohan-run2/031f6362-c42e-11e5-8f65-42010af000d4/rohan-run2: (40.458µs) 404 [[Go 1.1 package http] 10.52.0.3:46714]
I0127 09:46:45.023017 3572 server.go:944] GET /stats/kube-system/fluentd-cloud-logging-gke-styx-test-cluster-fb99bf61-node-479y/85245065-c40f-11e5-b8c8-42010af000d4/fluentd-cloud-logging: (225.083µs) 0 [[Go 1.1 package http] 10.52.0.3:46715]
I0127 09:46:45.023254 3572 server.go:944] GET /stats/kube-system/kube-ui-v4-tc29m/6ec5ebff-c40f-11e5-b8c8-42010af000d4/kube-ui: (170.843µs) 0 [[Go 1.1 package http] 10.52.0.3:46716]
W0127 09:46:45.024165 3572 kubelet.go:1595] Orphaned volume "d61ba91d-c4da-11e5-a145-42010af000d4/default-token-vnfh8" found, tearing down volume
I0127 09:46:45.121420 3572 server.go:944] GET /stats/kube-system/l7-lb-controller-ok5c2/6ed072ea-c40f-11e5-b8c8-42010af000d4/l7-lb-controller: (314.07µs) 0 [[Go 1.1 package http] 10.52.0.3:46715]
I0127 09:46:45.123249 3572 server.go:944] GET /stats/kube-system/kube-dns-v9-v1o0p/6ed682ba-c40f-11e5-b8c8-42010af000d4/kube2sky: (1.434306ms) 0 [[Go 1.1 package http] 10.52.0.3:46694]
I0127 09:46:45.162744 3572 server.go:944] GET /stats/kube-system/kube-dns-v9-v1o0p/6ed682ba-c40f-11e5-b8c8-42010af000d4/skydns: (726.528µs) 0 [[Go 1.1 package http] 10.52.0.3:46694]
I0127 09:46:45.188041 3572 server.go:944] GET /stats/kube-system/kube-dns-v9-v1o0p/6ed682ba-c40f-11e5-b8c8-42010af000d4/healthz: (547.873µs) 0 [[Go 1.1 package http] 10.52.0.3:46715]
I0127 09:46:45.381794 3572 fsHandler.go:87] failed to collect filesystem stats - du command failed on /var/lib/docker/aufs/diff/4b42f4f82e8fdb5067befa8b9712e68e064662dab3bbaafed7a09044b5ae24eb with output du: cannot access `/var/lib/docker/aufs/diff/4b42f4f82e8fdb5067befa8b9712e68e064662dab3bbaafed7a09044b5ae24eb': No such file or directory
- exit status 1
I0127 09:46:48.774352 3572 fsHandler.go:87] failed to collect filesystem stats - du command failed on /var/lib/docker/aufs/diff/cac41ffe0637fe592b8b078eecd0948c72b8436d9093ac17f05cdf8de7938124 with output du: cannot access `/var/lib/docker/aufs/diff/cac41ffe0637fe592b8b078eecd0948c72b8436d9093ac17f05cdf8de7938124': No such file or directory
- exit status 1
I0127 09:46:49.583794 3572 fsHandler.go:87] failed to collect filesystem stats - du command failed on /var/lib/docker/aufs/diff/1fa8bc92adf5931f10f804cd99c9a8f711c604de7fdfb81389ffddac474d6b97 with output du: cannot access `/var/lib/docker/aufs/diff/1fa8bc92adf5931f10f804cd99c9a8f711c604de7fdfb81389ffddac474d6b97': No such file or directory
- exit status 1
I0127 09:46:49.968241 3572 fsHandler.go:87] failed to collect filesystem stats - du command failed on /var/lib/docker/aufs/diff/b1e8598f6018994207d462f60c42f452bdeffc61be82120a8e81dfc2d7fd8b23 with output du: cannot access `/var/lib/docker/aufs/diff/b1e8598f6018994207d462f60c42f452bdeffc61be82120a8e81dfc2d7fd8b23': No such file or directory
- exit status 1
I0127 09:46:50.012160 3572 server.go:944] GET /stats/default/rohan-run/99b2f294-c42d-11e5-9fa4-42010af000d4/rohan-run: (10.926365ms) 404 [[Go 1.1 package http] 10.52.0.3:46715]
I0127 09:46:50.012285 3572 server.go:944] GET /stats/default/rohan-run2/031f6362-c42e-11e5-8f65-42010af000d4/rohan-run2: (6.088885ms) 404 [[Go 1.1 package http] 10.52.0.3:46716]
I0127 09:46:50.027310 3572 server.go:944] POST /stats/container/: (14.058392ms) 0 [[Go 1.1 package http] 10.52.0.3:52712]
I0127 09:46:50.028045 3572 server.go:944] GET /stats/kube-system/kube-ui-v4-tc29m/6ec5ebff-c40f-11e5-b8c8-42010af000d4/kube-ui: (187.163µs) 0 [[Go 1.1 package http] 10.52.0.3:46732]
I0127 09:46:50.028209 3572 server.go:944] GET /stats/kube-system/l7-lb-controller-ok5c2/6ed072ea-c40f-11e5-b8c8-42010af000d4/default-http-backend: (77.543µs) 0 [[Go 1.1 package http] 10.52.0.3:46733]
I0127 09:46:50.028434 3572 server.go:944] GET /stats/kube-system/heapster-v10-ha5vv/6ecba91b-c40f-11e5-b8c8-42010af000d4/heapster: (152.195µs) 0 [[Go 1.1 package http] 10.52.0.3:46734]
I0127 09:46:50.029461 3572 server.go:944] GET /stats/kube-system/kube-dns-v9-v1o0p/6ed682ba-c40f-11e5-b8c8-42010af000d4/etcd: (951.737µs) 0 [[Go 1.1 package http] 10.52.0.3:46735]
I0127 09:46:50.029781 3572 server.go:944] GET /stats/kube-system/fluentd-cloud-logging-gke-styx-test-cluster-fb99bf61-node-479y/85245065-c40f-11e5-b8c8-42010af000d4/fluentd-cloud-logging: (241.918µs) 0 [[Go 1.1 package http] 10.52.0.3:46731]
I0127 09:46:50.039700 3572 server.go:944] GET /stats/kube-system/l7-lb-controller-ok5c2/6ed072ea-c40f-11e5-b8c8-42010af000d4/l7-lb-controller: (268.591µs) 0 [[Go 1.1 package http] 10.52.0.3:46715]
I0127 09:46:50.042504 3572 server.go:944] GET /stats/kube-system/kube-dns-v9-v1o0p/6ed682ba-c40f-11e5-b8c8-42010af000d4/kube2sky: (464.908µs) 0 [[Go 1.1 package http] 10.52.0.3:46732]
I0127 09:46:50.043788 3572 server.go:944] GET /stats/kube-system/kube-dns-v9-v1o0p/6ed682ba-c40f-11e5-b8c8-42010af000d4/skydns: (206.333µs) 0 [[Go 1.1 package http] 10.52.0.3:46732]
I0127 09:46:50.044752 3572 server.go:944] GET /stats/kube-system/kube-dns-v9-v1o0p/6ed682ba-c40f-11e5-b8c8-42010af000d4/healthz: (288.129µs) 0 [[Go 1.1 package http] 10.52.0.3:46732]
I0127 09:46:51.541411 3572 fsHandler.go:87] failed to collect filesystem stats - du command failed on /var/lib/docker/aufs/diff/aea4477058c7db3adc23186921b0cb5f28e782c4d5a1be56b71a47b50e43afd4 with output du: cannot access `/var/lib/docker/aufs/diff/aea4477058c7db3adc23186921b0cb5f28e782c4d5a1be56b71a47b50e43afd4': No such file or directory
- exit status 1
I0127 09:46:52.168226 3572 server.go:944] GET /healthz: (1.274405ms) 0 [[curl/7.26.0] 127.0.0.1:38932]
I0127 09:46:55.002552 3572 server.go:944] GET /stats/default/rohan-run2/031f6362-c42e-11e5-8f65-42010af000d4/rohan-run2: (334.294µs) 404 [[Go 1.1 package http] 10.52.0.3:46716]
I0127 09:46:55.002726 3572 server.go:944] GET /stats/default/rohan-run/99b2f294-c42d-11e5-9fa4-42010af000d4/rohan-run: (31.241µs) 404 [[Go 1.1 package http] 10.52.0.3:46732]
I0127 09:46:55.057158 3572 server.go:944] GET /stats/kube-system/fluentd-cloud-logging-gke-styx-test-cluster-fb99bf61-node-479y/85245065-c40f-11e5-b8c8-42010af000d4/fluentd-cloud-logging: (4.444446ms) 0 [[Go 1.1 package http] 10.52.0.3:46732]
I0127 09:46:55.057434 3572 server.go:944] GET /stats/kube-system/kube-ui-v4-tc29m/6ec5ebff-c40f-11e5-b8c8-42010af000d4/kube-ui: (181.998µs) 0 [[Go 1.1 package http] 10.52.0.3:46744]
I0127 09:46:55.057834 3572 server.go:944] GET /stats/kube-system/l7-lb-controller-ok5c2/6ed072ea-c40f-11e5-b8c8-42010af000d4/default-http-backend: (324.766µs) 0 [[Go 1.1 package http] 10.52.0.3:46745]
I0127 09:46:55.058116 3572 server.go:944] GET /stats/kube-system/heapster-v10-ha5vv/6ecba91b-c40f-11e5-b8c8-42010af000d4/heapster: (218.545µs) 0 [[Go 1.1 package http] 10.52.0.3:46746]
I0127 09:46:55.058596 3572 server.go:944] GET /stats/kube-system/kube-dns-v9-v1o0p/6ed682ba-c40f-11e5-b8c8-42010af000d4/etcd: (424.035µs) 0 [[Go 1.1 package http] 10.52.0.3:46747]
I0127 09:46:55.067315 3572 server.go:944] POST /stats/container/: (38.004169ms) 0 [[Go 1.1 package http] 10.52.0.3:52712]
I0127 09:46:55.083671 3572 server.go:944] GET /stats/kube-system/kube-dns-v9-v1o0p/6ed682ba-c40f-11e5-b8c8-42010af000d4/kube2sky: (552.666µs) 0 [[Go 1.1 package http] 10.52.0.3:46743]
I0127 09:46:55.174741 3572 server.go:944] GET /stats/kube-system/l7-lb-controller-ok5c2/6ed072ea-c40f-11e5-b8c8-42010af000d4/l7-lb-controller: (418.035µs) 0 [[Go 1.1 package http] 10.52.0.3:46746]
I0127 09:46:55.191925 3572 server.go:944] GET /stats/kube-system/kube-dns-v9-v1o0p/6ed682ba-c40f-11e5-b8c8-42010af000d4/skydns: (331.612µs) 0 [[Go 1.1 package http] 10.52.0.3:46743]
I0127 09:46:55.198787 3572 server.go:944] GET /stats/kube-system/kube-dns-v9-v1o0p/6ed682ba-c40f-11e5-b8c8-42010af000d4/healthz: (765.549µs) 0 [[Go 1.1 package http] 10.52.0.3:46746]
I0127 09:46:56.512866 3572 fsHandler.go:87] failed to collect filesystem stats - du command failed on /var/lib/docker/aufs/diff/db59ca11a566ab17b39be7b29ce36df3f47af832ffccd09395d3207db6dbe2b2 with output du: cannot access `/var/lib/docker/aufs/diff/db59ca11a566ab17b39be7b29ce36df3f47af832ffccd09395d3207db6dbe2b2': No such file or directory
- exit status 1
I0127 09:46:57.568478 3572 fsHandler.go:87] failed to collect filesystem stats - du command failed on /var/lib/docker/aufs/diff/3b41c65a94d396682dfc7e03337b37a576f8b9d4dbb5c64d8430b73428f53444 with output du: cannot access `/var/lib/docker/aufs/diff/3b41c65a94d396682dfc7e03337b37a576f8b9d4dbb5c64d8430b73428f53444': No such file or directory
- exit status 1
I0127 09:46:57.569185 3572 fsHandler.go:87] failed to collect filesystem stats - du command failed on /var/lib/docker/aufs/diff/23b2de73924eefb12eb3762478abe62f5f8df59190c6dbd136c082abe9420431 with output du: cannot access `/var/lib/docker/aufs/diff/23b2de73924eefb12eb3762478abe62f5f8df59190c6dbd136c082abe9420431': No such file or directory
- exit status 1
I0127 09:46:58.641305 3572 fsHandler.go:87] failed to collect filesystem stats - du command failed on /var/lib/docker/aufs/diff/7574d30aaa1d25c51c86773306b9a5d936993cc442d3c1b099057e178fc80ddf with output du: cannot access `/var/lib/docker/aufs/diff/7574d30aaa1d25c51c86773306b9a5d936993cc442d3c1b099057e178fc80ddf': No such file or directory
- exit status 1
I0127 09:46:58.753300 3572 fsHandler.go:87] failed to collect filesystem stats - du command failed on /var/lib/docker/aufs/diff/01b03a3fc0e7c7bec4d24b2fcdf28075680375f66daace97078dc32b218ba7bb with output du: cannot access `/var/lib/docker/aufs/diff/01b03a3fc0e7c7bec4d24b2fcdf28075680375f66daace97078dc32b218ba7bb': No such file or directory
- exit status 1
I0127 09:46:58.887050 3572 kubelet.go:2012] SyncLoop (ADD): "true-job-bqqy8-fqttw_default"
I0127 09:46:58.917832 3572 kubelet.go:2012] SyncLoop (ADD): "rohan-job-bozus-it6mu_default"
I0127 09:46:58.917981 3572 kubelet.go:2015] SyncLoop (UPDATE): "true-job-bqqy8-fqttw_default"
I0127 09:46:58.918004 3572 kubelet.go:2015] SyncLoop (UPDATE): "rohan-job-bozus-it6mu_default"
I0127 09:46:58.918017 3572 kubelet.go:2015] SyncLoop (UPDATE): "rohan-job-bozus-it6mu_default"
I0127 09:46:58.928337 3572 kubelet.go:2018] SyncLoop (REMOVE): "rohan-job-bozus-it6mu_default"
I0127 09:46:58.928385 3572 kubelet.go:2108] Failed to delete pod "rohan-job-bozus-it6mu_default", err: pod not found
I0127 09:46:58.931023 3572 kubelet.go:2012] SyncLoop (ADD): "rohan-job-i3uuy-fw0ce_default"
I0127 09:46:58.977673 3572 kubelet.go:2015] SyncLoop (UPDATE): "rohan-job-i3uuy-fw0ce_default"
I0127 09:46:58.982521 3572 manager.go:1707] Need to restart pod infra container for "true-job-bqqy8-fqttw_default" because it is not found
I0127 09:46:58.986004 3572 manager.go:1707] Need to restart pod infra container for "rohan-job-i3uuy-fw0ce_default" because it is not found
I0127 09:46:59.079422 3572 kubelet.go:2015] SyncLoop (UPDATE): "true-job-bqqy8-fqttw_default"
I0127 09:46:59.079476 3572 kubelet.go:2018] SyncLoop (REMOVE): "true-job-bqqy8-fqttw_default"
I0127 09:46:59.079502 3572 kubelet.go:2108] Failed to delete pod "true-job-bqqy8-fqttw_default", err: pod not found
I0127 09:46:59.157466 3572 fsHandler.go:87] failed to collect filesystem stats - du command failed on /var/lib/docker/aufs/diff/05e90c2886906a4317b07542a539b111381cd7a92e672d1df5a6a2beab7f7adf with output du: cannot access `/var/lib/docker/aufs/diff/05e90c2886906a4317b07542a539b111381cd7a92e672d1df5a6a2beab7f7adf': No such file or directory
- exit status 1
I0127 09:46:59.661463 3572 kubelet.go:2015] SyncLoop (UPDATE): "rohan-job-i3uuy-fw0ce_default"
I0127 09:46:59.661528 3572 kubelet.go:2018] SyncLoop (REMOVE): "rohan-job-i3uuy-fw0ce_default"
I0127 09:46:59.661568 3572 kubelet.go:2108] Failed to delete pod "rohan-job-i3uuy-fw0ce_default", err: pod not found
I0127 09:47:00.013955 3572 server.go:944] GET /stats/default/rohan-run/99b2f294-c42d-11e5-9fa4-42010af000d4/rohan-run: (180.546µs) 404 [[Go 1.1 package http] 10.52.0.3:46746]
I0127 09:47:00.072613 3572 server.go:944] GET /stats/default/rohan-run2/031f6362-c42e-11e5-8f65-42010af000d4/rohan-run2: (77.58µs) 404 [[Go 1.1 package http] 10.52.0.3:46716]
I0127 09:47:00.073196 3572 server.go:944] GET /stats/kube-system/fluentd-cloud-logging-gke-styx-test-cluster-fb99bf61-node-479y/85245065-c40f-11e5-b8c8-42010af000d4/fluentd-cloud-logging: (311.455µs) 0 [[Go 1.1 package http] 10.52.0.3:46773]
I0127 09:47:00.073988 3572 server.go:944] GET /stats/kube-system/kube-ui-v4-tc29m/6ec5ebff-c40f-11e5-b8c8-42010af000d4/kube-ui: (714.902µs) 0 [[Go 1.1 package http] 10.52.0.3:46774]
I0127 09:47:00.075029 3572 server.go:944] GET /stats/kube-system/l7-lb-controller-ok5c2/6ed072ea-c40f-11e5-b8c8-42010af000d4/default-http-backend: (781.023µs) 0 [[Go 1.1 package http] 10.52.0.3:46775]
I0127 09:47:00.077679 3572 server.go:944] GET /stats/kube-system/heapster-v10-ha5vv/6ecba91b-c40f-11e5-b8c8-42010af000d4/heapster: (784.856µs) 0 [[Go 1.1 package http] 10.52.0.3:46776]
I0127 09:47:00.078621 3572 server.go:944] GET /stats/kube-system/kube-dns-v9-v1o0p/6ed682ba-c40f-11e5-b8c8-42010af000d4/etcd: (866.676µs) 0 [[Go 1.1 package http] 10.52.0.3:46777]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment