Skip to content

Instantly share code, notes, and snippets.

@orospakr
Created July 23, 2014 17:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save orospakr/446fe0967190e4bc5845 to your computer and use it in GitHub Desktop.
Save orospakr/446fe0967190e4bc5845 to your computer and use it in GitHub Desktop.
[~/code/others/kubernetes]$ tail -f /tmp/apiserver.log /tmp/controller-manager.log /tmp/kubelet.log /tmp/kube-proxy.log
==> /tmp/apiserver.log <==
I0723 13:00:14.791475 03019 apiserver.go:73] No cloud provider specified.
E0723 13:00:14.793308 03019 master.go:90] Failed to initialize caching layer, ignoring cache.
E0723 13:00:14.795536 03019 pod_cache.go:79] Error synchronizing container list: &url.Error{Op:"Get", URL:"http://127.0.0.1:10250/healthz", Err:(*net.OpError)(0xc20803eb80)}
==> /tmp/controller-manager.log <==
I0723 13:05:24.795341 03020 logs.go:39] etcd DEBUG: get [/registry/controllers http://127.0.0.1:4001] [%!s(MISSING)]
I0723 13:05:24.795501 03020 logs.go:39] etcd DEBUG: [Connecting to etcd: attempt 1 for keys/registry/controllers?consistent=true&recursive=true&sorted=false]
I0723 13:05:24.795534 03020 logs.go:39] etcd DEBUG: [send.request.to http://127.0.0.1:4001/v2/keys/registry/controllers?consistent=true&recursive=true&sorted=false | method GET]
I0723 13:05:24.795601 03020 logs.go:39] etcd DEBUG: watch [/registry/controllers http://127.0.0.1:4001] [%!s(MISSING)]
I0723 13:05:24.795618 03020 logs.go:39] etcd DEBUG: get [/registry/controllers http://127.0.0.1:4001] [%!s(MISSING)]
I0723 13:05:24.795651 03020 logs.go:39] etcd DEBUG: [Connecting to etcd: attempt 1 for keys/registry/controllers?consistent=true&recursive=true&wait=true]
I0723 13:05:24.795668 03020 logs.go:39] etcd DEBUG: [send.request.to http://127.0.0.1:4001/v2/keys/registry/controllers?consistent=true&recursive=true&wait=true | method GET]
I0723 13:05:24.796321 03020 logs.go:39] etcd DEBUG: [recv.response.from http://127.0.0.1:4001/v2/keys/registry/controllers?consistent=true&recursive=true&sorted=false]
I0723 13:05:24.796360 03020 logs.go:39] etcd DEBUG: [recv.success. http://127.0.0.1:4001/v2/keys/registry/controllers?consistent=true&recursive=true&sorted=false]
I0723 13:05:24.796617 03020 logs.go:39] etcd DEBUG: [recv.response.from http://127.0.0.1:4001/v2/keys/registry/controllers?consistent=true&recursive=true&wait=true]
==> /tmp/kubelet.log <==
I0723 13:05:14.827729 03021 logs.go:39] etcd DEBUG: get [/registry/hosts/127.0.0.1/kubelet http://127.0.0.1:4001] [%!s(MISSING)]
I0723 13:05:14.827883 03021 logs.go:39] etcd DEBUG: [Connecting to etcd: attempt 1 for keys/registry/hosts/127.0.0.1/kubelet?consistent=true&recursive=false&sorted=true]
I0723 13:05:14.827903 03021 logs.go:39] etcd DEBUG: [send.request.to http://127.0.0.1:4001/v2/keys/registry/hosts/127.0.0.1/kubelet?consistent=true&recursive=false&sorted=true | method GET]
I0723 13:05:14.828852 03021 kubelet.go:452] Containers changed [127.0.0.1]
I0723 13:05:14.828873 03021 kubelet.go:366] Desired [127.0.0.1]: []
I0723 13:05:14.829228 03021 logs.go:39] etcd DEBUG: [recv.response.from http://127.0.0.1:4001/v2/keys/registry/hosts/127.0.0.1/kubelet?consistent=true&recursive=false&sorted=true]
I0723 13:05:14.830221 03021 logs.go:39] etcd DEBUG: [recv.success. http://127.0.0.1:4001/v2/keys/registry/hosts/127.0.0.1/kubelet?consistent=true&recursive=false&sorted=true]
I0723 13:05:14.830361 03021 log.go:135] GET /healthz: (13.13us) 200
I0723 13:05:24.829498 03021 kubelet.go:452] Containers changed [127.0.0.1]
I0723 13:05:24.829610 03021 kubelet.go:366] Desired [127.0.0.1]: []
==> /tmp/kube-proxy.log <==
I0723 13:05:31.209803 03022 logs.go:39] etcd DEBUG: [recv.success. http://127.0.0.1:4001/v2/keys/registry/services/specs?consistent=true&recursive=false&sorted=true]
E0723 13:05:31.209835 03022 etcd.go:119] Failed to get the key registry/services: 100: Key not found (/registry) [2]
E0723 13:05:31.209850 03022 etcd.go:79] Failed to get any services: 100: Key not found (/registry) [2]
I0723 13:05:33.211430 03022 logs.go:39] etcd DEBUG: get [registry/services/specs http://127.0.0.1:4001] [%!s(MISSING)]
I0723 13:05:33.211618 03022 logs.go:39] etcd DEBUG: [Connecting to etcd: attempt 1 for keys/registry/services/specs?consistent=true&recursive=false&sorted=true]
I0723 13:05:33.211637 03022 logs.go:39] etcd DEBUG: [send.request.to http://127.0.0.1:4001/v2/keys/registry/services/specs?consistent=true&recursive=false&sorted=true | method GET]
I0723 13:05:33.212266 03022 logs.go:39] etcd DEBUG: [recv.response.from http://127.0.0.1:4001/v2/keys/registry/services/specs?consistent=true&recursive=false&sorted=true]
I0723 13:05:33.212295 03022 logs.go:39] etcd DEBUG: [recv.success. http://127.0.0.1:4001/v2/keys/registry/services/specs?consistent=true&recursive=false&sorted=true]
E0723 13:05:33.212327 03022 etcd.go:119] Failed to get the key registry/services: 100: Key not found (/registry) [2]
E0723 13:05:33.212376 03022 etcd.go:79] Failed to get any services: 100: Key not found (/registry) [2]
==> /tmp/controller-manager.log <==
I0723 13:05:34.792133 03020 logs.go:39] etcd DEBUG: get [/registry/controllers http://127.0.0.1:4001] [%!s(MISSING)]
I0723 13:05:34.792551 03020 logs.go:39] etcd DEBUG: [Connecting to etcd: attempt 1 for keys/registry/controllers?consistent=true&recursive=true&sorted=false]
I0723 13:05:34.792619 03020 logs.go:39] etcd DEBUG: [send.request.to http://127.0.0.1:4001/v2/keys/registry/controllers?consistent=true&recursive=true&sorted=false | method GET]
I0723 13:05:34.794052 03020 logs.go:39] etcd DEBUG: [recv.response.from http://127.0.0.1:4001/v2/keys/registry/controllers?consistent=true&recursive=true&sorted=false]
I0723 13:05:34.794173 03020 logs.go:39] etcd DEBUG: [recv.success. http://127.0.0.1:4001/v2/keys/registry/controllers?consistent=true&recursive=true&sorted=false]
==> /tmp/kubelet.log <==
I0723 13:05:34.830021 03021 kubelet.go:452] Containers changed [127.0.0.1]
I0723 13:05:34.830201 03021 kubelet.go:366] Desired [127.0.0.1]: []
==> /tmp/kube-proxy.log <==
E0723 13:05:34.871318 03022 file.go:83] Couldn't read file: /tmp/proxy_config : open /tmp/proxy_config: no such file or directory
I0723 13:05:35.214424 03022 logs.go:39] etcd DEBUG: get [registry/services/specs http://127.0.0.1:4001] [%!s(MISSING)]
I0723 13:05:35.214598 03022 logs.go:39] etcd DEBUG: [Connecting to etcd: attempt 1 for keys/registry/services/specs?consistent=true&recursive=false&sorted=true]
I0723 13:05:35.214619 03022 logs.go:39] etcd DEBUG: [send.request.to http://127.0.0.1:4001/v2/keys/registry/services/specs?consistent=true&recursive=false&sorted=true | method GET]
I0723 13:05:35.215611 03022 logs.go:39] etcd DEBUG: [recv.response.from http://127.0.0.1:4001/v2/keys/registry/services/specs?consistent=true&recursive=false&sorted=true]
I0723 13:05:35.215751 03022 logs.go:39] etcd DEBUG: [recv.success. http://127.0.0.1:4001/v2/keys/registry/services/specs?consistent=true&recursive=false&sorted=true]
E0723 13:05:35.215802 03022 etcd.go:119] Failed to get the key registry/services: 100: Key not found (/registry) [2]
E0723 13:05:35.215837 03022 etcd.go:79] Failed to get any services: 100: Key not found (/registry) [2]
I0723 13:05:37.217620 03022 logs.go:39] etcd DEBUG: get [registry/services/specs http://127.0.0.1:4001] [%!s(MISSING)]
I0723 13:05:37.217824 03022 logs.go:39] etcd DEBUG: [Connecting to etcd: attempt 1 for keys/registry/services/specs?consistent=true&recursive=false&sorted=true]
I0723 13:05:37.217855 03022 logs.go:39] etcd DEBUG: [send.request.to http://127.0.0.1:4001/v2/keys/registry/services/specs?consistent=true&recursive=false&sorted=true | method GET]
I0723 13:05:37.219325 03022 logs.go:39] etcd DEBUG: [recv.response.from http://127.0.0.1:4001/v2/keys/registry/services/specs?consistent=true&recursive=false&sorted=true]
I0723 13:05:37.219733 03022 logs.go:39] etcd DEBUG: [recv.success. http://127.0.0.1:4001/v2/keys/registry/services/specs?consistent=true&recursive=false&sorted=true]
E0723 13:05:37.219780 03022 etcd.go:119] Failed to get the key registry/services: 100: Key not found (/registry) [2]
E0723 13:05:37.219803 03022 etcd.go:79] Failed to get any services: 100: Key not found (/registry) [2]
I0723 13:05:39.222565 03022 logs.go:39] etcd DEBUG: get [registry/services/specs http://127.0.0.1:4001] [%!s(MISSING)]
I0723 13:05:39.222736 03022 logs.go:39] etcd DEBUG: [Connecting to etcd: attempt 1 for keys/registry/services/specs?consistent=true&recursive=false&sorted=true]
I0723 13:05:39.222766 03022 logs.go:39] etcd DEBUG: [send.request.to http://127.0.0.1:4001/v2/keys/registry/services/specs?consistent=true&recursive=false&sorted=true | method GET]
I0723 13:05:39.223959 03022 logs.go:39] etcd DEBUG: [recv.response.from http://127.0.0.1:4001/v2/keys/registry/services/specs?consistent=true&recursive=false&sorted=true]
I0723 13:05:39.224070 03022 logs.go:39] etcd DEBUG: [recv.success. http://127.0.0.1:4001/v2/keys/registry/services/specs?consistent=true&recursive=false&sorted=true]
E0723 13:05:39.224104 03022 etcd.go:119] Failed to get the key registry/services: 100: Key not found (/registry) [2]
E0723 13:05:39.224124 03022 etcd.go:79] Failed to get any services: 100: Key not found (/registry) [2]
E0723 13:05:39.871911 03022 file.go:83] Couldn't read file: /tmp/proxy_config : open /tmp/proxy_config: no such file or directory
I0723 13:05:41.224929 03022 logs.go:39] etcd DEBUG: get [registry/services/specs http://127.0.0.1:4001] [%!s(MISSING)]
I0723 13:05:41.225310 03022 logs.go:39] etcd DEBUG: [Connecting to etcd: attempt 1 for keys/registry/services/specs?consistent=true&recursive=false&sorted=true]
I0723 13:05:41.225430 03022 logs.go:39] etcd DEBUG: [send.request.to http://127.0.0.1:4001/v2/keys/registry/services/specs?consistent=true&recursive=false&sorted=true | method GET]
I0723 13:05:41.226591 03022 logs.go:39] etcd DEBUG: [recv.response.from http://127.0.0.1:4001/v2/keys/registry/services/specs?consistent=true&recursive=false&sorted=true]
I0723 13:05:41.226744 03022 logs.go:39] etcd DEBUG: [recv.success. http://127.0.0.1:4001/v2/keys/registry/services/specs?consistent=true&recursive=false&sorted=true]
E0723 13:05:41.226786 03022 etcd.go:119] Failed to get the key registry/services: 100: Key not found (/registry) [2]
E0723 13:05:41.226806 03022 etcd.go:79] Failed to get any services: 100: Key not found (/registry) [2]
I0723 13:05:43.227758 03022 logs.go:39] etcd DEBUG: get [registry/services/specs http://127.0.0.1:4001] [%!s(MISSING)]
I0723 13:05:43.227911 03022 logs.go:39] etcd DEBUG: [Connecting to etcd: attempt 1 for keys/registry/services/specs?consistent=true&recursive=false&sorted=true]
I0723 13:05:43.227931 03022 logs.go:39] etcd DEBUG: [send.request.to http://127.0.0.1:4001/v2/keys/registry/services/specs?consistent=true&recursive=false&sorted=true | method GET]
I0723 13:05:43.228811 03022 logs.go:39] etcd DEBUG: [recv.response.from http://127.0.0.1:4001/v2/keys/registry/services/specs?consistent=true&recursive=false&sorted=true]
I0723 13:05:43.228949 03022 logs.go:39] etcd DEBUG: [recv.success. http://127.0.0.1:4001/v2/keys/registry/services/specs?consistent=true&recursive=false&sorted=true]
E0723 13:05:43.229041 03022 etcd.go:119] Failed to get the key registry/services: 100: Key not found (/registry) [2]
E0723 13:05:43.229073 03022 etcd.go:79] Failed to get any services: 100: Key not found (/registry) [2]
==> /tmp/controller-manager.log <==
I0723 13:05:44.790864 03020 logs.go:39] etcd DEBUG: get [/registry/controllers http://127.0.0.1:4001] [%!s(MISSING)]
I0723 13:05:44.791232 03020 logs.go:39] etcd DEBUG: [Connecting to etcd: attempt 1 for keys/registry/controllers?consistent=true&recursive=true&sorted=false]
I0723 13:05:44.791277 03020 logs.go:39] etcd DEBUG: [send.request.to http://127.0.0.1:4001/v2/keys/registry/controllers?consistent=true&recursive=true&sorted=false | method GET]
I0723 13:05:44.792655 03020 logs.go:39] etcd DEBUG: [recv.response.from http://127.0.0.1:4001/v2/keys/registry/controllers?consistent=true&recursive=true&sorted=false]
I0723 13:05:44.792724 03020 logs.go:39] etcd DEBUG: [recv.success. http://127.0.0.1:4001/v2/keys/registry/controllers?consistent=true&recursive=true&sorted=false]
==> /tmp/kubelet.log <==
I0723 13:05:44.831412 03021 logs.go:39] etcd DEBUG: get [/registry/hosts/127.0.0.1/kubelet http://127.0.0.1:4001] [%!s(MISSING)]
I0723 13:05:44.831597 03021 logs.go:39] etcd DEBUG: [Connecting to etcd: attempt 1 for keys/registry/hosts/127.0.0.1/kubelet?consistent=true&recursive=false&sorted=true]
I0723 13:05:44.831619 03021 logs.go:39] etcd DEBUG: [send.request.to http://127.0.0.1:4001/v2/keys/registry/hosts/127.0.0.1/kubelet?consistent=true&recursive=false&sorted=true | method GET]
I0723 13:05:44.831652 03021 kubelet.go:452] Containers changed [127.0.0.1]
I0723 13:05:44.831666 03021 kubelet.go:366] Desired [127.0.0.1]: []
I0723 13:05:44.833389 03021 log.go:135] GET /healthz: (9.497us) 200
I0723 13:05:44.833935 03021 logs.go:39] etcd DEBUG: [recv.response.from http://127.0.0.1:4001/v2/keys/registry/hosts/127.0.0.1/kubelet?consistent=true&recursive=false&sorted=true]
I0723 13:05:44.833988 03021 logs.go:39] etcd DEBUG: [recv.success. http://127.0.0.1:4001/v2/keys/registry/hosts/127.0.0.1/kubelet?consistent=true&recursive=false&sorted=true]
==> /tmp/kube-proxy.log <==
E0723 13:05:44.872505 03022 file.go:83] Couldn't read file: /tmp/proxy_config : open /tmp/proxy_config: no such file or directory
I0723 13:05:45.230762 03022 logs.go:39] etcd DEBUG: get [registry/services/specs http://127.0.0.1:4001] [%!s(MISSING)]
I0723 13:05:45.230923 03022 logs.go:39] etcd DEBUG: [Connecting to etcd: attempt 1 for keys/registry/services/specs?consistent=true&recursive=false&sorted=true]
I0723 13:05:45.230944 03022 logs.go:39] etcd DEBUG: [send.request.to http://127.0.0.1:4001/v2/keys/registry/services/specs?consistent=true&recursive=false&sorted=true | method GET]
I0723 13:05:45.231599 03022 logs.go:39] etcd DEBUG: [recv.response.from http://127.0.0.1:4001/v2/keys/registry/services/specs?consistent=true&recursive=false&sorted=true]
I0723 13:05:45.231669 03022 logs.go:39] etcd DEBUG: [recv.success. http://127.0.0.1:4001/v2/keys/registry/services/specs?consistent=true&recursive=false&sorted=true]
E0723 13:05:45.231686 03022 etcd.go:119] Failed to get the key registry/services: 100: Key not found (/registry) [2]
E0723 13:05:45.231752 03022 etcd.go:79] Failed to get any services: 100: Key not found (/registry) [2]
I0723 13:05:47.233424 03022 logs.go:39] etcd DEBUG: get [registry/services/specs http://127.0.0.1:4001] [%!s(MISSING)]
I0723 13:05:47.233569 03022 logs.go:39] etcd DEBUG: [Connecting to etcd: attempt 1 for keys/registry/services/specs?consistent=true&recursive=false&sorted=true]
I0723 13:05:47.233590 03022 logs.go:39] etcd DEBUG: [send.request.to http://127.0.0.1:4001/v2/keys/registry/services/specs?consistent=true&recursive=false&sorted=true | method GET]
I0723 13:05:47.234273 03022 logs.go:39] etcd DEBUG: [recv.response.from http://127.0.0.1:4001/v2/keys/registry/services/specs?consistent=true&recursive=false&sorted=true]
I0723 13:05:47.234526 03022 logs.go:39] etcd DEBUG: [recv.success. http://127.0.0.1:4001/v2/keys/registry/services/specs?consistent=true&recursive=false&sorted=true]
E0723 13:05:47.234650 03022 etcd.go:119] Failed to get the key registry/services: 100: Key not found (/registry) [2]
E0723 13:05:47.234677 03022 etcd.go:79] Failed to get any services: 100: Key not found (/registry) [2]
I0723 13:05:49.235916 03022 logs.go:39] etcd DEBUG: get [registry/services/specs http://127.0.0.1:4001] [%!s(MISSING)]
I0723 13:05:49.236586 03022 logs.go:39] etcd DEBUG: [Connecting to etcd: attempt 1 for keys/registry/services/specs?consistent=true&recursive=false&sorted=true]
I0723 13:05:49.236776 03022 logs.go:39] etcd DEBUG: [send.request.to http://127.0.0.1:4001/v2/keys/registry/services/specs?consistent=true&recursive=false&sorted=true | method GET]
I0723 13:05:49.238145 03022 logs.go:39] etcd DEBUG: [recv.response.from http://127.0.0.1:4001/v2/keys/registry/services/specs?consistent=true&recursive=false&sorted=true]
I0723 13:05:49.238326 03022 logs.go:39] etcd DEBUG: [recv.success. http://127.0.0.1:4001/v2/keys/registry/services/specs?consistent=true&recursive=false&sorted=true]
E0723 13:05:49.238815 03022 etcd.go:119] Failed to get the key registry/services: 100: Key not found (/registry) [2]
E0723 13:05:49.238857 03022 etcd.go:79] Failed to get any services: 100: Key not found (/registry) [2]
E0723 13:05:49.874047 03022 file.go:83] Couldn't read file: /tmp/proxy_config : open /tmp/proxy_config: no such file or directory
I0723 13:05:51.239726 03022 logs.go:39] etcd DEBUG: get [registry/services/specs http://127.0.0.1:4001] [%!s(MISSING)]
I0723 13:05:51.239909 03022 logs.go:39] etcd DEBUG: [Connecting to etcd: attempt 1 for keys/registry/services/specs?consistent=true&recursive=false&sorted=true]
I0723 13:05:51.239968 03022 logs.go:39] etcd DEBUG: [send.request.to http://127.0.0.1:4001/v2/keys/registry/services/specs?consistent=true&recursive=false&sorted=true | method GET]
I0723 13:05:51.241025 03022 logs.go:39] etcd DEBUG: [recv.response.from http://127.0.0.1:4001/v2/keys/registry/services/specs?consistent=true&recursive=false&sorted=true]
I0723 13:05:51.241061 03022 logs.go:39] etcd DEBUG: [recv.success. http://127.0.0.1:4001/v2/keys/registry/services/specs?consistent=true&recursive=false&sorted=true]
E0723 13:05:51.241094 03022 etcd.go:119] Failed to get the key registry/services: 100: Key not found (/registry) [2]
E0723 13:05:51.241118 03022 etcd.go:79] Failed to get any services: 100: Key not found (/registry) [2]
I0723 13:05:53.241868 03022 logs.go:39] etcd DEBUG: get [registry/services/specs http://127.0.0.1:4001] [%!s(MISSING)]
I0723 13:05:53.242000 03022 logs.go:39] etcd DEBUG: [Connecting to etcd: attempt 1 for keys/registry/services/specs?consistent=true&recursive=false&sorted=true]
I0723 13:05:53.242019 03022 logs.go:39] etcd DEBUG: [send.request.to http://127.0.0.1:4001/v2/keys/registry/services/specs?consistent=true&recursive=false&sorted=true | method GET]
I0723 13:05:53.242920 03022 logs.go:39] etcd DEBUG: [recv.response.from http://127.0.0.1:4001/v2/keys/registry/services/specs?consistent=true&recursive=false&sorted=true]
I0723 13:05:53.243007 03022 logs.go:39] etcd DEBUG: [recv.success. http://127.0.0.1:4001/v2/keys/registry/services/specs?consistent=true&recursive=false&sorted=true]
E0723 13:05:53.243037 03022 etcd.go:119] Failed to get the key registry/services: 100: Key not found (/registry) [2]
E0723 13:05:53.243080 03022 etcd.go:79] Failed to get any services: 100: Key not found (/registry) [2]
==> /tmp/controller-manager.log <==
I0723 13:05:54.792192 03020 logs.go:39] etcd DEBUG: get [/registry/controllers http://127.0.0.1:4001] [%!s(MISSING)]
I0723 13:05:54.792298 03020 logs.go:39] etcd DEBUG: [Connecting to etcd: attempt 1 for keys/registry/controllers?consistent=true&recursive=true&sorted=false]
I0723 13:05:54.792337 03020 logs.go:39] etcd DEBUG: [send.request.to http://127.0.0.1:4001/v2/keys/registry/controllers?consistent=true&recursive=true&sorted=false | method GET]
I0723 13:05:54.793116 03020 logs.go:39] etcd DEBUG: [recv.response.from http://127.0.0.1:4001/v2/keys/registry/controllers?consistent=true&recursive=true&sorted=false]
I0723 13:05:54.793172 03020 logs.go:39] etcd DEBUG: [recv.success. http://127.0.0.1:4001/v2/keys/registry/controllers?consistent=true&recursive=true&sorted=false]
==> /tmp/kubelet.log <==
I0723 13:05:54.831853 03021 kubelet.go:452] Containers changed [127.0.0.1]
I0723 13:05:54.832078 03021 kubelet.go:366] Desired [127.0.0.1]: []
==> /tmp/kube-proxy.log <==
E0723 13:05:54.875733 03022 file.go:83] Couldn't read file: /tmp/proxy_config : open /tmp/proxy_config: no such file or directory
I0723 13:05:55.245177 03022 logs.go:39] etcd DEBUG: get [registry/services/specs http://127.0.0.1:4001] [%!s(MISSING)]
I0723 13:05:55.245372 03022 logs.go:39] etcd DEBUG: [Connecting to etcd: attempt 1 for keys/registry/services/specs?consistent=true&recursive=false&sorted=true]
I0723 13:05:55.245404 03022 logs.go:39] etcd DEBUG: [send.request.to http://127.0.0.1:4001/v2/keys/registry/services/specs?consistent=true&recursive=false&sorted=true | method GET]
I0723 13:05:55.246321 03022 logs.go:39] etcd DEBUG: [recv.response.from http://127.0.0.1:4001/v2/keys/registry/services/specs?consistent=true&recursive=false&sorted=true]
I0723 13:05:55.246433 03022 logs.go:39] etcd DEBUG: [recv.success. http://127.0.0.1:4001/v2/keys/registry/services/specs?consistent=true&recursive=false&sorted=true]
E0723 13:05:55.246488 03022 etcd.go:119] Failed to get the key registry/services: 100: Key not found (/registry) [2]
E0723 13:05:55.246514 03022 etcd.go:79] Failed to get any services: 100: Key not found (/registry) [2]
I0723 13:05:57.247962 03022 logs.go:39] etcd DEBUG: get [registry/services/specs http://127.0.0.1:4001] [%!s(MISSING)]
I0723 13:05:57.248437 03022 logs.go:39] etcd DEBUG: [Connecting to etcd: attempt 1 for keys/registry/services/specs?consistent=true&recursive=false&sorted=true]
I0723 13:05:57.248724 03022 logs.go:39] etcd DEBUG: [send.request.to http://127.0.0.1:4001/v2/keys/registry/services/specs?consistent=true&recursive=false&sorted=true | method GET]
I0723 13:05:57.249824 03022 logs.go:39] etcd DEBUG: [recv.response.from http://127.0.0.1:4001/v2/keys/registry/services/specs?consistent=true&recursive=false&sorted=true]
I0723 13:05:57.249931 03022 logs.go:39] etcd DEBUG: [recv.success. http://127.0.0.1:4001/v2/keys/registry/services/specs?consistent=true&recursive=false&sorted=true]
E0723 13:05:57.249993 03022 etcd.go:119] Failed to get the key registry/services: 100: Key not found (/registry) [2]
E0723 13:05:57.250015 03022 etcd.go:79] Failed to get any services: 100: Key not found (/registry) [2]
I0723 13:05:59.251603 03022 logs.go:39] etcd DEBUG: get [registry/services/specs http://127.0.0.1:4001] [%!s(MISSING)]
I0723 13:05:59.251967 03022 logs.go:39] etcd DEBUG: [Connecting to etcd: attempt 1 for keys/registry/services/specs?consistent=true&recursive=false&sorted=true]
I0723 13:05:59.251994 03022 logs.go:39] etcd DEBUG: [send.request.to http://127.0.0.1:4001/v2/keys/registry/services/specs?consistent=true&recursive=false&sorted=true | method GET]
I0723 13:05:59.252598 03022 logs.go:39] etcd DEBUG: [recv.response.from http://127.0.0.1:4001/v2/keys/registry/services/specs?consistent=true&recursive=false&sorted=true]
I0723 13:05:59.252731 03022 logs.go:39] etcd DEBUG: [recv.success. http://127.0.0.1:4001/v2/keys/registry/services/specs?consistent=true&recursive=false&sorted=true]
E0723 13:05:59.252780 03022 etcd.go:119] Failed to get the key registry/services: 100: Key not found (/registry) [2]
E0723 13:05:59.252819 03022 etcd.go:79] Failed to get any services: 100: Key not found (/registry) [2]
E0723 13:05:59.876742 03022 file.go:83] Couldn't read file: /tmp/proxy_config : open /tmp/proxy_config: no such file or directory
I0723 13:06:01.254746 03022 logs.go:39] etcd DEBUG: get [registry/services/specs http://127.0.0.1:4001] [%!s(MISSING)]
I0723 13:06:01.254877 03022 logs.go:39] etcd DEBUG: [Connecting to etcd: attempt 1 for keys/registry/services/specs?consistent=true&recursive=false&sorted=true]
I0723 13:06:01.254894 03022 logs.go:39] etcd DEBUG: [send.request.to http://127.0.0.1:4001/v2/keys/registry/services/specs?consistent=true&recursive=false&sorted=true | method GET]
I0723 13:06:01.255794 03022 logs.go:39] etcd DEBUG: [recv.response.from http://127.0.0.1:4001/v2/keys/registry/services/specs?consistent=true&recursive=false&sorted=true]
I0723 13:06:01.255881 03022 logs.go:39] etcd DEBUG: [recv.success. http://127.0.0.1:4001/v2/keys/registry/services/specs?consistent=true&recursive=false&sorted=true]
E0723 13:06:01.255917 03022 etcd.go:119] Failed to get the key registry/services: 100: Key not found (/registry) [2]
E0723 13:06:01.255932 03022 etcd.go:79] Failed to get any services: 100: Key not found (/registry) [2]
I0723 13:06:03.256662 03022 logs.go:39] etcd DEBUG: get [registry/services/specs http://127.0.0.1:4001] [%!s(MISSING)]
I0723 13:06:03.256827 03022 logs.go:39] etcd DEBUG: [Connecting to etcd: attempt 1 for keys/registry/services/specs?consistent=true&recursive=false&sorted=true]
I0723 13:06:03.256852 03022 logs.go:39] etcd DEBUG: [send.request.to http://127.0.0.1:4001/v2/keys/registry/services/specs?consistent=true&recursive=false&sorted=true | method GET]
I0723 13:06:03.257960 03022 logs.go:39] etcd DEBUG: [recv.response.from http://127.0.0.1:4001/v2/keys/registry/services/specs?consistent=true&recursive=false&sorted=true]
I0723 13:06:03.258172 03022 logs.go:39] etcd DEBUG: [recv.success. http://127.0.0.1:4001/v2/keys/registry/services/specs?consistent=true&recursive=false&sorted=true]
E0723 13:06:03.258218 03022 etcd.go:119] Failed to get the key registry/services: 100: Key not found (/registry) [2]
E0723 13:06:03.258248 03022 etcd.go:79] Failed to get any services: 100: Key not found (/registry) [2]
==> /tmp/controller-manager.log <==
I0723 13:06:04.791889 03020 logs.go:39] etcd DEBUG: get [/registry/controllers http://127.0.0.1:4001] [%!s(MISSING)]
I0723 13:06:04.792124 03020 logs.go:39] etcd DEBUG: [Connecting to etcd: attempt 1 for keys/registry/controllers?consistent=true&recursive=true&sorted=false]
I0723 13:06:04.792222 03020 logs.go:39] etcd DEBUG: [send.request.to http://127.0.0.1:4001/v2/keys/registry/controllers?consistent=true&recursive=true&sorted=false | method GET]
I0723 13:06:04.793816 03020 logs.go:39] etcd DEBUG: [recv.response.from http://127.0.0.1:4001/v2/keys/registry/controllers?consistent=true&recursive=true&sorted=false]
I0723 13:06:04.793929 03020 logs.go:39] etcd DEBUG: [recv.success. http://127.0.0.1:4001/v2/keys/registry/controllers?consistent=true&recursive=true&sorted=false]
==> /tmp/kubelet.log <==
I0723 13:06:04.832174 03021 kubelet.go:452] Containers changed [127.0.0.1]
I0723 13:06:04.832286 03021 kubelet.go:366] Desired [127.0.0.1]: []
==> /tmp/kube-proxy.log <==
E0723 13:06:04.877319 03022 file.go:83] Couldn't read file: /tmp/proxy_config : open /tmp/proxy_config: no such file or directory
I0723 13:06:05.259191 03022 logs.go:39] etcd DEBUG: get [registry/services/specs http://127.0.0.1:4001] [%!s(MISSING)]
I0723 13:06:05.259811 03022 logs.go:39] etcd DEBUG: [Connecting to etcd: attempt 1 for keys/registry/services/specs?consistent=true&recursive=false&sorted=true]
I0723 13:06:05.259847 03022 logs.go:39] etcd DEBUG: [send.request.to http://127.0.0.1:4001/v2/keys/registry/services/specs?consistent=true&recursive=false&sorted=true | method GET]
I0723 13:06:05.260760 03022 logs.go:39] etcd DEBUG: [recv.response.from http://127.0.0.1:4001/v2/keys/registry/services/specs?consistent=true&recursive=false&sorted=true]
I0723 13:06:05.260864 03022 logs.go:39] etcd DEBUG: [recv.success. http://127.0.0.1:4001/v2/keys/registry/services/specs?consistent=true&recursive=false&sorted=true]
E0723 13:06:05.260929 03022 etcd.go:119] Failed to get the key registry/services: 100: Key not found (/registry) [2]
E0723 13:06:05.260965 03022 etcd.go:79] Failed to get any services: 100: Key not found (/registry) [2]
I0723 13:06:07.261645 03022 logs.go:39] etcd DEBUG: get [registry/services/specs http://127.0.0.1:4001] [%!s(MISSING)]
I0723 13:06:07.261873 03022 logs.go:39] etcd DEBUG: [Connecting to etcd: attempt 1 for keys/registry/services/specs?consistent=true&recursive=false&sorted=true]
I0723 13:06:07.261904 03022 logs.go:39] etcd DEBUG: [send.request.to http://127.0.0.1:4001/v2/keys/registry/services/specs?consistent=true&recursive=false&sorted=true | method GET]
I0723 13:06:07.263230 03022 logs.go:39] etcd DEBUG: [recv.response.from http://127.0.0.1:4001/v2/keys/registry/services/specs?consistent=true&recursive=false&sorted=true]
I0723 13:06:07.263278 03022 logs.go:39] etcd DEBUG: [recv.success. http://127.0.0.1:4001/v2/keys/registry/services/specs?consistent=true&recursive=false&sorted=true]
E0723 13:06:07.263322 03022 etcd.go:119] Failed to get the key registry/services: 100: Key not found (/registry) [2]
E0723 13:06:07.263346 03022 etcd.go:79] Failed to get any services: 100: Key not found (/registry) [2]
I0723 13:06:09.264048 03022 logs.go:39] etcd DEBUG: get [registry/services/specs http://127.0.0.1:4001] [%!s(MISSING)]
I0723 13:06:09.264191 03022 logs.go:39] etcd DEBUG: [Connecting to etcd: attempt 1 for keys/registry/services/specs?consistent=true&recursive=false&sorted=true]
I0723 13:06:09.264219 03022 logs.go:39] etcd DEBUG: [send.request.to http://127.0.0.1:4001/v2/keys/registry/services/specs?consistent=true&recursive=false&sorted=true | method GET]
I0723 13:06:09.265497 03022 logs.go:39] etcd DEBUG: [recv.response.from http://127.0.0.1:4001/v2/keys/registry/services/specs?consistent=true&recursive=false&sorted=true]
I0723 13:06:09.265547 03022 logs.go:39] etcd DEBUG: [recv.success. http://127.0.0.1:4001/v2/keys/registry/services/specs?consistent=true&recursive=false&sorted=true]
E0723 13:06:09.265600 03022 etcd.go:119] Failed to get the key registry/services: 100: Key not found (/registry) [2]
E0723 13:06:09.265618 03022 etcd.go:79] Failed to get any services: 100: Key not found (/registry) [2]
E0723 13:06:09.878032 03022 file.go:83] Couldn't read file: /tmp/proxy_config : open /tmp/proxy_config: no such file or directory
I0723 13:06:11.266891 03022 logs.go:39] etcd DEBUG: get [registry/services/specs http://127.0.0.1:4001] [%!s(MISSING)]
I0723 13:06:11.267097 03022 logs.go:39] etcd DEBUG: [Connecting to etcd: attempt 1 for keys/registry/services/specs?consistent=true&recursive=false&sorted=true]
I0723 13:06:11.267137 03022 logs.go:39] etcd DEBUG: [send.request.to http://127.0.0.1:4001/v2/keys/registry/services/specs?consistent=true&recursive=false&sorted=true | method GET]
I0723 13:06:11.268666 03022 logs.go:39] etcd DEBUG: [recv.response.from http://127.0.0.1:4001/v2/keys/registry/services/specs?consistent=true&recursive=false&sorted=true]
I0723 13:06:11.268755 03022 logs.go:39] etcd DEBUG: [recv.success. http://127.0.0.1:4001/v2/keys/registry/services/specs?consistent=true&recursive=false&sorted=true]
E0723 13:06:11.268799 03022 etcd.go:119] Failed to get the key registry/services: 100: Key not found (/registry) [2]
E0723 13:06:11.268821 03022 etcd.go:79] Failed to get any services: 100: Key not found (/registry) [2]
I0723 13:06:13.270131 03022 logs.go:39] etcd DEBUG: get [registry/services/specs http://127.0.0.1:4001] [%!s(MISSING)]
I0723 13:06:13.270268 03022 logs.go:39] etcd DEBUG: [Connecting to etcd: attempt 1 for keys/registry/services/specs?consistent=true&recursive=false&sorted=true]
I0723 13:06:13.270295 03022 logs.go:39] etcd DEBUG: [send.request.to http://127.0.0.1:4001/v2/keys/registry/services/specs?consistent=true&recursive=false&sorted=true | method GET]
I0723 13:06:13.271246 03022 logs.go:39] etcd DEBUG: [recv.response.from http://127.0.0.1:4001/v2/keys/registry/services/specs?consistent=true&recursive=false&sorted=true]
I0723 13:06:13.271317 03022 logs.go:39] etcd DEBUG: [recv.success. http://127.0.0.1:4001/v2/keys/registry/services/specs?consistent=true&recursive=false&sorted=true]
E0723 13:06:13.271347 03022 etcd.go:119] Failed to get the key registry/services: 100: Key not found (/registry) [2]
E0723 13:06:13.271396 03022 etcd.go:79] Failed to get any services: 100: Key not found (/registry) [2]
==> /tmp/controller-manager.log <==
I0723 13:06:14.791641 03020 logs.go:39] etcd DEBUG: get [/registry/controllers http://127.0.0.1:4001] [%!s(MISSING)]
I0723 13:06:14.792394 03020 logs.go:39] etcd DEBUG: [Connecting to etcd: attempt 1 for keys/registry/controllers?consistent=true&recursive=true&sorted=false]
I0723 13:06:14.792444 03020 logs.go:39] etcd DEBUG: [send.request.to http://127.0.0.1:4001/v2/keys/registry/controllers?consistent=true&recursive=true&sorted=false | method GET]
I0723 13:06:14.793113 03020 logs.go:39] etcd DEBUG: [recv.response.from http://127.0.0.1:4001/v2/keys/registry/controllers?consistent=true&recursive=true&sorted=false]
I0723 13:06:14.793209 03020 logs.go:39] etcd DEBUG: [recv.success. http://127.0.0.1:4001/v2/keys/registry/controllers?consistent=true&recursive=true&sorted=false]
==> /tmp/kubelet.log <==
I0723 13:06:14.832633 03021 kubelet.go:452] Containers changed [127.0.0.1]
I0723 13:06:14.832821 03021 kubelet.go:366] Desired [127.0.0.1]: []
I0723 13:06:14.834478 03021 logs.go:39] etcd DEBUG: get [/registry/hosts/127.0.0.1/kubelet http://127.0.0.1:4001] [%!s(MISSING)]
I0723 13:06:14.834693 03021 logs.go:39] etcd DEBUG: [Connecting to etcd: attempt 1 for keys/registry/hosts/127.0.0.1/kubelet?consistent=true&recursive=false&sorted=true]
I0723 13:06:14.834789 03021 logs.go:39] etcd DEBUG: [send.request.to http://127.0.0.1:4001/v2/keys/registry/hosts/127.0.0.1/kubelet?consistent=true&recursive=false&sorted=true | method GET]
I0723 13:06:14.836010 03021 logs.go:39] etcd DEBUG: [recv.response.from http://127.0.0.1:4001/v2/keys/registry/hosts/127.0.0.1/kubelet?consistent=true&recursive=false&sorted=true]
I0723 13:06:14.836113 03021 logs.go:39] etcd DEBUG: [recv.success. http://127.0.0.1:4001/v2/keys/registry/hosts/127.0.0.1/kubelet?consistent=true&recursive=false&sorted=true]
I0723 13:06:14.837567 03021 log.go:135] GET /healthz: (14.247us) 200
==> /tmp/kube-proxy.log <==
E0723 13:06:14.879154 03022 file.go:83] Couldn't read file: /tmp/proxy_config : open /tmp/proxy_config: no such file or directory
I0723 13:06:15.272666 03022 logs.go:39] etcd DEBUG: get [registry/services/specs http://127.0.0.1:4001] [%!s(MISSING)]
I0723 13:06:15.273279 03022 logs.go:39] etcd DEBUG: [Connecting to etcd: attempt 1 for keys/registry/services/specs?consistent=true&recursive=false&sorted=true]
I0723 13:06:15.273616 03022 logs.go:39] etcd DEBUG: [send.request.to http://127.0.0.1:4001/v2/keys/registry/services/specs?consistent=true&recursive=false&sorted=true | method GET]
I0723 13:06:15.275088 03022 logs.go:39] etcd DEBUG: [recv.response.from http://127.0.0.1:4001/v2/keys/registry/services/specs?consistent=true&recursive=false&sorted=true]
I0723 13:06:15.275212 03022 logs.go:39] etcd DEBUG: [recv.success. http://127.0.0.1:4001/v2/keys/registry/services/specs?consistent=true&recursive=false&sorted=true]
E0723 13:06:15.275525 03022 etcd.go:119] Failed to get the key registry/services: 100: Key not found (/registry) [2]
E0723 13:06:15.275605 03022 etcd.go:79] Failed to get any services: 100: Key not found (/registry) [2]
I0723 13:06:17.276089 03022 logs.go:39] etcd DEBUG: get [registry/services/specs http://127.0.0.1:4001] [%!s(MISSING)]
I0723 13:06:17.276266 03022 logs.go:39] etcd DEBUG: [Connecting to etcd: attempt 1 for keys/registry/services/specs?consistent=true&recursive=false&sorted=true]
I0723 13:06:17.276284 03022 logs.go:39] etcd DEBUG: [send.request.to http://127.0.0.1:4001/v2/keys/registry/services/specs?consistent=true&recursive=false&sorted=true | method GET]
I0723 13:06:17.276823 03022 logs.go:39] etcd DEBUG: [recv.response.from http://127.0.0.1:4001/v2/keys/registry/services/specs?consistent=true&recursive=false&sorted=true]
I0723 13:06:17.276872 03022 logs.go:39] etcd DEBUG: [recv.success. http://127.0.0.1:4001/v2/keys/registry/services/specs?consistent=true&recursive=false&sorted=true]
E0723 13:06:17.276915 03022 etcd.go:119] Failed to get the key registry/services: 100: Key not found (/registry) [2]
E0723 13:06:17.276946 03022 etcd.go:79] Failed to get any services: 100: Key not found (/registry) [2]
I0723 13:06:19.278615 03022 logs.go:39] etcd DEBUG: get [registry/services/specs http://127.0.0.1:4001] [%!s(MISSING)]
I0723 13:06:19.278775 03022 logs.go:39] etcd DEBUG: [Connecting to etcd: attempt 1 for keys/registry/services/specs?consistent=true&recursive=false&sorted=true]
I0723 13:06:19.278801 03022 logs.go:39] etcd DEBUG: [send.request.to http://127.0.0.1:4001/v2/keys/registry/services/specs?consistent=true&recursive=false&sorted=true | method GET]
I0723 13:06:19.279786 03022 logs.go:39] etcd DEBUG: [recv.response.from http://127.0.0.1:4001/v2/keys/registry/services/specs?consistent=true&recursive=false&sorted=true]
I0723 13:06:19.279863 03022 logs.go:39] etcd DEBUG: [recv.success. http://127.0.0.1:4001/v2/keys/registry/services/specs?consistent=true&recursive=false&sorted=true]
E0723 13:06:19.279897 03022 etcd.go:119] Failed to get the key registry/services: 100: Key not found (/registry) [2]
E0723 13:06:19.279914 03022 etcd.go:79] Failed to get any services: 100: Key not found (/registry) [2]
E0723 13:06:19.879802 03022 file.go:83] Couldn't read file: /tmp/proxy_config : open /tmp/proxy_config: no such file or directory
I0723 13:06:21.280511 03022 logs.go:39] etcd DEBUG: get [registry/services/specs http://127.0.0.1:4001] [%!s(MISSING)]
I0723 13:06:21.280644 03022 logs.go:39] etcd DEBUG: [Connecting to etcd: attempt 1 for keys/registry/services/specs?consistent=true&recursive=false&sorted=true]
I0723 13:06:21.280663 03022 logs.go:39] etcd DEBUG: [send.request.to http://127.0.0.1:4001/v2/keys/registry/services/specs?consistent=true&recursive=false&sorted=true | method GET]
I0723 13:06:21.281408 03022 logs.go:39] etcd DEBUG: [recv.response.from http://127.0.0.1:4001/v2/keys/registry/services/specs?consistent=true&recursive=false&sorted=true]
I0723 13:06:21.281506 03022 logs.go:39] etcd DEBUG: [recv.success. http://127.0.0.1:4001/v2/keys/registry/services/specs?consistent=true&recursive=false&sorted=true]
E0723 13:06:21.281538 03022 etcd.go:119] Failed to get the key registry/services: 100: Key not found (/registry) [2]
E0723 13:06:21.281595 03022 etcd.go:79] Failed to get any services: 100: Key not found (/registry) [2]
I0723 13:06:23.282362 03022 logs.go:39] etcd DEBUG: get [registry/services/specs http://127.0.0.1:4001] [%!s(MISSING)]
I0723 13:06:23.282567 03022 logs.go:39] etcd DEBUG: [Connecting to etcd: attempt 1 for keys/registry/services/specs?consistent=true&recursive=false&sorted=true]
I0723 13:06:23.282592 03022 logs.go:39] etcd DEBUG: [send.request.to http://127.0.0.1:4001/v2/keys/registry/services/specs?consistent=true&recursive=false&sorted=true | method GET]
I0723 13:06:23.283488 03022 logs.go:39] etcd DEBUG: [recv.response.from http://127.0.0.1:4001/v2/keys/registry/services/specs?consistent=true&recursive=false&sorted=true]
I0723 13:06:23.283559 03022 logs.go:39] etcd DEBUG: [recv.success. http://127.0.0.1:4001/v2/keys/registry/services/specs?consistent=true&recursive=false&sorted=true]
E0723 13:06:23.283585 03022 etcd.go:119] Failed to get the key registry/services: 100: Key not found (/registry) [2]
E0723 13:06:23.283639 03022 etcd.go:79] Failed to get any services: 100: Key not found (/registry) [2]
==> /tmp/controller-manager.log <==
I0723 13:06:24.791202 03020 logs.go:39] etcd DEBUG: get [/registry/controllers http://127.0.0.1:4001] [%!s(MISSING)]
I0723 13:06:24.791592 03020 logs.go:39] etcd DEBUG: [Connecting to etcd: attempt 1 for keys/registry/controllers?consistent=true&recursive=true&sorted=false]
I0723 13:06:24.791669 03020 logs.go:39] etcd DEBUG: [send.request.to http://127.0.0.1:4001/v2/keys/registry/controllers?consistent=true&recursive=true&sorted=false | method GET]
I0723 13:06:24.793263 03020 logs.go:39] etcd DEBUG: [recv.response.from http://127.0.0.1:4001/v2/keys/registry/controllers?consistent=true&recursive=true&sorted=false]
I0723 13:06:24.793416 03020 logs.go:39] etcd DEBUG: [recv.success. http://127.0.0.1:4001/v2/keys/registry/controllers?consistent=true&recursive=true&sorted=false]
==> /tmp/kubelet.log <==
I0723 13:06:24.834207 03021 kubelet.go:452] Containers changed [127.0.0.1]
I0723 13:06:24.834352 03021 kubelet.go:366] Desired [127.0.0.1]: []
==> /tmp/kube-proxy.log <==
E0723 13:06:24.881013 03022 file.go:83] Couldn't read file: /tmp/proxy_config : open /tmp/proxy_config: no such file or directory
I0723 13:06:25.285707 03022 logs.go:39] etcd DEBUG: get [registry/services/specs http://127.0.0.1:4001] [%!s(MISSING)]
I0723 13:06:25.285961 03022 logs.go:39] etcd DEBUG: [Connecting to etcd: attempt 1 for keys/registry/services/specs?consistent=true&recursive=false&sorted=true]
I0723 13:06:25.285996 03022 logs.go:39] etcd DEBUG: [send.request.to http://127.0.0.1:4001/v2/keys/registry/services/specs?consistent=true&recursive=false&sorted=true | method GET]
I0723 13:06:25.286779 03022 logs.go:39] etcd DEBUG: [recv.response.from http://127.0.0.1:4001/v2/keys/registry/services/specs?consistent=true&recursive=false&sorted=true]
I0723 13:06:25.286904 03022 logs.go:39] etcd DEBUG: [recv.success. http://127.0.0.1:4001/v2/keys/registry/services/specs?consistent=true&recursive=false&sorted=true]
E0723 13:06:25.286951 03022 etcd.go:119] Failed to get the key registry/services: 100: Key not found (/registry) [2]
E0723 13:06:25.286983 03022 etcd.go:79] Failed to get any services: 100: Key not found (/registry) [2]
I0723 13:06:27.288601 03022 logs.go:39] etcd DEBUG: get [registry/services/specs http://127.0.0.1:4001] [%!s(MISSING)]
I0723 13:06:27.288765 03022 logs.go:39] etcd DEBUG: [Connecting to etcd: attempt 1 for keys/registry/services/specs?consistent=true&recursive=false&sorted=true]
I0723 13:06:27.288790 03022 logs.go:39] etcd DEBUG: [send.request.to http://127.0.0.1:4001/v2/keys/registry/services/specs?consistent=true&recursive=false&sorted=true | method GET]
I0723 13:06:27.289911 03022 logs.go:39] etcd DEBUG: [recv.response.from http://127.0.0.1:4001/v2/keys/registry/services/specs?consistent=true&recursive=false&sorted=true]
I0723 13:06:27.289958 03022 logs.go:39] etcd DEBUG: [recv.success. http://127.0.0.1:4001/v2/keys/registry/services/specs?consistent=true&recursive=false&sorted=true]
E0723 13:06:27.289996 03022 etcd.go:119] Failed to get the key registry/services: 100: Key not found (/registry) [2]
E0723 13:06:27.290027 03022 etcd.go:79] Failed to get any services: 100: Key not found (/registry) [2]
I0723 13:06:29.291008 03022 logs.go:39] etcd DEBUG: get [registry/services/specs http://127.0.0.1:4001] [%!s(MISSING)]
I0723 13:06:29.291317 03022 logs.go:39] etcd DEBUG: [Connecting to etcd: attempt 1 for keys/registry/services/specs?consistent=true&recursive=false&sorted=true]
I0723 13:06:29.291378 03022 logs.go:39] etcd DEBUG: [send.request.to http://127.0.0.1:4001/v2/keys/registry/services/specs?consistent=true&recursive=false&sorted=true | method GET]
I0723 13:06:29.292536 03022 logs.go:39] etcd DEBUG: [recv.response.from http://127.0.0.1:4001/v2/keys/registry/services/specs?consistent=true&recursive=false&sorted=true]
I0723 13:06:29.292633 03022 logs.go:39] etcd DEBUG: [recv.success. http://127.0.0.1:4001/v2/keys/registry/services/specs?consistent=true&recursive=false&sorted=true]
E0723 13:06:29.292701 03022 etcd.go:119] Failed to get the key registry/services: 100: Key not found (/registry) [2]
E0723 13:06:29.292726 03022 etcd.go:79] Failed to get any services: 100: Key not found (/registry) [2]
E0723 13:06:29.882073 03022 file.go:83] Couldn't read file: /tmp/proxy_config : open /tmp/proxy_config: no such file or directory
I0723 13:06:31.295291 03022 logs.go:39] etcd DEBUG: get [registry/services/specs http://127.0.0.1:4001] [%!s(MISSING)]
I0723 13:06:31.295494 03022 logs.go:39] etcd DEBUG: [Connecting to etcd: attempt 1 for keys/registry/services/specs?consistent=true&recursive=false&sorted=true]
I0723 13:06:31.295519 03022 logs.go:39] etcd DEBUG: [send.request.to http://127.0.0.1:4001/v2/keys/registry/services/specs?consistent=true&recursive=false&sorted=true | method GET]
I0723 13:06:31.296142 03022 logs.go:39] etcd DEBUG: [recv.response.from http://127.0.0.1:4001/v2/keys/registry/services/specs?consistent=true&recursive=false&sorted=true]
I0723 13:06:31.296279 03022 logs.go:39] etcd DEBUG: [recv.success. http://127.0.0.1:4001/v2/keys/registry/services/specs?consistent=true&recursive=false&sorted=true]
E0723 13:06:31.296333 03022 etcd.go:119] Failed to get the key registry/services: 100: Key not found (/registry) [2]
E0723 13:06:31.296815 03022 etcd.go:79] Failed to get any services: 100: Key not found (/registry) [2]
I0723 13:06:33.297417 03022 logs.go:39] etcd DEBUG: get [registry/services/specs http://127.0.0.1:4001] [%!s(MISSING)]
I0723 13:06:33.297617 03022 logs.go:39] etcd DEBUG: [Connecting to etcd: attempt 1 for keys/registry/services/specs?consistent=true&recursive=false&sorted=true]
I0723 13:06:33.297658 03022 logs.go:39] etcd DEBUG: [send.request.to http://127.0.0.1:4001/v2/keys/registry/services/specs?consistent=true&recursive=false&sorted=true | method GET]
I0723 13:06:33.298649 03022 logs.go:39] etcd DEBUG: [recv.response.from http://127.0.0.1:4001/v2/keys/registry/services/specs?consistent=true&recursive=false&sorted=true]
I0723 13:06:33.299167 03022 logs.go:39] etcd DEBUG: [recv.success. http://127.0.0.1:4001/v2/keys/registry/services/specs?consistent=true&recursive=false&sorted=true]
E0723 13:06:33.299318 03022 etcd.go:119] Failed to get the key registry/services: 100: Key not found (/registry) [2]
E0723 13:06:33.299341 03022 etcd.go:79] Failed to get any services: 100: Key not found (/registry) [2]
==> /tmp/controller-manager.log <==
I0723 13:06:34.792370 03020 logs.go:39] etcd DEBUG: get [/registry/controllers http://127.0.0.1:4001] [%!s(MISSING)]
I0723 13:06:34.792918 03020 logs.go:39] etcd DEBUG: [Connecting to etcd: attempt 1 for keys/registry/controllers?consistent=true&recursive=true&sorted=false]
I0723 13:06:34.792981 03020 logs.go:39] etcd DEBUG: [send.request.to http://127.0.0.1:4001/v2/keys/registry/controllers?consistent=true&recursive=true&sorted=false | method GET]
I0723 13:06:34.794105 03020 logs.go:39] etcd DEBUG: [recv.response.from http://127.0.0.1:4001/v2/keys/registry/controllers?consistent=true&recursive=true&sorted=false]
I0723 13:06:34.794237 03020 logs.go:39] etcd DEBUG: [recv.success. http://127.0.0.1:4001/v2/keys/registry/controllers?consistent=true&recursive=true&sorted=false]
==> /tmp/kubelet.log <==
I0723 13:06:34.835765 03021 kubelet.go:452] Containers changed [127.0.0.1]
I0723 13:06:34.835899 03021 kubelet.go:366] Desired [127.0.0.1]: []
==> /tmp/kube-proxy.log <==
E0723 13:06:34.882896 03022 file.go:83] Couldn't read file: /tmp/proxy_config : open /tmp/proxy_config: no such file or directory
I0723 13:06:35.301426 03022 logs.go:39] etcd DEBUG: get [registry/services/specs http://127.0.0.1:4001] [%!s(MISSING)]
I0723 13:06:35.301598 03022 logs.go:39] etcd DEBUG: [Connecting to etcd: attempt 1 for keys/registry/services/specs?consistent=true&recursive=false&sorted=true]
I0723 13:06:35.301623 03022 logs.go:39] etcd DEBUG: [send.request.to http://127.0.0.1:4001/v2/keys/registry/services/specs?consistent=true&recursive=false&sorted=true | method GET]
I0723 13:06:35.302947 03022 logs.go:39] etcd DEBUG: [recv.response.from http://127.0.0.1:4001/v2/keys/registry/services/specs?consistent=true&recursive=false&sorted=true]
I0723 13:06:35.303041 03022 logs.go:39] etcd DEBUG: [recv.success. http://127.0.0.1:4001/v2/keys/registry/services/specs?consistent=true&recursive=false&sorted=true]
E0723 13:06:35.303080 03022 etcd.go:119] Failed to get the key registry/services: 100: Key not found (/registry) [2]
E0723 13:06:35.303099 03022 etcd.go:79] Failed to get any services: 100: Key not found (/registry) [2]
I0723 13:06:37.304162 03022 logs.go:39] etcd DEBUG: get [registry/services/specs http://127.0.0.1:4001] [%!s(MISSING)]
I0723 13:06:37.304316 03022 logs.go:39] etcd DEBUG: [Connecting to etcd: attempt 1 for keys/registry/services/specs?consistent=true&recursive=false&sorted=true]
I0723 13:06:37.304345 03022 logs.go:39] etcd DEBUG: [send.request.to http://127.0.0.1:4001/v2/keys/registry/services/specs?consistent=true&recursive=false&sorted=true | method GET]
I0723 13:06:37.306614 03022 logs.go:39] etcd DEBUG: [recv.response.from http://127.0.0.1:4001/v2/keys/registry/services/specs?consistent=true&recursive=false&sorted=true]
I0723 13:06:37.306728 03022 logs.go:39] etcd DEBUG: [recv.success. http://127.0.0.1:4001/v2/keys/registry/services/specs?consistent=true&recursive=false&sorted=true]
E0723 13:06:37.306777 03022 etcd.go:119] Failed to get the key registry/services: 100: Key not found (/registry) [2]
E0723 13:06:37.306801 03022 etcd.go:79] Failed to get any services: 100: Key not found (/registry) [2]
I0723 13:06:39.307760 03022 logs.go:39] etcd DEBUG: get [registry/services/specs http://127.0.0.1:4001] [%!s(MISSING)]
I0723 13:06:39.307949 03022 logs.go:39] etcd DEBUG: [Connecting to etcd: attempt 1 for keys/registry/services/specs?consistent=true&recursive=false&sorted=true]
I0723 13:06:39.307969 03022 logs.go:39] etcd DEBUG: [send.request.to http://127.0.0.1:4001/v2/keys/registry/services/specs?consistent=true&recursive=false&sorted=true | method GET]
I0723 13:06:39.309074 03022 logs.go:39] etcd DEBUG: [recv.response.from http://127.0.0.1:4001/v2/keys/registry/services/specs?consistent=true&recursive=false&sorted=true]
I0723 13:06:39.309206 03022 logs.go:39] etcd DEBUG: [recv.success. http://127.0.0.1:4001/v2/keys/registry/services/specs?consistent=true&recursive=false&sorted=true]
E0723 13:06:39.309264 03022 etcd.go:119] Failed to get the key registry/services: 100: Key not found (/registry) [2]
E0723 13:06:39.309288 03022 etcd.go:79] Failed to get any services: 100: Key not found (/registry) [2]
E0723 13:06:39.884364 03022 file.go:83] Couldn't read file: /tmp/proxy_config : open /tmp/proxy_config: no such file or directory
I0723 13:06:41.310306 03022 logs.go:39] etcd DEBUG: get [registry/services/specs http://127.0.0.1:4001] [%!s(MISSING)]
I0723 13:06:41.310480 03022 logs.go:39] etcd DEBUG: [Connecting to etcd: attempt 1 for keys/registry/services/specs?consistent=true&recursive=false&sorted=true]
I0723 13:06:41.310499 03022 logs.go:39] etcd DEBUG: [send.request.to http://127.0.0.1:4001/v2/keys/registry/services/specs?consistent=true&recursive=false&sorted=true | method GET]
I0723 13:06:41.311485 03022 logs.go:39] etcd DEBUG: [recv.response.from http://127.0.0.1:4001/v2/keys/registry/services/specs?consistent=true&recursive=false&sorted=true]
I0723 13:06:41.311584 03022 logs.go:39] etcd DEBUG: [recv.success. http://127.0.0.1:4001/v2/keys/registry/services/specs?consistent=true&recursive=false&sorted=true]
E0723 13:06:41.311615 03022 etcd.go:119] Failed to get the key registry/services: 100: Key not found (/registry) [2]
E0723 13:06:41.311671 03022 etcd.go:79] Failed to get any services: 100: Key not found (/registry) [2]
I0723 13:06:43.313285 03022 logs.go:39] etcd DEBUG: get [registry/services/specs http://127.0.0.1:4001] [%!s(MISSING)]
I0723 13:06:43.313520 03022 logs.go:39] etcd DEBUG: [Connecting to etcd: attempt 1 for keys/registry/services/specs?consistent=true&recursive=false&sorted=true]
I0723 13:06:43.313553 03022 logs.go:39] etcd DEBUG: [send.request.to http://127.0.0.1:4001/v2/keys/registry/services/specs?consistent=true&recursive=false&sorted=true | method GET]
I0723 13:06:43.314944 03022 logs.go:39] etcd DEBUG: [recv.response.from http://127.0.0.1:4001/v2/keys/registry/services/specs?consistent=true&recursive=false&sorted=true]
I0723 13:06:43.315504 03022 logs.go:39] etcd DEBUG: [recv.success. http://127.0.0.1:4001/v2/keys/registry/services/specs?consistent=true&recursive=false&sorted=true]
E0723 13:06:43.315578 03022 etcd.go:119] Failed to get the key registry/services: 100: Key not found (/registry) [2]
E0723 13:06:43.315611 03022 etcd.go:79] Failed to get any services: 100: Key not found (/registry) [2]
==> /tmp/controller-manager.log <==
I0723 13:06:44.791054 03020 logs.go:39] etcd DEBUG: get [/registry/controllers http://127.0.0.1:4001] [%!s(MISSING)]
I0723 13:06:44.791343 03020 logs.go:39] etcd DEBUG: [Connecting to etcd: attempt 1 for keys/registry/controllers?consistent=true&recursive=true&sorted=false]
I0723 13:06:44.791373 03020 logs.go:39] etcd DEBUG: [send.request.to http://127.0.0.1:4001/v2/keys/registry/controllers?consistent=true&recursive=true&sorted=false | method GET]
I0723 13:06:44.792539 03020 logs.go:39] etcd DEBUG: [recv.response.from http://127.0.0.1:4001/v2/keys/registry/controllers?consistent=true&recursive=true&sorted=false]
I0723 13:06:44.792660 03020 logs.go:39] etcd DEBUG: [recv.success. http://127.0.0.1:4001/v2/keys/registry/controllers?consistent=true&recursive=true&sorted=false]
==> /tmp/kubelet.log <==
I0723 13:06:44.836345 03021 kubelet.go:452] Containers changed [127.0.0.1]
I0723 13:06:44.836583 03021 kubelet.go:366] Desired [127.0.0.1]: []
I0723 13:06:44.837152 03021 logs.go:39] etcd DEBUG: get [/registry/hosts/127.0.0.1/kubelet http://127.0.0.1:4001] [%!s(MISSING)]
I0723 13:06:44.837291 03021 logs.go:39] etcd DEBUG: [Connecting to etcd: attempt 1 for keys/registry/hosts/127.0.0.1/kubelet?consistent=true&recursive=false&sorted=true]
I0723 13:06:44.837323 03021 logs.go:39] etcd DEBUG: [send.request.to http://127.0.0.1:4001/v2/keys/registry/hosts/127.0.0.1/kubelet?consistent=true&recursive=false&sorted=true | method GET]
I0723 13:06:44.839169 03021 logs.go:39] etcd DEBUG: [recv.response.from http://127.0.0.1:4001/v2/keys/registry/hosts/127.0.0.1/kubelet?consistent=true&recursive=false&sorted=true]
I0723 13:06:44.839353 03021 logs.go:39] etcd DEBUG: [recv.success. http://127.0.0.1:4001/v2/keys/registry/hosts/127.0.0.1/kubelet?consistent=true&recursive=false&sorted=true]
I0723 13:06:44.840341 03021 log.go:135] GET /healthz: (22.35us) 200
==> /tmp/kube-proxy.log <==
E0723 13:06:44.885179 03022 file.go:83] Couldn't read file: /tmp/proxy_config : open /tmp/proxy_config: no such file or directory
I0723 13:06:45.317257 03022 logs.go:39] etcd DEBUG: get [registry/services/specs http://127.0.0.1:4001] [%!s(MISSING)]
I0723 13:06:45.317513 03022 logs.go:39] etcd DEBUG: [Connecting to etcd: attempt 1 for keys/registry/services/specs?consistent=true&recursive=false&sorted=true]
I0723 13:06:45.317547 03022 logs.go:39] etcd DEBUG: [send.request.to http://127.0.0.1:4001/v2/keys/registry/services/specs?consistent=true&recursive=false&sorted=true | method GET]
I0723 13:06:45.318404 03022 logs.go:39] etcd DEBUG: [recv.response.from http://127.0.0.1:4001/v2/keys/registry/services/specs?consistent=true&recursive=false&sorted=true]
I0723 13:06:45.318744 03022 logs.go:39] etcd DEBUG: [recv.success. http://127.0.0.1:4001/v2/keys/registry/services/specs?consistent=true&recursive=false&sorted=true]
E0723 13:06:45.318793 03022 etcd.go:119] Failed to get the key registry/services: 100: Key not found (/registry) [2]
E0723 13:06:45.318816 03022 etcd.go:79] Failed to get any services: 100: Key not found (/registry) [2]
I0723 13:06:47.320288 03022 logs.go:39] etcd DEBUG: get [registry/services/specs http://127.0.0.1:4001] [%!s(MISSING)]
I0723 13:06:47.320444 03022 logs.go:39] etcd DEBUG: [Connecting to etcd: attempt 1 for keys/registry/services/specs?consistent=true&recursive=false&sorted=true]
I0723 13:06:47.320459 03022 logs.go:39] etcd DEBUG: [send.request.to http://127.0.0.1:4001/v2/keys/registry/services/specs?consistent=true&recursive=false&sorted=true | method GET]
I0723 13:06:47.321309 03022 logs.go:39] etcd DEBUG: [recv.response.from http://127.0.0.1:4001/v2/keys/registry/services/specs?consistent=true&recursive=false&sorted=true]
I0723 13:06:47.321385 03022 logs.go:39] etcd DEBUG: [recv.success. http://127.0.0.1:4001/v2/keys/registry/services/specs?consistent=true&recursive=false&sorted=true]
E0723 13:06:47.321412 03022 etcd.go:119] Failed to get the key registry/services: 100: Key not found (/registry) [2]
E0723 13:06:47.321430 03022 etcd.go:79] Failed to get any services: 100: Key not found (/registry) [2]
I0723 13:06:49.322259 03022 logs.go:39] etcd DEBUG: get [registry/services/specs http://127.0.0.1:4001] [%!s(MISSING)]
I0723 13:06:49.322516 03022 logs.go:39] etcd DEBUG: [Connecting to etcd: attempt 1 for keys/registry/services/specs?consistent=true&recursive=false&sorted=true]
I0723 13:06:49.322552 03022 logs.go:39] etcd DEBUG: [send.request.to http://127.0.0.1:4001/v2/keys/registry/services/specs?consistent=true&recursive=false&sorted=true | method GET]
I0723 13:06:49.324606 03022 logs.go:39] etcd DEBUG: [recv.response.from http://127.0.0.1:4001/v2/keys/registry/services/specs?consistent=true&recursive=false&sorted=true]
I0723 13:06:49.324739 03022 logs.go:39] etcd DEBUG: [recv.success. http://127.0.0.1:4001/v2/keys/registry/services/specs?consistent=true&recursive=false&sorted=true]
E0723 13:06:49.324784 03022 etcd.go:119] Failed to get the key registry/services: 100: Key not found (/registry) [2]
E0723 13:06:49.324885 03022 etcd.go:79] Failed to get any services: 100: Key not found (/registry) [2]
E0723 13:06:49.886272 03022 file.go:83] Couldn't read file: /tmp/proxy_config : open /tmp/proxy_config: no such file or directory
I0723 13:06:51.326708 03022 logs.go:39] etcd DEBUG: get [registry/services/specs http://127.0.0.1:4001] [%!s(MISSING)]
I0723 13:06:51.327272 03022 logs.go:39] etcd DEBUG: [Connecting to etcd: attempt 1 for keys/registry/services/specs?consistent=true&recursive=false&sorted=true]
I0723 13:06:51.327385 03022 logs.go:39] etcd DEBUG: [send.request.to http://127.0.0.1:4001/v2/keys/registry/services/specs?consistent=true&recursive=false&sorted=true | method GET]
I0723 13:06:51.328617 03022 logs.go:39] etcd DEBUG: [recv.response.from http://127.0.0.1:4001/v2/keys/registry/services/specs?consistent=true&recursive=false&sorted=true]
I0723 13:06:51.328720 03022 logs.go:39] etcd DEBUG: [recv.success. http://127.0.0.1:4001/v2/keys/registry/services/specs?consistent=true&recursive=false&sorted=true]
E0723 13:06:51.328758 03022 etcd.go:119] Failed to get the key registry/services: 100: Key not found (/registry) [2]
E0723 13:06:51.328775 03022 etcd.go:79] Failed to get any services: 100: Key not found (/registry) [2]
I0723 13:06:53.329389 03022 logs.go:39] etcd DEBUG: get [registry/services/specs http://127.0.0.1:4001] [%!s(MISSING)]
I0723 13:06:53.329556 03022 logs.go:39] etcd DEBUG: [Connecting to etcd: attempt 1 for keys/registry/services/specs?consistent=true&recursive=false&sorted=true]
I0723 13:06:53.329579 03022 logs.go:39] etcd DEBUG: [send.request.to http://127.0.0.1:4001/v2/keys/registry/services/specs?consistent=true&recursive=false&sorted=true | method GET]
I0723 13:06:53.330437 03022 logs.go:39] etcd DEBUG: [recv.response.from http://127.0.0.1:4001/v2/keys/registry/services/specs?consistent=true&recursive=false&sorted=true]
I0723 13:06:53.330537 03022 logs.go:39] etcd DEBUG: [recv.success. http://127.0.0.1:4001/v2/keys/registry/services/specs?consistent=true&recursive=false&sorted=true]
E0723 13:06:53.330571 03022 etcd.go:119] Failed to get the key registry/services: 100: Key not found (/registry) [2]
E0723 13:06:53.330588 03022 etcd.go:79] Failed to get any services: 100: Key not found (/registry) [2]
==> /tmp/controller-manager.log <==
I0723 13:06:54.790776 03020 logs.go:39] etcd DEBUG: get [/registry/controllers http://127.0.0.1:4001] [%!s(MISSING)]
I0723 13:06:54.791035 03020 logs.go:39] etcd DEBUG: [Connecting to etcd: attempt 1 for keys/registry/controllers?consistent=true&recursive=true&sorted=false]
I0723 13:06:54.791093 03020 logs.go:39] etcd DEBUG: [send.request.to http://127.0.0.1:4001/v2/keys/registry/controllers?consistent=true&recursive=true&sorted=false | method GET]
I0723 13:06:54.792519 03020 logs.go:39] etcd DEBUG: [recv.response.from http://127.0.0.1:4001/v2/keys/registry/controllers?consistent=true&recursive=true&sorted=false]
I0723 13:06:54.792615 03020 logs.go:39] etcd DEBUG: [recv.success. http://127.0.0.1:4001/v2/keys/registry/controllers?consistent=true&recursive=true&sorted=false]
==> /tmp/kubelet.log <==
I0723 13:06:54.836968 03021 kubelet.go:452] Containers changed [127.0.0.1]
I0723 13:06:54.837096 03021 kubelet.go:366] Desired [127.0.0.1]: []
==> /tmp/kube-proxy.log <==
E0723 13:06:54.887941 03022 file.go:83] Couldn't read file: /tmp/proxy_config : open /tmp/proxy_config: no such file or directory
I0723 13:06:55.332800 03022 logs.go:39] etcd DEBUG: get [registry/services/specs http://127.0.0.1:4001] [%!s(MISSING)]
I0723 13:06:55.332984 03022 logs.go:39] etcd DEBUG: [Connecting to etcd: attempt 1 for keys/registry/services/specs?consistent=true&recursive=false&sorted=true]
I0723 13:06:55.333014 03022 logs.go:39] etcd DEBUG: [send.request.to http://127.0.0.1:4001/v2/keys/registry/services/specs?consistent=true&recursive=false&sorted=true | method GET]
I0723 13:06:55.334338 03022 logs.go:39] etcd DEBUG: [recv.response.from http://127.0.0.1:4001/v2/keys/registry/services/specs?consistent=true&recursive=false&sorted=true]
I0723 13:06:55.334445 03022 logs.go:39] etcd DEBUG: [recv.success. http://127.0.0.1:4001/v2/keys/registry/services/specs?consistent=true&recursive=false&sorted=true]
E0723 13:06:55.334483 03022 etcd.go:119] Failed to get the key registry/services: 100: Key not found (/registry) [2]
E0723 13:06:55.334562 03022 etcd.go:79] Failed to get any services: 100: Key not found (/registry) [2]
I0723 13:06:57.336296 03022 logs.go:39] etcd DEBUG: get [registry/services/specs http://127.0.0.1:4001] [%!s(MISSING)]
I0723 13:06:57.336661 03022 logs.go:39] etcd DEBUG: [Connecting to etcd: attempt 1 for keys/registry/services/specs?consistent=true&recursive=false&sorted=true]
I0723 13:06:57.336710 03022 logs.go:39] etcd DEBUG: [send.request.to http://127.0.0.1:4001/v2/keys/registry/services/specs?consistent=true&recursive=false&sorted=true | method GET]
I0723 13:06:57.337767 03022 logs.go:39] etcd DEBUG: [recv.response.from http://127.0.0.1:4001/v2/keys/registry/services/specs?consistent=true&recursive=false&sorted=true]
I0723 13:06:57.337907 03022 logs.go:39] etcd DEBUG: [recv.success. http://127.0.0.1:4001/v2/keys/registry/services/specs?consistent=true&recursive=false&sorted=true]
E0723 13:06:57.337952 03022 etcd.go:119] Failed to get the key registry/services: 100: Key not found (/registry) [2]
E0723 13:06:57.337973 03022 etcd.go:79] Failed to get any services: 100: Key not found (/registry) [2]
I0723 13:06:59.338427 03022 logs.go:39] etcd DEBUG: get [registry/services/specs http://127.0.0.1:4001] [%!s(MISSING)]
I0723 13:06:59.339404 03022 logs.go:39] etcd DEBUG: [Connecting to etcd: attempt 1 for keys/registry/services/specs?consistent=true&recursive=false&sorted=true]
I0723 13:06:59.339445 03022 logs.go:39] etcd DEBUG: [send.request.to http://127.0.0.1:4001/v2/keys/registry/services/specs?consistent=true&recursive=false&sorted=true | method GET]
I0723 13:06:59.340466 03022 logs.go:39] etcd DEBUG: [recv.response.from http://127.0.0.1:4001/v2/keys/registry/services/specs?consistent=true&recursive=false&sorted=true]
I0723 13:06:59.340808 03022 logs.go:39] etcd DEBUG: [recv.success. http://127.0.0.1:4001/v2/keys/registry/services/specs?consistent=true&recursive=false&sorted=true]
E0723 13:06:59.340916 03022 etcd.go:119] Failed to get the key registry/services: 100: Key not found (/registry) [2]
E0723 13:06:59.341008 03022 etcd.go:79] Failed to get any services: 100: Key not found (/registry) [2]
E0723 13:06:59.890120 03022 file.go:83] Couldn't read file: /tmp/proxy_config : open /tmp/proxy_config: no such file or directory
I0723 13:07:01.342902 03022 logs.go:39] etcd DEBUG: get [registry/services/specs http://127.0.0.1:4001] [%!s(MISSING)]
I0723 13:07:01.343825 03022 logs.go:39] etcd DEBUG: [Connecting to etcd: attempt 1 for keys/registry/services/specs?consistent=true&recursive=false&sorted=true]
I0723 13:07:01.343854 03022 logs.go:39] etcd DEBUG: [send.request.to http://127.0.0.1:4001/v2/keys/registry/services/specs?consistent=true&recursive=false&sorted=true | method GET]
I0723 13:07:01.345267 03022 logs.go:39] etcd DEBUG: [recv.response.from http://127.0.0.1:4001/v2/keys/registry/services/specs?consistent=true&recursive=false&sorted=true]
I0723 13:07:01.345362 03022 logs.go:39] etcd DEBUG: [recv.success. http://127.0.0.1:4001/v2/keys/registry/services/specs?consistent=true&recursive=false&sorted=true]
E0723 13:07:01.345407 03022 etcd.go:119] Failed to get the key registry/services: 100: Key not found (/registry) [2]
E0723 13:07:01.345650 03022 etcd.go:79] Failed to get any services: 100: Key not found (/registry) [2]
I0723 13:07:03.346836 03022 logs.go:39] etcd DEBUG: get [registry/services/specs http://127.0.0.1:4001] [%!s(MISSING)]
I0723 13:07:03.347141 03022 logs.go:39] etcd DEBUG: [Connecting to etcd: attempt 1 for keys/registry/services/specs?consistent=true&recursive=false&sorted=true]
I0723 13:07:03.347176 03022 logs.go:39] etcd DEBUG: [send.request.to http://127.0.0.1:4001/v2/keys/registry/services/specs?consistent=true&recursive=false&sorted=true | method GET]
I0723 13:07:03.348249 03022 logs.go:39] etcd DEBUG: [recv.response.from http://127.0.0.1:4001/v2/keys/registry/services/specs?consistent=true&recursive=false&sorted=true]
I0723 13:07:03.348688 03022 logs.go:39] etcd DEBUG: [recv.success. http://127.0.0.1:4001/v2/keys/registry/services/specs?consistent=true&recursive=false&sorted=true]
E0723 13:07:03.348743 03022 etcd.go:119] Failed to get the key registry/services: 100: Key not found (/registry) [2]
E0723 13:07:03.348864 03022 etcd.go:79] Failed to get any services: 100: Key not found (/registry) [2]
==> /tmp/controller-manager.log <==
I0723 13:07:04.791934 03020 logs.go:39] etcd DEBUG: get [/registry/controllers http://127.0.0.1:4001] [%!s(MISSING)]
I0723 13:07:04.792129 03020 logs.go:39] etcd DEBUG: [Connecting to etcd: attempt 1 for keys/registry/controllers?consistent=true&recursive=true&sorted=false]
I0723 13:07:04.792174 03020 logs.go:39] etcd DEBUG: [send.request.to http://127.0.0.1:4001/v2/keys/registry/controllers?consistent=true&recursive=true&sorted=false | method GET]
I0723 13:07:04.793602 03020 logs.go:39] etcd DEBUG: [recv.response.from http://127.0.0.1:4001/v2/keys/registry/controllers?consistent=true&recursive=true&sorted=false]
I0723 13:07:04.793664 03020 logs.go:39] etcd DEBUG: [recv.success. http://127.0.0.1:4001/v2/keys/registry/controllers?consistent=true&recursive=true&sorted=false]
==> /tmp/kubelet.log <==
I0723 13:07:04.837634 03021 kubelet.go:452] Containers changed [127.0.0.1]
I0723 13:07:04.837769 03021 kubelet.go:366] Desired [127.0.0.1]: []
==> /tmp/kube-proxy.log <==
E0723 13:07:04.891060 03022 file.go:83] Couldn't read file: /tmp/proxy_config : open /tmp/proxy_config: no such file or directory
I0723 13:07:05.350668 03022 logs.go:39] etcd DEBUG: get [registry/services/specs http://127.0.0.1:4001] [%!s(MISSING)]
I0723 13:07:05.350826 03022 logs.go:39] etcd DEBUG: [Connecting to etcd: attempt 1 for keys/registry/services/specs?consistent=true&recursive=false&sorted=true]
I0723 13:07:05.350851 03022 logs.go:39] etcd DEBUG: [send.request.to http://127.0.0.1:4001/v2/keys/registry/services/specs?consistent=true&recursive=false&sorted=true | method GET]
I0723 13:07:05.351751 03022 logs.go:39] etcd DEBUG: [recv.response.from http://127.0.0.1:4001/v2/keys/registry/services/specs?consistent=true&recursive=false&sorted=true]
I0723 13:07:05.352302 03022 logs.go:39] etcd DEBUG: [recv.success. http://127.0.0.1:4001/v2/keys/registry/services/specs?consistent=true&recursive=false&sorted=true]
E0723 13:07:05.352511 03022 etcd.go:119] Failed to get the key registry/services: 100: Key not found (/registry) [2]
E0723 13:07:05.352547 03022 etcd.go:79] Failed to get any services: 100: Key not found (/registry) [2]
I0723 13:07:07.355588 03022 logs.go:39] etcd DEBUG: get [registry/services/specs http://127.0.0.1:4001] [%!s(MISSING)]
I0723 13:07:07.355783 03022 logs.go:39] etcd DEBUG: [Connecting to etcd: attempt 1 for keys/registry/services/specs?consistent=true&recursive=false&sorted=true]
I0723 13:07:07.355811 03022 logs.go:39] etcd DEBUG: [send.request.to http://127.0.0.1:4001/v2/keys/registry/services/specs?consistent=true&recursive=false&sorted=true | method GET]
I0723 13:07:07.356855 03022 logs.go:39] etcd DEBUG: [recv.response.from http://127.0.0.1:4001/v2/keys/registry/services/specs?consistent=true&recursive=false&sorted=true]
I0723 13:07:07.356976 03022 logs.go:39] etcd DEBUG: [recv.success. http://127.0.0.1:4001/v2/keys/registry/services/specs?consistent=true&recursive=false&sorted=true]
E0723 13:07:07.357018 03022 etcd.go:119] Failed to get the key registry/services: 100: Key not found (/registry) [2]
E0723 13:07:07.357039 03022 etcd.go:79] Failed to get any services: 100: Key not found (/registry) [2]
I0723 13:07:09.358659 03022 logs.go:39] etcd DEBUG: get [registry/services/specs http://127.0.0.1:4001] [%!s(MISSING)]
I0723 13:07:09.359122 03022 logs.go:39] etcd DEBUG: [Connecting to etcd: attempt 1 for keys/registry/services/specs?consistent=true&recursive=false&sorted=true]
I0723 13:07:09.359159 03022 logs.go:39] etcd DEBUG: [send.request.to http://127.0.0.1:4001/v2/keys/registry/services/specs?consistent=true&recursive=false&sorted=true | method GET]
I0723 13:07:09.359909 03022 logs.go:39] etcd DEBUG: [recv.response.from http://127.0.0.1:4001/v2/keys/registry/services/specs?consistent=true&recursive=false&sorted=true]
I0723 13:07:09.360043 03022 logs.go:39] etcd DEBUG: [recv.success. http://127.0.0.1:4001/v2/keys/registry/services/specs?consistent=true&recursive=false&sorted=true]
E0723 13:07:09.360094 03022 etcd.go:119] Failed to get the key registry/services: 100: Key not found (/registry) [2]
E0723 13:07:09.360172 03022 etcd.go:79] Failed to get any services: 100: Key not found (/registry) [2]
E0723 13:07:09.893066 03022 file.go:83] Couldn't read file: /tmp/proxy_config : open /tmp/proxy_config: no such file or directory
I0723 13:07:11.361002 03022 logs.go:39] etcd DEBUG: get [registry/services/specs http://127.0.0.1:4001] [%!s(MISSING)]
I0723 13:07:11.361215 03022 logs.go:39] etcd DEBUG: [Connecting to etcd: attempt 1 for keys/registry/services/specs?consistent=true&recursive=false&sorted=true]
I0723 13:07:11.361245 03022 logs.go:39] etcd DEBUG: [send.request.to http://127.0.0.1:4001/v2/keys/registry/services/specs?consistent=true&recursive=false&sorted=true | method GET]
I0723 13:07:11.362649 03022 logs.go:39] etcd DEBUG: [recv.response.from http://127.0.0.1:4001/v2/keys/registry/services/specs?consistent=true&recursive=false&sorted=true]
I0723 13:07:11.362869 03022 logs.go:39] etcd DEBUG: [recv.success. http://127.0.0.1:4001/v2/keys/registry/services/specs?consistent=true&recursive=false&sorted=true]
E0723 13:07:11.362913 03022 etcd.go:119] Failed to get the key registry/services: 100: Key not found (/registry) [2]
E0723 13:07:11.362934 03022 etcd.go:79] Failed to get any services: 100: Key not found (/registry) [2]
I0723 13:07:13.363673 03022 logs.go:39] etcd DEBUG: get [registry/services/specs http://127.0.0.1:4001] [%!s(MISSING)]
I0723 13:07:13.364894 03022 logs.go:39] etcd DEBUG: [Connecting to etcd: attempt 1 for keys/registry/services/specs?consistent=true&recursive=false&sorted=true]
I0723 13:07:13.364931 03022 logs.go:39] etcd DEBUG: [send.request.to http://127.0.0.1:4001/v2/keys/registry/services/specs?consistent=true&recursive=false&sorted=true | method GET]
I0723 13:07:13.365780 03022 logs.go:39] etcd DEBUG: [recv.response.from http://127.0.0.1:4001/v2/keys/registry/services/specs?consistent=true&recursive=false&sorted=true]
I0723 13:07:13.365910 03022 logs.go:39] etcd DEBUG: [recv.success. http://127.0.0.1:4001/v2/keys/registry/services/specs?consistent=true&recursive=false&sorted=true]
E0723 13:07:13.365971 03022 etcd.go:119] Failed to get the key registry/services: 100: Key not found (/registry) [2]
E0723 13:07:13.366002 03022 etcd.go:79] Failed to get any services: 100: Key not found (/registry) [2]
==> /tmp/controller-manager.log <==
I0723 13:07:14.790951 03020 logs.go:39] etcd DEBUG: get [/registry/controllers http://127.0.0.1:4001] [%!s(MISSING)]
I0723 13:07:14.791117 03020 logs.go:39] etcd DEBUG: [Connecting to etcd: attempt 1 for keys/registry/controllers?consistent=true&recursive=true&sorted=false]
I0723 13:07:14.791166 03020 logs.go:39] etcd DEBUG: [send.request.to http://127.0.0.1:4001/v2/keys/registry/controllers?consistent=true&recursive=true&sorted=false | method GET]
I0723 13:07:14.793040 03020 logs.go:39] etcd DEBUG: [recv.response.from http://127.0.0.1:4001/v2/keys/registry/controllers?consistent=true&recursive=true&sorted=false]
I0723 13:07:14.793222 03020 logs.go:39] etcd DEBUG: [recv.success. http://127.0.0.1:4001/v2/keys/registry/controllers?consistent=true&recursive=true&sorted=false]
==> /tmp/kubelet.log <==
I0723 13:07:14.839031 03021 kubelet.go:452] Containers changed [127.0.0.1]
I0723 13:07:14.839142 03021 kubelet.go:366] Desired [127.0.0.1]: []
I0723 13:07:14.839960 03021 logs.go:39] etcd DEBUG: get [/registry/hosts/127.0.0.1/kubelet http://127.0.0.1:4001] [%!s(MISSING)]
I0723 13:07:14.840019 03021 logs.go:39] etcd DEBUG: [Connecting to etcd: attempt 1 for keys/registry/hosts/127.0.0.1/kubelet?consistent=true&recursive=false&sorted=true]
I0723 13:07:14.840041 03021 logs.go:39] etcd DEBUG: [send.request.to http://127.0.0.1:4001/v2/keys/registry/hosts/127.0.0.1/kubelet?consistent=true&recursive=false&sorted=true | method GET]
I0723 13:07:14.840804 03021 logs.go:39] etcd DEBUG: [recv.response.from http://127.0.0.1:4001/v2/keys/registry/hosts/127.0.0.1/kubelet?consistent=true&recursive=false&sorted=true]
I0723 13:07:14.840910 03021 logs.go:39] etcd DEBUG: [recv.success. http://127.0.0.1:4001/v2/keys/registry/hosts/127.0.0.1/kubelet?consistent=true&recursive=false&sorted=true]
I0723 13:07:14.843791 03021 log.go:135] GET /healthz: (10.895us) 200
==> /tmp/kube-proxy.log <==
E0723 13:07:14.894360 03022 file.go:83] Couldn't read file: /tmp/proxy_config : open /tmp/proxy_config: no such file or directory
I0723 13:07:15.368025 03022 logs.go:39] etcd DEBUG: get [registry/services/specs http://127.0.0.1:4001] [%!s(MISSING)]
I0723 13:07:15.368354 03022 logs.go:39] etcd DEBUG: [Connecting to etcd: attempt 1 for keys/registry/services/specs?consistent=true&recursive=false&sorted=true]
I0723 13:07:15.368403 03022 logs.go:39] etcd DEBUG: [send.request.to http://127.0.0.1:4001/v2/keys/registry/services/specs?consistent=true&recursive=false&sorted=true | method GET]
I0723 13:07:15.369705 03022 logs.go:39] etcd DEBUG: [recv.response.from http://127.0.0.1:4001/v2/keys/registry/services/specs?consistent=true&recursive=false&sorted=true]
I0723 13:07:15.369812 03022 logs.go:39] etcd DEBUG: [recv.success. http://127.0.0.1:4001/v2/keys/registry/services/specs?consistent=true&recursive=false&sorted=true]
E0723 13:07:15.369855 03022 etcd.go:119] Failed to get the key registry/services: 100: Key not found (/registry) [2]
E0723 13:07:15.369925 03022 etcd.go:79] Failed to get any services: 100: Key not found (/registry) [2]
==> /tmp/apiserver.log <==
I0723 13:07:16.168311 03019 log.go:135] GET /api/v1beta1/operations/1: (115.928us) 404
==> /tmp/kube-proxy.log <==
I0723 13:07:17.371130 03022 logs.go:39] etcd DEBUG: get [registry/services/specs http://127.0.0.1:4001] [%!s(MISSING)]
I0723 13:07:17.371388 03022 logs.go:39] etcd DEBUG: [Connecting to etcd: attempt 1 for keys/registry/services/specs?consistent=true&recursive=false&sorted=true]
I0723 13:07:17.371420 03022 logs.go:39] etcd DEBUG: [send.request.to http://127.0.0.1:4001/v2/keys/registry/services/specs?consistent=true&recursive=false&sorted=true | method GET]
I0723 13:07:17.372642 03022 logs.go:39] etcd DEBUG: [recv.response.from http://127.0.0.1:4001/v2/keys/registry/services/specs?consistent=true&recursive=false&sorted=true]
I0723 13:07:17.373056 03022 logs.go:39] etcd DEBUG: [recv.success. http://127.0.0.1:4001/v2/keys/registry/services/specs?consistent=true&recursive=false&sorted=true]
E0723 13:07:17.373096 03022 etcd.go:119] Failed to get the key registry/services: 100: Key not found (/registry) [2]
E0723 13:07:17.373141 03022 etcd.go:79] Failed to get any services: 100: Key not found (/registry) [2]
I0723 13:07:19.375289 03022 logs.go:39] etcd DEBUG: get [registry/services/specs http://127.0.0.1:4001] [%!s(MISSING)]
I0723 13:07:19.375485 03022 logs.go:39] etcd DEBUG: [Connecting to etcd: attempt 1 for keys/registry/services/specs?consistent=true&recursive=false&sorted=true]
I0723 13:07:19.375517 03022 logs.go:39] etcd DEBUG: [send.request.to http://127.0.0.1:4001/v2/keys/registry/services/specs?consistent=true&recursive=false&sorted=true | method GET]
I0723 13:07:19.376880 03022 logs.go:39] etcd DEBUG: [recv.response.from http://127.0.0.1:4001/v2/keys/registry/services/specs?consistent=true&recursive=false&sorted=true]
I0723 13:07:19.376996 03022 logs.go:39] etcd DEBUG: [recv.success. http://127.0.0.1:4001/v2/keys/registry/services/specs?consistent=true&recursive=false&sorted=true]
E0723 13:07:19.377041 03022 etcd.go:119] Failed to get the key registry/services: 100: Key not found (/registry) [2]
E0723 13:07:19.377112 03022 etcd.go:79] Failed to get any services: 100: Key not found (/registry) [2]
E0723 13:07:19.896152 03022 file.go:83] Couldn't read file: /tmp/proxy_config : open /tmp/proxy_config: no such file or directory
==> /tmp/apiserver.log <==
I0723 13:07:21.313691 03019 log.go:135] POST /api/v1beta1/replicationControllers: (355.045us) 202
==> /tmp/controller-manager.log <==
I0723 13:07:21.317334 03020 logs.go:39] etcd DEBUG: [recv.success. http://127.0.0.1:4001/v2/keys/registry/controllers?consistent=true&recursive=true&wait=true]
I0723 13:07:21.317780 03020 logs.go:39] etcd DEBUG: get [/registry/controllers http://127.0.0.1:4001] [%!s(MISSING)]
I0723 13:07:21.317856 03020 logs.go:39] etcd DEBUG: [Connecting to etcd: attempt 1 for keys/registry/controllers?consistent=true&recursive=true&wait=true&waitIndex=4]
I0723 13:07:21.317902 03020 logs.go:39] etcd DEBUG: [send.request.to http://127.0.0.1:4001/v2/keys/registry/controllers?consistent=true&recursive=true&wait=true&waitIndex=4 | method GET]
I0723 13:07:21.318356 03020 replication_controller.go:127] Got watch: &etcd.Response{Action:"set", Node:(*etcd.Node)(0xc2080c6000), PrevNode:(*etcd.Node)(nil), EtcdIndex:0x2, RaftIndex:0x279, RaftTerm:0x0}
I0723 13:07:21.320277 03020 logs.go:39] etcd DEBUG: [recv.response.from http://127.0.0.1:4001/v2/keys/registry/controllers?consistent=true&recursive=true&wait=true&waitIndex=4]
==> /tmp/kubelet.log <==
I0723 13:07:21.320945 03021 log.go:135] GET /healthz: (15.084us) 200
I0723 13:07:21.321277 03021 log.go:135] GET /healthz: (10.057us) 200
==> /tmp/apiserver.log <==
I0723 13:07:21.323307 03019 log.go:135] GET /api/v1beta1/pods?labels=name%3DmyNginx2: (2.94708ms) 200
==> /tmp/controller-manager.log <==
I0723 13:07:21.323866 03020 replication_controller.go:185] Too few replicas, creating 2
==> /tmp/apiserver.log <==
I0723 13:07:21.326206 03019 log.go:135] POST /api/v1beta1/pods: (776.869us) 202
==> /tmp/controller-manager.log <==
I0723 13:07:21.326569 03020 request.go:249] Waiting for completion of /operations/2
==> /tmp/kubelet.log <==
I0723 13:07:21.326940 03021 log.go:135] GET /healthz: (10.894us) 200
I0723 13:07:21.327870 03021 log.go:135] GET /healthz: (5.308us) 200
I0723 13:07:21.330314 03021 log.go:135] GET /healthz: (7.263us) 200
I0723 13:07:21.336264 03021 log.go:135] GET /healthz: (12.851us) 200
I0723 13:07:21.340141 03021 log.go:135] GET /podInfo?podID=cf28a461-128b-11e4-ab10-0800270c25f4: (1.439561ms) 404
==> /tmp/kube-proxy.log <==
I0723 13:07:21.377816 03022 logs.go:39] etcd DEBUG: get [registry/services/specs http://127.0.0.1:4001] [%!s(MISSING)]
I0723 13:07:21.378048 03022 logs.go:39] etcd DEBUG: [Connecting to etcd: attempt 1 for keys/registry/services/specs?consistent=true&recursive=false&sorted=true]
I0723 13:07:21.378078 03022 logs.go:39] etcd DEBUG: [send.request.to http://127.0.0.1:4001/v2/keys/registry/services/specs?consistent=true&recursive=false&sorted=true | method GET]
I0723 13:07:21.379406 03022 logs.go:39] etcd DEBUG: [recv.response.from http://127.0.0.1:4001/v2/keys/registry/services/specs?consistent=true&recursive=false&sorted=true]
I0723 13:07:21.379544 03022 logs.go:39] etcd DEBUG: [recv.success. http://127.0.0.1:4001/v2/keys/registry/services/specs?consistent=true&recursive=false&sorted=true]
E0723 13:07:21.379579 03022 etcd.go:119] Failed to get the key registry/services: 100: Key not found (/registry/services) [5]
E0723 13:07:21.379634 03022 etcd.go:79] Failed to get any services: 100: Key not found (/registry/services) [5]
I0723 13:07:23.381326 03022 logs.go:39] etcd DEBUG: get [registry/services/specs http://127.0.0.1:4001] [%!s(MISSING)]
I0723 13:07:23.381499 03022 logs.go:39] etcd DEBUG: [Connecting to etcd: attempt 1 for keys/registry/services/specs?consistent=true&recursive=false&sorted=true]
I0723 13:07:23.381519 03022 logs.go:39] etcd DEBUG: [send.request.to http://127.0.0.1:4001/v2/keys/registry/services/specs?consistent=true&recursive=false&sorted=true | method GET]
I0723 13:07:23.382151 03022 logs.go:39] etcd DEBUG: [recv.response.from http://127.0.0.1:4001/v2/keys/registry/services/specs?consistent=true&recursive=false&sorted=true]
I0723 13:07:23.382234 03022 logs.go:39] etcd DEBUG: [recv.success. http://127.0.0.1:4001/v2/keys/registry/services/specs?consistent=true&recursive=false&sorted=true]
E0723 13:07:23.382254 03022 etcd.go:119] Failed to get the key registry/services: 100: Key not found (/registry/services) [5]
E0723 13:07:23.382303 03022 etcd.go:79] Failed to get any services: 100: Key not found (/registry/services) [5]
==> /tmp/kubelet.log <==
I0723 13:07:24.839782 03021 kubelet.go:452] Containers changed [127.0.0.1]
I0723 13:07:24.840243 03021 kubelet.go:366] Desired [127.0.0.1]: []
==> /tmp/kube-proxy.log <==
E0723 13:07:24.896910 03022 file.go:83] Couldn't read file: /tmp/proxy_config : open /tmp/proxy_config: no such file or directory
I0723 13:07:25.383639 03022 logs.go:39] etcd DEBUG: get [registry/services/specs http://127.0.0.1:4001] [%!s(MISSING)]
I0723 13:07:25.383849 03022 logs.go:39] etcd DEBUG: [Connecting to etcd: attempt 1 for keys/registry/services/specs?consistent=true&recursive=false&sorted=true]
I0723 13:07:25.383883 03022 logs.go:39] etcd DEBUG: [send.request.to http://127.0.0.1:4001/v2/keys/registry/services/specs?consistent=true&recursive=false&sorted=true | method GET]
I0723 13:07:25.384751 03022 logs.go:39] etcd DEBUG: [recv.response.from http://127.0.0.1:4001/v2/keys/registry/services/specs?consistent=true&recursive=false&sorted=true]
I0723 13:07:25.384801 03022 logs.go:39] etcd DEBUG: [recv.success. http://127.0.0.1:4001/v2/keys/registry/services/specs?consistent=true&recursive=false&sorted=true]
E0723 13:07:25.384843 03022 etcd.go:119] Failed to get the key registry/services: 100: Key not found (/registry/services) [5]
E0723 13:07:25.384865 03022 etcd.go:79] Failed to get any services: 100: Key not found (/registry/services) [5]
I0723 13:07:27.386737 03022 logs.go:39] etcd DEBUG: get [registry/services/specs http://127.0.0.1:4001] [%!s(MISSING)]
I0723 13:07:27.386976 03022 logs.go:39] etcd DEBUG: [Connecting to etcd: attempt 1 for keys/registry/services/specs?consistent=true&recursive=false&sorted=true]
I0723 13:07:27.387012 03022 logs.go:39] etcd DEBUG: [send.request.to http://127.0.0.1:4001/v2/keys/registry/services/specs?consistent=true&recursive=false&sorted=true | method GET]
I0723 13:07:27.388427 03022 logs.go:39] etcd DEBUG: [recv.response.from http://127.0.0.1:4001/v2/keys/registry/services/specs?consistent=true&recursive=false&sorted=true]
I0723 13:07:27.388659 03022 logs.go:39] etcd DEBUG: [recv.success. http://127.0.0.1:4001/v2/keys/registry/services/specs?consistent=true&recursive=false&sorted=true]
E0723 13:07:27.388752 03022 etcd.go:119] Failed to get the key registry/services: 100: Key not found (/registry/services) [5]
E0723 13:07:27.388777 03022 etcd.go:79] Failed to get any services: 100: Key not found (/registry/services) [5]
I0723 13:07:29.389556 03022 logs.go:39] etcd DEBUG: get [registry/services/specs http://127.0.0.1:4001] [%!s(MISSING)]
I0723 13:07:29.389999 03022 logs.go:39] etcd DEBUG: [Connecting to etcd: attempt 1 for keys/registry/services/specs?consistent=true&recursive=false&sorted=true]
I0723 13:07:29.390033 03022 logs.go:39] etcd DEBUG: [send.request.to http://127.0.0.1:4001/v2/keys/registry/services/specs?consistent=true&recursive=false&sorted=true | method GET]
I0723 13:07:29.392164 03022 logs.go:39] etcd DEBUG: [recv.response.from http://127.0.0.1:4001/v2/keys/registry/services/specs?consistent=true&recursive=false&sorted=true]
I0723 13:07:29.392281 03022 logs.go:39] etcd DEBUG: [recv.success. http://127.0.0.1:4001/v2/keys/registry/services/specs?consistent=true&recursive=false&sorted=true]
E0723 13:07:29.392365 03022 etcd.go:119] Failed to get the key registry/services: 100: Key not found (/registry/services) [5]
E0723 13:07:29.392436 03022 etcd.go:79] Failed to get any services: 100: Key not found (/registry/services) [5]
E0723 13:07:29.897711 03022 file.go:83] Couldn't read file: /tmp/proxy_config : open /tmp/proxy_config: no such file or directory
==> /tmp/kubelet.log <==
I0723 13:07:31.324383 03021 log.go:135] GET /healthz: (13.688us) 200
I0723 13:07:31.342459 03021 log.go:135] GET /healthz: (14.246us) 200
I0723 13:07:31.348134 03021 log.go:135] GET /podInfo?podID=cf28a461-128b-11e4-ab10-0800270c25f4: (1.107874ms) 404
==> /tmp/kube-proxy.log <==
I0723 13:07:31.393119 03022 logs.go:39] etcd DEBUG: get [registry/services/specs http://127.0.0.1:4001] [%!s(MISSING)]
I0723 13:07:31.393328 03022 logs.go:39] etcd DEBUG: [Connecting to etcd: attempt 1 for keys/registry/services/specs?consistent=true&recursive=false&sorted=true]
I0723 13:07:31.393384 03022 logs.go:39] etcd DEBUG: [send.request.to http://127.0.0.1:4001/v2/keys/registry/services/specs?consistent=true&recursive=false&sorted=true | method GET]
I0723 13:07:31.394169 03022 logs.go:39] etcd DEBUG: [recv.response.from http://127.0.0.1:4001/v2/keys/registry/services/specs?consistent=true&recursive=false&sorted=true]
I0723 13:07:31.394267 03022 logs.go:39] etcd DEBUG: [recv.success. http://127.0.0.1:4001/v2/keys/registry/services/specs?consistent=true&recursive=false&sorted=true]
E0723 13:07:31.394321 03022 etcd.go:119] Failed to get the key registry/services: 100: Key not found (/registry/services) [5]
E0723 13:07:31.394412 03022 etcd.go:79] Failed to get any services: 100: Key not found (/registry/services) [5]
I0723 13:07:33.395621 03022 logs.go:39] etcd DEBUG: get [registry/services/specs http://127.0.0.1:4001] [%!s(MISSING)]
I0723 13:07:33.395871 03022 logs.go:39] etcd DEBUG: [Connecting to etcd: attempt 1 for keys/registry/services/specs?consistent=true&recursive=false&sorted=true]
I0723 13:07:33.395902 03022 logs.go:39] etcd DEBUG: [send.request.to http://127.0.0.1:4001/v2/keys/registry/services/specs?consistent=true&recursive=false&sorted=true | method GET]
I0723 13:07:33.397528 03022 logs.go:39] etcd DEBUG: [recv.response.from http://127.0.0.1:4001/v2/keys/registry/services/specs?consistent=true&recursive=false&sorted=true]
I0723 13:07:33.397721 03022 logs.go:39] etcd DEBUG: [recv.success. http://127.0.0.1:4001/v2/keys/registry/services/specs?consistent=true&recursive=false&sorted=true]
E0723 13:07:33.397777 03022 etcd.go:119] Failed to get the key registry/services: 100: Key not found (/registry/services) [5]
E0723 13:07:33.397801 03022 etcd.go:79] Failed to get any services: 100: Key not found (/registry/services) [5]
==> /tmp/kubelet.log <==
I0723 13:07:34.840865 03021 kubelet.go:452] Containers changed [127.0.0.1]
I0723 13:07:34.841894 03021 kubelet.go:366] Desired [127.0.0.1]: []
==> /tmp/kube-proxy.log <==
E0723 13:07:34.899374 03022 file.go:83] Couldn't read file: /tmp/proxy_config : open /tmp/proxy_config: no such file or directory
I0723 13:07:35.398848 03022 logs.go:39] etcd DEBUG: get [registry/services/specs http://127.0.0.1:4001] [%!s(MISSING)]
I0723 13:07:35.399090 03022 logs.go:39] etcd DEBUG: [Connecting to etcd: attempt 1 for keys/registry/services/specs?consistent=true&recursive=false&sorted=true]
I0723 13:07:35.399118 03022 logs.go:39] etcd DEBUG: [send.request.to http://127.0.0.1:4001/v2/keys/registry/services/specs?consistent=true&recursive=false&sorted=true | method GET]
I0723 13:07:35.401106 03022 logs.go:39] etcd DEBUG: [recv.response.from http://127.0.0.1:4001/v2/keys/registry/services/specs?consistent=true&recursive=false&sorted=true]
I0723 13:07:35.401961 03022 logs.go:39] etcd DEBUG: [recv.success. http://127.0.0.1:4001/v2/keys/registry/services/specs?consistent=true&recursive=false&sorted=true]
E0723 13:07:35.402008 03022 etcd.go:119] Failed to get the key registry/services: 100: Key not found (/registry/services) [5]
E0723 13:07:35.402061 03022 etcd.go:79] Failed to get any services: 100: Key not found (/registry/services) [5]
I0723 13:07:37.402920 03022 logs.go:39] etcd DEBUG: get [registry/services/specs http://127.0.0.1:4001] [%!s(MISSING)]
I0723 13:07:37.403193 03022 logs.go:39] etcd DEBUG: [Connecting to etcd: attempt 1 for keys/registry/services/specs?consistent=true&recursive=false&sorted=true]
I0723 13:07:37.403229 03022 logs.go:39] etcd DEBUG: [send.request.to http://127.0.0.1:4001/v2/keys/registry/services/specs?consistent=true&recursive=false&sorted=true | method GET]
I0723 13:07:37.404455 03022 logs.go:39] etcd DEBUG: [recv.response.from http://127.0.0.1:4001/v2/keys/registry/services/specs?consistent=true&recursive=false&sorted=true]
I0723 13:07:37.404557 03022 logs.go:39] etcd DEBUG: [recv.success. http://127.0.0.1:4001/v2/keys/registry/services/specs?consistent=true&recursive=false&sorted=true]
E0723 13:07:37.404605 03022 etcd.go:119] Failed to get the key registry/services: 100: Key not found (/registry/services) [5]
E0723 13:07:37.404627 03022 etcd.go:79] Failed to get any services: 100: Key not found (/registry/services) [5]
I0723 13:07:39.405594 03022 logs.go:39] etcd DEBUG: get [registry/services/specs http://127.0.0.1:4001] [%!s(MISSING)]
I0723 13:07:39.405820 03022 logs.go:39] etcd DEBUG: [Connecting to etcd: attempt 1 for keys/registry/services/specs?consistent=true&recursive=false&sorted=true]
I0723 13:07:39.405850 03022 logs.go:39] etcd DEBUG: [send.request.to http://127.0.0.1:4001/v2/keys/registry/services/specs?consistent=true&recursive=false&sorted=true | method GET]
I0723 13:07:39.407033 03022 logs.go:39] etcd DEBUG: [recv.response.from http://127.0.0.1:4001/v2/keys/registry/services/specs?consistent=true&recursive=false&sorted=true]
I0723 13:07:39.407158 03022 logs.go:39] etcd DEBUG: [recv.success. http://127.0.0.1:4001/v2/keys/registry/services/specs?consistent=true&recursive=false&sorted=true]
E0723 13:07:39.407225 03022 etcd.go:119] Failed to get the key registry/services: 100: Key not found (/registry/services) [5]
E0723 13:07:39.407276 03022 etcd.go:79] Failed to get any services: 100: Key not found (/registry/services) [5]
E0723 13:07:39.902045 03022 file.go:83] Couldn't read file: /tmp/proxy_config : open /tmp/proxy_config: no such file or directory
==> /tmp/apiserver.log <==
I0723 13:07:41.317781 03019 log.go:135] GET /api/v1beta1/operations/1: (59.49us) 202
I0723 13:07:41.329153 03019 log.go:135] GET /api/v1beta1/operations/2: (72.34us) 202
==> /tmp/kubelet.log <==
I0723 13:07:41.329268 03021 log.go:135] GET /healthz: (14.524us) 200
==> /tmp/controller-manager.log <==
I0723 13:07:41.329539 03020 request.go:249] Waiting for completion of /operations/2
==> /tmp/kubelet.log <==
I0723 13:07:41.351600 03021 log.go:135] GET /healthz: (14.525us) 200
I0723 13:07:41.358653 03021 log.go:135] GET /podInfo?podID=cf28a461-128b-11e4-ab10-0800270c25f4: (3.620669ms) 404
==> /tmp/kube-proxy.log <==
I0723 13:07:41.409719 03022 logs.go:39] etcd DEBUG: get [registry/services/specs http://127.0.0.1:4001] [%!s(MISSING)]
I0723 13:07:41.410137 03022 logs.go:39] etcd DEBUG: [Connecting to etcd: attempt 1 for keys/registry/services/specs?consistent=true&recursive=false&sorted=true]
I0723 13:07:41.410172 03022 logs.go:39] etcd DEBUG: [send.request.to http://127.0.0.1:4001/v2/keys/registry/services/specs?consistent=true&recursive=false&sorted=true | method GET]
I0723 13:07:41.411522 03022 logs.go:39] etcd DEBUG: [recv.response.from http://127.0.0.1:4001/v2/keys/registry/services/specs?consistent=true&recursive=false&sorted=true]
I0723 13:07:41.412169 03022 logs.go:39] etcd DEBUG: [recv.success. http://127.0.0.1:4001/v2/keys/registry/services/specs?consistent=true&recursive=false&sorted=true]
E0723 13:07:41.412239 03022 etcd.go:119] Failed to get the key registry/services: 100: Key not found (/registry/services) [5]
E0723 13:07:41.412277 03022 etcd.go:79] Failed to get any services: 100: Key not found (/registry/services) [5]
I0723 13:07:43.413611 03022 logs.go:39] etcd DEBUG: get [registry/services/specs http://127.0.0.1:4001] [%!s(MISSING)]
I0723 13:07:43.413843 03022 logs.go:39] etcd DEBUG: [Connecting to etcd: attempt 1 for keys/registry/services/specs?consistent=true&recursive=false&sorted=true]
I0723 13:07:43.413972 03022 logs.go:39] etcd DEBUG: [send.request.to http://127.0.0.1:4001/v2/keys/registry/services/specs?consistent=true&recursive=false&sorted=true | method GET]
I0723 13:07:43.415695 03022 logs.go:39] etcd DEBUG: [recv.response.from http://127.0.0.1:4001/v2/keys/registry/services/specs?consistent=true&recursive=false&sorted=true]
I0723 13:07:43.415795 03022 logs.go:39] etcd DEBUG: [recv.success. http://127.0.0.1:4001/v2/keys/registry/services/specs?consistent=true&recursive=false&sorted=true]
E0723 13:07:43.415859 03022 etcd.go:119] Failed to get the key registry/services: 100: Key not found (/registry/services) [5]
E0723 13:07:43.415893 03022 etcd.go:79] Failed to get any services: 100: Key not found (/registry/services) [5]
==> /tmp/kubelet.log <==
I0723 13:07:44.841880 03021 logs.go:39] etcd DEBUG: get [/registry/hosts/127.0.0.1/kubelet http://127.0.0.1:4001] [%!s(MISSING)]
I0723 13:07:44.842032 03021 logs.go:39] etcd DEBUG: [Connecting to etcd: attempt 1 for keys/registry/hosts/127.0.0.1/kubelet?consistent=true&recursive=false&sorted=true]
I0723 13:07:44.842057 03021 logs.go:39] etcd DEBUG: [send.request.to http://127.0.0.1:4001/v2/keys/registry/hosts/127.0.0.1/kubelet?consistent=true&recursive=false&sorted=true | method GET]
I0723 13:07:44.842095 03021 kubelet.go:452] Containers changed [127.0.0.1]
I0723 13:07:44.842111 03021 kubelet.go:366] Desired [127.0.0.1]: []
I0723 13:07:44.843997 03021 logs.go:39] etcd DEBUG: [recv.response.from http://127.0.0.1:4001/v2/keys/registry/hosts/127.0.0.1/kubelet?consistent=true&recursive=false&sorted=true]
I0723 13:07:44.844036 03021 logs.go:39] etcd DEBUG: [recv.success. http://127.0.0.1:4001/v2/keys/registry/hosts/127.0.0.1/kubelet?consistent=true&recursive=false&sorted=true]
I0723 13:07:44.844386 03021 etcd.go:99] Got state from etcd: [{Namespace: Name:cf28a461-128b-11e4-ab10-0800270c25f4 Manifest:{Version:v1beta2 ID:cf28a461-128b-11e4-ab10-0800270c25f4 Volumes:[] Containers:[{Name:mynginx2 Image:dockerfile/nginx Command:[] WorkingDir: Ports:[{Name: HostPort:8888 ContainerPort:80 Protocol: HostIP:}] Env:[{Name:SERVICE_HOST Key: Value:127.0.0.1}] Memory:0 CPU:0 VolumeMounts:[] LivenessProbe:<nil>}]}}]
I0723 13:07:44.844542 03021 logs.go:39] etcd DEBUG: watch [/registry/hosts/127.0.0.1/kubelet http://127.0.0.1:4001] [%!s(MISSING)]
I0723 13:07:44.844564 03021 logs.go:39] etcd DEBUG: get [/registry/hosts/127.0.0.1/kubelet http://127.0.0.1:4001] [%!s(MISSING)]
I0723 13:07:44.844596 03021 logs.go:39] etcd DEBUG: [Connecting to etcd: attempt 1 for keys/registry/hosts/127.0.0.1/kubelet?consistent=true&wait=true&waitIndex=6]
I0723 13:07:44.844614 03021 logs.go:39] etcd DEBUG: [send.request.to http://127.0.0.1:4001/v2/keys/registry/hosts/127.0.0.1/kubelet?consistent=true&wait=true&waitIndex=6 | method GET]
I0723 13:07:44.844672 03021 config.go:223] Setting pods for source etcd : {[{ cf28a461-128b-11e4-ab10-0800270c25f4 {v1beta2 cf28a461-128b-11e4-ab10-0800270c25f4 [] [{mynginx2 dockerfile/nginx [] [{ 8888 80 }] [{SERVICE_HOST 127.0.0.1}] 0 0 [] <nil>}]}}] 0}
I0723 13:07:44.845637 03021 logs.go:39] etcd DEBUG: [recv.response.from http://127.0.0.1:4001/v2/keys/registry/hosts/127.0.0.1/kubelet?consistent=true&wait=true&waitIndex=6]
I0723 13:07:44.846322 03021 kubelet.go:452] Containers changed [127.0.0.1]
I0723 13:07:44.846357 03021 kubelet.go:366] Desired [127.0.0.1]: [{Namespace:etcd Name:cf28a461-128b-11e4-ab10-0800270c25f4 Manifest:{Version:v1beta2 ID:cf28a461-128b-11e4-ab10-0800270c25f4 Volumes:[] Containers:[{Name:mynginx2 Image:dockerfile/nginx Command:[] WorkingDir: Ports:[{Name: HostPort:8888 ContainerPort:80 Protocol:TCP HostIP:}] Env:[{Name:SERVICE_HOST Key: Value:127.0.0.1}] Memory:0 CPU:0 VolumeMounts:[] LivenessProbe:<nil>}]}}]
I0723 13:07:44.847836 03021 kubelet.go:307] Network container doesn't exist, creating
I0723 13:07:44.848278 03021 log.go:135] GET /healthz: (13.409us) 200
I0723 13:07:44.852038 03021 log.go:135] GET /podInfo?podID=cf28a461-128b-11e4-ab10-0800270c25f4: (1.650131ms) 404
==> /tmp/kube-proxy.log <==
E0723 13:07:44.902816 03022 file.go:83] Couldn't read file: /tmp/proxy_config : open /tmp/proxy_config: no such file or directory
I0723 13:07:45.417626 03022 logs.go:39] etcd DEBUG: get [registry/services/specs http://127.0.0.1:4001] [%!s(MISSING)]
I0723 13:07:45.417882 03022 logs.go:39] etcd DEBUG: [Connecting to etcd: attempt 1 for keys/registry/services/specs?consistent=true&recursive=false&sorted=true]
I0723 13:07:45.417915 03022 logs.go:39] etcd DEBUG: [send.request.to http://127.0.0.1:4001/v2/keys/registry/services/specs?consistent=true&recursive=false&sorted=true | method GET]
I0723 13:07:45.419886 03022 logs.go:39] etcd DEBUG: [recv.response.from http://127.0.0.1:4001/v2/keys/registry/services/specs?consistent=true&recursive=false&sorted=true]
I0723 13:07:45.420032 03022 logs.go:39] etcd DEBUG: [recv.success. http://127.0.0.1:4001/v2/keys/registry/services/specs?consistent=true&recursive=false&sorted=true]
E0723 13:07:45.420091 03022 etcd.go:119] Failed to get the key registry/services: 100: Key not found (/registry/services) [5]
E0723 13:07:45.420126 03022 etcd.go:79] Failed to get any services: 100: Key not found (/registry/services) [5]
I0723 13:07:47.420794 03022 logs.go:39] etcd DEBUG: get [registry/services/specs http://127.0.0.1:4001] [%!s(MISSING)]
I0723 13:07:47.420942 03022 logs.go:39] etcd DEBUG: [Connecting to etcd: attempt 1 for keys/registry/services/specs?consistent=true&recursive=false&sorted=true]
I0723 13:07:47.420971 03022 logs.go:39] etcd DEBUG: [send.request.to http://127.0.0.1:4001/v2/keys/registry/services/specs?consistent=true&recursive=false&sorted=true | method GET]
I0723 13:07:47.422769 03022 logs.go:39] etcd DEBUG: [recv.response.from http://127.0.0.1:4001/v2/keys/registry/services/specs?consistent=true&recursive=false&sorted=true]
I0723 13:07:47.422869 03022 logs.go:39] etcd DEBUG: [recv.success. http://127.0.0.1:4001/v2/keys/registry/services/specs?consistent=true&recursive=false&sorted=true]
E0723 13:07:47.422915 03022 etcd.go:119] Failed to get the key registry/services: 100: Key not found (/registry/services) [5]
E0723 13:07:47.422938 03022 etcd.go:79] Failed to get any services: 100: Key not found (/registry/services) [5]
I0723 13:07:49.423956 03022 logs.go:39] etcd DEBUG: get [registry/services/specs http://127.0.0.1:4001] [%!s(MISSING)]
I0723 13:07:49.424071 03022 logs.go:39] etcd DEBUG: [Connecting to etcd: attempt 1 for keys/registry/services/specs?consistent=true&recursive=false&sorted=true]
I0723 13:07:49.424101 03022 logs.go:39] etcd DEBUG: [send.request.to http://127.0.0.1:4001/v2/keys/registry/services/specs?consistent=true&recursive=false&sorted=true | method GET]
I0723 13:07:49.424817 03022 logs.go:39] etcd DEBUG: [recv.response.from http://127.0.0.1:4001/v2/keys/registry/services/specs?consistent=true&recursive=false&sorted=true]
I0723 13:07:49.424851 03022 logs.go:39] etcd DEBUG: [recv.success. http://127.0.0.1:4001/v2/keys/registry/services/specs?consistent=true&recursive=false&sorted=true]
E0723 13:07:49.424882 03022 etcd.go:119] Failed to get the key registry/services: 100: Key not found (/registry/services) [5]
E0723 13:07:49.424897 03022 etcd.go:79] Failed to get any services: 100: Key not found (/registry/services) [5]
E0723 13:07:49.903620 03022 file.go:83] Couldn't read file: /tmp/proxy_config : open /tmp/proxy_config: no such file or directory
==> /tmp/kubelet.log <==
I0723 13:07:51.332733 03021 log.go:135] GET /healthz: (14.248us) 200
I0723 13:07:51.359630 03021 log.go:135] GET /healthz: (13.968us) 200
I0723 13:07:51.363055 03021 log.go:135] GET /podInfo?podID=cf28a461-128b-11e4-ab10-0800270c25f4: (1.539028ms) 404
==> /tmp/kube-proxy.log <==
I0723 13:07:51.425956 03022 logs.go:39] etcd DEBUG: get [registry/services/specs http://127.0.0.1:4001] [%!s(MISSING)]
I0723 13:07:51.426364 03022 logs.go:39] etcd DEBUG: [Connecting to etcd: attempt 1 for keys/registry/services/specs?consistent=true&recursive=false&sorted=true]
I0723 13:07:51.426434 03022 logs.go:39] etcd DEBUG: [send.request.to http://127.0.0.1:4001/v2/keys/registry/services/specs?consistent=true&recursive=false&sorted=true | method GET]
I0723 13:07:51.428856 03022 logs.go:39] etcd DEBUG: [recv.response.from http://127.0.0.1:4001/v2/keys/registry/services/specs?consistent=true&recursive=false&sorted=true]
I0723 13:07:51.428915 03022 logs.go:39] etcd DEBUG: [recv.success. http://127.0.0.1:4001/v2/keys/registry/services/specs?consistent=true&recursive=false&sorted=true]
E0723 13:07:51.428948 03022 etcd.go:119] Failed to get the key registry/services: 100: Key not found (/registry/services) [5]
E0723 13:07:51.428996 03022 etcd.go:79] Failed to get any services: 100: Key not found (/registry/services) [5]
==> /tmp/kubelet.log <==
I0723 13:07:51.569571 03021 kubelet.go:346] Container doesn't exist, creating api.Container{Name:"mynginx2", Image:"dockerfile/nginx", Command:[]string(nil), WorkingDir:"", Ports:[]api.Port{api.Port{Name:"", HostPort:8888, ContainerPort:80, Protocol:"TCP", HostIP:""}}, Env:[]api.EnvVar{api.EnvVar{Name:"SERVICE_HOST", Key:"", Value:"127.0.0.1"}}, Memory:0, CPU:0, VolumeMounts:[]api.VolumeMount(nil), LivenessProbe:(*api.LivenessProbe)(nil)}
==> /tmp/kube-proxy.log <==
I0723 13:07:53.434476 03022 logs.go:39] etcd DEBUG: get [registry/services/specs http://127.0.0.1:4001] [%!s(MISSING)]
I0723 13:07:53.434635 03022 logs.go:39] etcd DEBUG: [Connecting to etcd: attempt 1 for keys/registry/services/specs?consistent=true&recursive=false&sorted=true]
I0723 13:07:53.434718 03022 logs.go:39] etcd DEBUG: [send.request.to http://127.0.0.1:4001/v2/keys/registry/services/specs?consistent=true&recursive=false&sorted=true | method GET]
I0723 13:07:53.435584 03022 logs.go:39] etcd DEBUG: [recv.response.from http://127.0.0.1:4001/v2/keys/registry/services/specs?consistent=true&recursive=false&sorted=true]
I0723 13:07:53.435649 03022 logs.go:39] etcd DEBUG: [recv.success. http://127.0.0.1:4001/v2/keys/registry/services/specs?consistent=true&recursive=false&sorted=true]
E0723 13:07:53.435672 03022 etcd.go:119] Failed to get the key registry/services: 100: Key not found (/registry/services) [5]
E0723 13:07:53.435700 03022 etcd.go:79] Failed to get any services: 100: Key not found (/registry/services) [5]
E0723 13:07:54.905794 03022 file.go:83] Couldn't read file: /tmp/proxy_config : open /tmp/proxy_config: no such file or directory
I0723 13:07:55.436165 03022 logs.go:39] etcd DEBUG: get [registry/services/specs http://127.0.0.1:4001] [%!s(MISSING)]
I0723 13:07:55.436516 03022 logs.go:39] etcd DEBUG: [Connecting to etcd: attempt 1 for keys/registry/services/specs?consistent=true&recursive=false&sorted=true]
I0723 13:07:55.436557 03022 logs.go:39] etcd DEBUG: [send.request.to http://127.0.0.1:4001/v2/keys/registry/services/specs?consistent=true&recursive=false&sorted=true | method GET]
I0723 13:07:55.439082 03022 logs.go:39] etcd DEBUG: [recv.response.from http://127.0.0.1:4001/v2/keys/registry/services/specs?consistent=true&recursive=false&sorted=true]
I0723 13:07:55.439553 03022 logs.go:39] etcd DEBUG: [recv.success. http://127.0.0.1:4001/v2/keys/registry/services/specs?consistent=true&recursive=false&sorted=true]
E0723 13:07:55.439693 03022 etcd.go:119] Failed to get the key registry/services: 100: Key not found (/registry/services) [5]
E0723 13:07:55.439810 03022 etcd.go:79] Failed to get any services: 100: Key not found (/registry/services) [5]
I0723 13:07:57.440364 03022 logs.go:39] etcd DEBUG: get [registry/services/specs http://127.0.0.1:4001] [%!s(MISSING)]
I0723 13:07:57.440544 03022 logs.go:39] etcd DEBUG: [Connecting to etcd: attempt 1 for keys/registry/services/specs?consistent=true&recursive=false&sorted=true]
I0723 13:07:57.440565 03022 logs.go:39] etcd DEBUG: [send.request.to http://127.0.0.1:4001/v2/keys/registry/services/specs?consistent=true&recursive=false&sorted=true | method GET]
I0723 13:07:57.441162 03022 logs.go:39] etcd DEBUG: [recv.response.from http://127.0.0.1:4001/v2/keys/registry/services/specs?consistent=true&recursive=false&sorted=true]
I0723 13:07:57.441201 03022 logs.go:39] etcd DEBUG: [recv.success. http://127.0.0.1:4001/v2/keys/registry/services/specs?consistent=true&recursive=false&sorted=true]
E0723 13:07:57.441234 03022 etcd.go:119] Failed to get the key registry/services: 100: Key not found (/registry/services) [5]
E0723 13:07:57.441250 03022 etcd.go:79] Failed to get any services: 100: Key not found (/registry/services) [5]
I0723 13:07:59.442514 03022 logs.go:39] etcd DEBUG: get [registry/services/specs http://127.0.0.1:4001] [%!s(MISSING)]
I0723 13:07:59.442640 03022 logs.go:39] etcd DEBUG: [Connecting to etcd: attempt 1 for keys/registry/services/specs?consistent=true&recursive=false&sorted=true]
I0723 13:07:59.442657 03022 logs.go:39] etcd DEBUG: [send.request.to http://127.0.0.1:4001/v2/keys/registry/services/specs?consistent=true&recursive=false&sorted=true | method GET]
I0723 13:07:59.443499 03022 logs.go:39] etcd DEBUG: [recv.response.from http://127.0.0.1:4001/v2/keys/registry/services/specs?consistent=true&recursive=false&sorted=true]
I0723 13:07:59.443598 03022 logs.go:39] etcd DEBUG: [recv.success. http://127.0.0.1:4001/v2/keys/registry/services/specs?consistent=true&recursive=false&sorted=true]
E0723 13:07:59.443632 03022 etcd.go:119] Failed to get the key registry/services: 100: Key not found (/registry/services) [5]
E0723 13:07:59.443679 03022 etcd.go:79] Failed to get any services: 100: Key not found (/registry/services) [5]
E0723 13:07:59.906656 03022 file.go:83] Couldn't read file: /tmp/proxy_config : open /tmp/proxy_config: no such file or directory
==> /tmp/apiserver.log <==
I0723 13:08:01.320999 03019 log.go:135] GET /api/v1beta1/operations/1: (90.514us) 202
I0723 13:08:01.332263 03019 log.go:135] GET /api/v1beta1/operations/2: (59.505us) 202
==> /tmp/controller-manager.log <==
I0723 13:08:01.333071 03020 request.go:249] Waiting for completion of /operations/2
==> /tmp/kubelet.log <==
I0723 13:08:01.337914 03021 log.go:135] GET /healthz: (18.159us) 200
I0723 13:08:01.368999 03021 log.go:135] GET /healthz: (10.336us) 200
I0723 13:08:01.377165 03021 log.go:135] GET /podInfo?podID=cf28a461-128b-11e4-ab10-0800270c25f4: (6.4173ms) 200
==> /tmp/kube-proxy.log <==
I0723 13:08:01.444382 03022 logs.go:39] etcd DEBUG: get [registry/services/specs http://127.0.0.1:4001] [%!s(MISSING)]
I0723 13:08:01.445162 03022 logs.go:39] etcd DEBUG: [Connecting to etcd: attempt 1 for keys/registry/services/specs?consistent=true&recursive=false&sorted=true]
I0723 13:08:01.445191 03022 logs.go:39] etcd DEBUG: [send.request.to http://127.0.0.1:4001/v2/keys/registry/services/specs?consistent=true&recursive=false&sorted=true | method GET]
I0723 13:08:01.446069 03022 logs.go:39] etcd DEBUG: [recv.response.from http://127.0.0.1:4001/v2/keys/registry/services/specs?consistent=true&recursive=false&sorted=true]
I0723 13:08:01.446144 03022 logs.go:39] etcd DEBUG: [recv.success. http://127.0.0.1:4001/v2/keys/registry/services/specs?consistent=true&recursive=false&sorted=true]
E0723 13:08:01.446179 03022 etcd.go:119] Failed to get the key registry/services: 100: Key not found (/registry/services) [5]
E0723 13:08:01.446194 03022 etcd.go:79] Failed to get any services: 100: Key not found (/registry/services) [5]
I0723 13:08:03.447107 03022 logs.go:39] etcd DEBUG: get [registry/services/specs http://127.0.0.1:4001] [%!s(MISSING)]
I0723 13:08:03.447353 03022 logs.go:39] etcd DEBUG: [Connecting to etcd: attempt 1 for keys/registry/services/specs?consistent=true&recursive=false&sorted=true]
I0723 13:08:03.447448 03022 logs.go:39] etcd DEBUG: [send.request.to http://127.0.0.1:4001/v2/keys/registry/services/specs?consistent=true&recursive=false&sorted=true | method GET]
I0723 13:08:03.449896 03022 logs.go:39] etcd DEBUG: [recv.response.from http://127.0.0.1:4001/v2/keys/registry/services/specs?consistent=true&recursive=false&sorted=true]
I0723 13:08:03.449944 03022 logs.go:39] etcd DEBUG: [recv.success. http://127.0.0.1:4001/v2/keys/registry/services/specs?consistent=true&recursive=false&sorted=true]
E0723 13:08:03.449976 03022 etcd.go:119] Failed to get the key registry/services: 100: Key not found (/registry/services) [5]
E0723 13:08:03.450015 03022 etcd.go:79] Failed to get any services: 100: Key not found (/registry/services) [5]
E0723 13:08:04.907537 03022 file.go:83] Couldn't read file: /tmp/proxy_config : open /tmp/proxy_config: no such file or directory
I0723 13:08:05.450565 03022 logs.go:39] etcd DEBUG: get [registry/services/specs http://127.0.0.1:4001] [%!s(MISSING)]
I0723 13:08:05.451200 03022 logs.go:39] etcd DEBUG: [Connecting to etcd: attempt 1 for keys/registry/services/specs?consistent=true&recursive=false&sorted=true]
I0723 13:08:05.451233 03022 logs.go:39] etcd DEBUG: [send.request.to http://127.0.0.1:4001/v2/keys/registry/services/specs?consistent=true&recursive=false&sorted=true | method GET]
I0723 13:08:05.453220 03022 logs.go:39] etcd DEBUG: [recv.response.from http://127.0.0.1:4001/v2/keys/registry/services/specs?consistent=true&recursive=false&sorted=true]
I0723 13:08:05.453361 03022 logs.go:39] etcd DEBUG: [recv.success. http://127.0.0.1:4001/v2/keys/registry/services/specs?consistent=true&recursive=false&sorted=true]
E0723 13:08:05.453397 03022 etcd.go:119] Failed to get the key registry/services: 100: Key not found (/registry/services) [5]
E0723 13:08:05.453412 03022 etcd.go:79] Failed to get any services: 100: Key not found (/registry/services) [5]
I0723 13:08:07.454421 03022 logs.go:39] etcd DEBUG: get [registry/services/specs http://127.0.0.1:4001] [%!s(MISSING)]
I0723 13:08:07.454612 03022 logs.go:39] etcd DEBUG: [Connecting to etcd: attempt 1 for keys/registry/services/specs?consistent=true&recursive=false&sorted=true]
I0723 13:08:07.454632 03022 logs.go:39] etcd DEBUG: [send.request.to http://127.0.0.1:4001/v2/keys/registry/services/specs?consistent=true&recursive=false&sorted=true | method GET]
I0723 13:08:07.455523 03022 logs.go:39] etcd DEBUG: [recv.response.from http://127.0.0.1:4001/v2/keys/registry/services/specs?consistent=true&recursive=false&sorted=true]
I0723 13:08:07.455574 03022 logs.go:39] etcd DEBUG: [recv.success. http://127.0.0.1:4001/v2/keys/registry/services/specs?consistent=true&recursive=false&sorted=true]
E0723 13:08:07.455648 03022 etcd.go:119] Failed to get the key registry/services: 100: Key not found (/registry/services) [5]
E0723 13:08:07.455664 03022 etcd.go:79] Failed to get any services: 100: Key not found (/registry/services) [5]
I0723 13:08:09.455927 03022 logs.go:39] etcd DEBUG: get [registry/services/specs http://127.0.0.1:4001] [%!s(MISSING)]
I0723 13:08:09.456103 03022 logs.go:39] etcd DEBUG: [Connecting to etcd: attempt 1 for keys/registry/services/specs?consistent=true&recursive=false&sorted=true]
I0723 13:08:09.456122 03022 logs.go:39] etcd DEBUG: [send.request.to http://127.0.0.1:4001/v2/keys/registry/services/specs?consistent=true&recursive=false&sorted=true | method GET]
I0723 13:08:09.456763 03022 logs.go:39] etcd DEBUG: [recv.response.from http://127.0.0.1:4001/v2/keys/registry/services/specs?consistent=true&recursive=false&sorted=true]
I0723 13:08:09.457199 03022 logs.go:39] etcd DEBUG: [recv.success. http://127.0.0.1:4001/v2/keys/registry/services/specs?consistent=true&recursive=false&sorted=true]
E0723 13:08:09.457276 03022 etcd.go:119] Failed to get the key registry/services: 100: Key not found (/registry/services) [5]
E0723 13:08:09.457298 03022 etcd.go:79] Failed to get any services: 100: Key not found (/registry/services) [5]
E0723 13:08:09.908529 03022 file.go:83] Couldn't read file: /tmp/proxy_config : open /tmp/proxy_config: no such file or directory
==> /tmp/kubelet.log <==
I0723 13:08:11.340496 03021 log.go:135] GET /healthz: (12.851us) 200
I0723 13:08:11.380115 03021 log.go:135] GET /healthz: (13.409us) 200
I0723 13:08:11.397545 03021 log.go:135] GET /podInfo?podID=cf28a461-128b-11e4-ab10-0800270c25f4: (12.508033ms) 200
==> /tmp/kube-proxy.log <==
I0723 13:08:11.459050 03022 logs.go:39] etcd DEBUG: get [registry/services/specs http://127.0.0.1:4001] [%!s(MISSING)]
I0723 13:08:11.459228 03022 logs.go:39] etcd DEBUG: [Connecting to etcd: attempt 1 for keys/registry/services/specs?consistent=true&recursive=false&sorted=true]
I0723 13:08:11.459251 03022 logs.go:39] etcd DEBUG: [send.request.to http://127.0.0.1:4001/v2/keys/registry/services/specs?consistent=true&recursive=false&sorted=true | method GET]
I0723 13:08:11.460479 03022 logs.go:39] etcd DEBUG: [recv.response.from http://127.0.0.1:4001/v2/keys/registry/services/specs?consistent=true&recursive=false&sorted=true]
I0723 13:08:11.460839 03022 logs.go:39] etcd DEBUG: [recv.success. http://127.0.0.1:4001/v2/keys/registry/services/specs?consistent=true&recursive=false&sorted=true]
E0723 13:08:11.460903 03022 etcd.go:119] Failed to get the key registry/services: 100: Key not found (/registry/services) [5]
E0723 13:08:11.461204 03022 etcd.go:79] Failed to get any services: 100: Key not found (/registry/services) [5]
I0723 13:08:13.473614 03022 logs.go:39] etcd DEBUG: get [registry/services/specs http://127.0.0.1:4001] [%!s(MISSING)]
I0723 13:08:13.473846 03022 logs.go:39] etcd DEBUG: [Connecting to etcd: attempt 1 for keys/registry/services/specs?consistent=true&recursive=false&sorted=true]
I0723 13:08:13.473868 03022 logs.go:39] etcd DEBUG: [send.request.to http://127.0.0.1:4001/v2/keys/registry/services/specs?consistent=true&recursive=false&sorted=true | method GET]
I0723 13:08:13.475291 03022 logs.go:39] etcd DEBUG: [recv.response.from http://127.0.0.1:4001/v2/keys/registry/services/specs?consistent=true&recursive=false&sorted=true]
I0723 13:08:13.475432 03022 logs.go:39] etcd DEBUG: [recv.success. http://127.0.0.1:4001/v2/keys/registry/services/specs?consistent=true&recursive=false&sorted=true]
E0723 13:08:13.475505 03022 etcd.go:119] Failed to get the key registry/services: 100: Key not found (/registry/services) [5]
E0723 13:08:13.475540 03022 etcd.go:79] Failed to get any services: 100: Key not found (/registry/services) [5]
==> /tmp/kubelet.log <==
I0723 13:08:14.845493 03021 logs.go:39] etcd DEBUG: [send.request is cancelled]
E0723 13:08:14.845699 03021 etcd.go:68] Unable to extract from the response (/registry/hosts/127.0.0.1/kubelet): %v%!(EXTRA *etcd.EtcdError=501: All the given peers are not reachable (Tried to connect to each peer twice and failed) [0])
I0723 13:08:14.853868 03021 log.go:135] GET /healthz: (221.818us) 200
I0723 13:08:14.858651 03021 log.go:135] GET /podInfo?podID=cf28a461-128b-11e4-ab10-0800270c25f4: (2.888626ms) 200
==> /tmp/kube-proxy.log <==
E0723 13:08:14.909126 03022 file.go:83] Couldn't read file: /tmp/proxy_config : open /tmp/proxy_config: no such file or directory
I0723 13:08:15.476418 03022 logs.go:39] etcd DEBUG: get [registry/services/specs http://127.0.0.1:4001] [%!s(MISSING)]
I0723 13:08:15.476624 03022 logs.go:39] etcd DEBUG: [Connecting to etcd: attempt 1 for keys/registry/services/specs?consistent=true&recursive=false&sorted=true]
I0723 13:08:15.476648 03022 logs.go:39] etcd DEBUG: [send.request.to http://127.0.0.1:4001/v2/keys/registry/services/specs?consistent=true&recursive=false&sorted=true | method GET]
I0723 13:08:15.477642 03022 logs.go:39] etcd DEBUG: [recv.response.from http://127.0.0.1:4001/v2/keys/registry/services/specs?consistent=true&recursive=false&sorted=true]
I0723 13:08:15.477731 03022 logs.go:39] etcd DEBUG: [recv.success. http://127.0.0.1:4001/v2/keys/registry/services/specs?consistent=true&recursive=false&sorted=true]
E0723 13:08:15.477767 03022 etcd.go:119] Failed to get the key registry/services: 100: Key not found (/registry/services) [5]
E0723 13:08:15.477824 03022 etcd.go:79] Failed to get any services: 100: Key not found (/registry/services) [5]
I0723 13:08:17.478636 03022 logs.go:39] etcd DEBUG: get [registry/services/specs http://127.0.0.1:4001] [%!s(MISSING)]
I0723 13:08:17.478771 03022 logs.go:39] etcd DEBUG: [Connecting to etcd: attempt 1 for keys/registry/services/specs?consistent=true&recursive=false&sorted=true]
I0723 13:08:17.478791 03022 logs.go:39] etcd DEBUG: [send.request.to http://127.0.0.1:4001/v2/keys/registry/services/specs?consistent=true&recursive=false&sorted=true | method GET]
I0723 13:08:17.479499 03022 logs.go:39] etcd DEBUG: [recv.response.from http://127.0.0.1:4001/v2/keys/registry/services/specs?consistent=true&recursive=false&sorted=true]
I0723 13:08:17.479570 03022 logs.go:39] etcd DEBUG: [recv.success. http://127.0.0.1:4001/v2/keys/registry/services/specs?consistent=true&recursive=false&sorted=true]
E0723 13:08:17.479625 03022 etcd.go:119] Failed to get the key registry/services: 100: Key not found (/registry/services) [5]
E0723 13:08:17.479646 03022 etcd.go:79] Failed to get any services: 100: Key not found (/registry/services) [5]
I0723 13:08:19.480698 03022 logs.go:39] etcd DEBUG: get [registry/services/specs http://127.0.0.1:4001] [%!s(MISSING)]
I0723 13:08:19.481554 03022 logs.go:39] etcd DEBUG: [Connecting to etcd: attempt 1 for keys/registry/services/specs?consistent=true&recursive=false&sorted=true]
I0723 13:08:19.481574 03022 logs.go:39] etcd DEBUG: [send.request.to http://127.0.0.1:4001/v2/keys/registry/services/specs?consistent=true&recursive=false&sorted=true | method GET]
I0723 13:08:19.482666 03022 logs.go:39] etcd DEBUG: [recv.response.from http://127.0.0.1:4001/v2/keys/registry/services/specs?consistent=true&recursive=false&sorted=true]
I0723 13:08:19.482703 03022 logs.go:39] etcd DEBUG: [recv.success. http://127.0.0.1:4001/v2/keys/registry/services/specs?consistent=true&recursive=false&sorted=true]
E0723 13:08:19.482767 03022 etcd.go:119] Failed to get the key registry/services: 100: Key not found (/registry/services) [5]
E0723 13:08:19.482784 03022 etcd.go:79] Failed to get any services: 100: Key not found (/registry/services) [5]
E0723 13:08:19.909865 03022 file.go:83] Couldn't read file: /tmp/proxy_config : open /tmp/proxy_config: no such file or directory
==> /tmp/apiserver.log <==
I0723 13:08:21.324917 03019 log.go:135] GET /api/v1beta1/operations/1: (47.492us) 202
I0723 13:08:21.335517 03019 log.go:135] GET /api/v1beta1/operations/2: (51.124us) 202
==> /tmp/controller-manager.log <==
I0723 13:08:21.336042 03020 request.go:249] Waiting for completion of /operations/2
==> /tmp/kubelet.log <==
I0723 13:08:21.344490 03021 log.go:135] GET /healthz: (13.13us) 200
I0723 13:08:21.399249 03021 log.go:135] GET /healthz: (22.349us) 200
==> /tmp/kube-proxy.log <==
I0723 13:08:21.483290 03022 logs.go:39] etcd DEBUG: get [registry/services/specs http://127.0.0.1:4001] [%!s(MISSING)]
I0723 13:08:21.483452 03022 logs.go:39] etcd DEBUG: [Connecting to etcd: attempt 1 for keys/registry/services/specs?consistent=true&recursive=false&sorted=true]
I0723 13:08:21.483470 03022 logs.go:39] etcd DEBUG: [send.request.to http://127.0.0.1:4001/v2/keys/registry/services/specs?consistent=true&recursive=false&sorted=true | method GET]
I0723 13:08:21.484478 03022 logs.go:39] etcd DEBUG: [recv.response.from http://127.0.0.1:4001/v2/keys/registry/services/specs?consistent=true&recursive=false&sorted=true]
I0723 13:08:21.484583 03022 logs.go:39] etcd DEBUG: [recv.success. http://127.0.0.1:4001/v2/keys/registry/services/specs?consistent=true&recursive=false&sorted=true]
E0723 13:08:21.484625 03022 etcd.go:119] Failed to get the key registry/services: 100: Key not found (/registry/services) [5]
E0723 13:08:21.484659 03022 etcd.go:79] Failed to get any services: 100: Key not found (/registry/services) [5]
I0723 13:08:23.486700 03022 logs.go:39] etcd DEBUG: get [registry/services/specs http://127.0.0.1:4001] [%!s(MISSING)]
I0723 13:08:23.486948 03022 logs.go:39] etcd DEBUG: [Connecting to etcd: attempt 1 for keys/registry/services/specs?consistent=true&recursive=false&sorted=true]
I0723 13:08:23.487009 03022 logs.go:39] etcd DEBUG: [send.request.to http://127.0.0.1:4001/v2/keys/registry/services/specs?consistent=true&recursive=false&sorted=true | method GET]
I0723 13:08:23.487956 03022 logs.go:39] etcd DEBUG: [recv.response.from http://127.0.0.1:4001/v2/keys/registry/services/specs?consistent=true&recursive=false&sorted=true]
I0723 13:08:23.488063 03022 logs.go:39] etcd DEBUG: [recv.success. http://127.0.0.1:4001/v2/keys/registry/services/specs?consistent=true&recursive=false&sorted=true]
E0723 13:08:23.488111 03022 etcd.go:119] Failed to get the key registry/services: 100: Key not found (/registry/services) [5]
E0723 13:08:23.488142 03022 etcd.go:79] Failed to get any services: 100: Key not found (/registry/services) [5]
E0723 13:08:24.910373 03022 file.go:83] Couldn't read file: /tmp/proxy_config : open /tmp/proxy_config: no such file or directory
I0723 13:08:25.488946 03022 logs.go:39] etcd DEBUG: get [registry/services/specs http://127.0.0.1:4001] [%!s(MISSING)]
I0723 13:08:25.489114 03022 logs.go:39] etcd DEBUG: [Connecting to etcd: attempt 1 for keys/registry/services/specs?consistent=true&recursive=false&sorted=true]
I0723 13:08:25.489135 03022 logs.go:39] etcd DEBUG: [send.request.to http://127.0.0.1:4001/v2/keys/registry/services/specs?consistent=true&recursive=false&sorted=true | method GET]
I0723 13:08:25.490415 03022 logs.go:39] etcd DEBUG: [recv.response.from http://127.0.0.1:4001/v2/keys/registry/services/specs?consistent=true&recursive=false&sorted=true]
I0723 13:08:25.490449 03022 logs.go:39] etcd DEBUG: [recv.success. http://127.0.0.1:4001/v2/keys/registry/services/specs?consistent=true&recursive=false&sorted=true]
E0723 13:08:25.490495 03022 etcd.go:119] Failed to get the key registry/services: 100: Key not found (/registry/services) [5]
E0723 13:08:25.490521 03022 etcd.go:79] Failed to get any services: 100: Key not found (/registry/services) [5]
I0723 13:08:27.491315 03022 logs.go:39] etcd DEBUG: get [registry/services/specs http://127.0.0.1:4001] [%!s(MISSING)]
I0723 13:08:27.491744 03022 logs.go:39] etcd DEBUG: [Connecting to etcd: attempt 1 for keys/registry/services/specs?consistent=true&recursive=false&sorted=true]
I0723 13:08:27.491895 03022 logs.go:39] etcd DEBUG: [send.request.to http://127.0.0.1:4001/v2/keys/registry/services/specs?consistent=true&recursive=false&sorted=true | method GET]
I0723 13:08:27.494953 03022 logs.go:39] etcd DEBUG: [recv.response.from http://127.0.0.1:4001/v2/keys/registry/services/specs?consistent=true&recursive=false&sorted=true]
I0723 13:08:27.494998 03022 logs.go:39] etcd DEBUG: [recv.success. http://127.0.0.1:4001/v2/keys/registry/services/specs?consistent=true&recursive=false&sorted=true]
E0723 13:08:27.495186 03022 etcd.go:119] Failed to get the key registry/services: 100: Key not found (/registry/services) [5]
E0723 13:08:27.495214 03022 etcd.go:79] Failed to get any services: 100: Key not found (/registry/services) [5]
I0723 13:08:29.496036 03022 logs.go:39] etcd DEBUG: get [registry/services/specs http://127.0.0.1:4001] [%!s(MISSING)]
I0723 13:08:29.496456 03022 logs.go:39] etcd DEBUG: [Connecting to etcd: attempt 1 for keys/registry/services/specs?consistent=true&recursive=false&sorted=true]
I0723 13:08:29.496488 03022 logs.go:39] etcd DEBUG: [send.request.to http://127.0.0.1:4001/v2/keys/registry/services/specs?consistent=true&recursive=false&sorted=true | method GET]
I0723 13:08:29.497300 03022 logs.go:39] etcd DEBUG: [recv.response.from http://127.0.0.1:4001/v2/keys/registry/services/specs?consistent=true&recursive=false&sorted=true]
I0723 13:08:29.497366 03022 logs.go:39] etcd DEBUG: [recv.success. http://127.0.0.1:4001/v2/keys/registry/services/specs?consistent=true&recursive=false&sorted=true]
E0723 13:08:29.497400 03022 etcd.go:119] Failed to get the key registry/services: 100: Key not found (/registry/services) [5]
E0723 13:08:29.497418 03022 etcd.go:79] Failed to get any services: 100: Key not found (/registry/services) [5]
E0723 13:08:29.912916 03022 file.go:83] Couldn't read file: /tmp/proxy_config : open /tmp/proxy_config: no such file or directory
==> /tmp/kubelet.log <==
I0723 13:08:31.348275 03021 log.go:135] GET /healthz: (13.968us) 200
I0723 13:08:31.401376 03021 log.go:135] GET /healthz: (10.895us) 200
==> /tmp/kube-proxy.log <==
I0723 13:08:31.498016 03022 logs.go:39] etcd DEBUG: get [registry/services/specs http://127.0.0.1:4001] [%!s(MISSING)]
I0723 13:08:31.498084 03022 logs.go:39] etcd DEBUG: [Connecting to etcd: attempt 1 for keys/registry/services/specs?consistent=true&recursive=false&sorted=true]
I0723 13:08:31.498101 03022 logs.go:39] etcd DEBUG: [send.request.to http://127.0.0.1:4001/v2/keys/registry/services/specs?consistent=true&recursive=false&sorted=true | method GET]
I0723 13:08:31.499086 03022 logs.go:39] etcd DEBUG: [recv.response.from http://127.0.0.1:4001/v2/keys/registry/services/specs?consistent=true&recursive=false&sorted=true]
I0723 13:08:31.499151 03022 logs.go:39] etcd DEBUG: [recv.success. http://127.0.0.1:4001/v2/keys/registry/services/specs?consistent=true&recursive=false&sorted=true]
E0723 13:08:31.499182 03022 etcd.go:119] Failed to get the key registry/services: 100: Key not found (/registry/services) [5]
E0723 13:08:31.499325 03022 etcd.go:79] Failed to get any services: 100: Key not found (/registry/services) [5]
I0723 13:08:33.500241 03022 logs.go:39] etcd DEBUG: get [registry/services/specs http://127.0.0.1:4001] [%!s(MISSING)]
I0723 13:08:33.500423 03022 logs.go:39] etcd DEBUG: [Connecting to etcd: attempt 1 for keys/registry/services/specs?consistent=true&recursive=false&sorted=true]
I0723 13:08:33.500453 03022 logs.go:39] etcd DEBUG: [send.request.to http://127.0.0.1:4001/v2/keys/registry/services/specs?consistent=true&recursive=false&sorted=true | method GET]
I0723 13:08:33.501536 03022 logs.go:39] etcd DEBUG: [recv.response.from http://127.0.0.1:4001/v2/keys/registry/services/specs?consistent=true&recursive=false&sorted=true]
I0723 13:08:33.501604 03022 logs.go:39] etcd DEBUG: [recv.success. http://127.0.0.1:4001/v2/keys/registry/services/specs?consistent=true&recursive=false&sorted=true]
E0723 13:08:33.501636 03022 etcd.go:119] Failed to get the key registry/services: 100: Key not found (/registry/services) [5]
E0723 13:08:33.501826 03022 etcd.go:79] Failed to get any services: 100: Key not found (/registry/services) [5]
E0723 13:08:34.913374 03022 file.go:83] Couldn't read file: /tmp/proxy_config : open /tmp/proxy_config: no such file or directory
I0723 13:08:35.502411 03022 logs.go:39] etcd DEBUG: get [registry/services/specs http://127.0.0.1:4001] [%!s(MISSING)]
I0723 13:08:35.502564 03022 logs.go:39] etcd DEBUG: [Connecting to etcd: attempt 1 for keys/registry/services/specs?consistent=true&recursive=false&sorted=true]
I0723 13:08:35.502586 03022 logs.go:39] etcd DEBUG: [send.request.to http://127.0.0.1:4001/v2/keys/registry/services/specs?consistent=true&recursive=false&sorted=true | method GET]
I0723 13:08:35.503395 03022 logs.go:39] etcd DEBUG: [recv.response.from http://127.0.0.1:4001/v2/keys/registry/services/specs?consistent=true&recursive=false&sorted=true]
I0723 13:08:35.503471 03022 logs.go:39] etcd DEBUG: [recv.success. http://127.0.0.1:4001/v2/keys/registry/services/specs?consistent=true&recursive=false&sorted=true]
E0723 13:08:35.503505 03022 etcd.go:119] Failed to get the key registry/services: 100: Key not found (/registry/services) [5]
E0723 13:08:35.503527 03022 etcd.go:79] Failed to get any services: 100: Key not found (/registry/services) [5]
I0723 13:08:37.505081 03022 logs.go:39] etcd DEBUG: get [registry/services/specs http://127.0.0.1:4001] [%!s(MISSING)]
I0723 13:08:37.505251 03022 logs.go:39] etcd DEBUG: [Connecting to etcd: attempt 1 for keys/registry/services/specs?consistent=true&recursive=false&sorted=true]
I0723 13:08:37.505271 03022 logs.go:39] etcd DEBUG: [send.request.to http://127.0.0.1:4001/v2/keys/registry/services/specs?consistent=true&recursive=false&sorted=true | method GET]
I0723 13:08:37.505685 03022 logs.go:39] etcd DEBUG: [recv.response.from http://127.0.0.1:4001/v2/keys/registry/services/specs?consistent=true&recursive=false&sorted=true]
I0723 13:08:37.505728 03022 logs.go:39] etcd DEBUG: [recv.success. http://127.0.0.1:4001/v2/keys/registry/services/specs?consistent=true&recursive=false&sorted=true]
E0723 13:08:37.505769 03022 etcd.go:119] Failed to get the key registry/services: 100: Key not found (/registry/services) [5]
E0723 13:08:37.505809 03022 etcd.go:79] Failed to get any services: 100: Key not found (/registry/services) [5]
I0723 13:08:39.507756 03022 logs.go:39] etcd DEBUG: get [registry/services/specs http://127.0.0.1:4001] [%!s(MISSING)]
I0723 13:08:39.507928 03022 logs.go:39] etcd DEBUG: [Connecting to etcd: attempt 1 for keys/registry/services/specs?consistent=true&recursive=false&sorted=true]
I0723 13:08:39.507958 03022 logs.go:39] etcd DEBUG: [send.request.to http://127.0.0.1:4001/v2/keys/registry/services/specs?consistent=true&recursive=false&sorted=true | method GET]
I0723 13:08:39.509152 03022 logs.go:39] etcd DEBUG: [recv.response.from http://127.0.0.1:4001/v2/keys/registry/services/specs?consistent=true&recursive=false&sorted=true]
I0723 13:08:39.509285 03022 logs.go:39] etcd DEBUG: [recv.success. http://127.0.0.1:4001/v2/keys/registry/services/specs?consistent=true&recursive=false&sorted=true]
E0723 13:08:39.509347 03022 etcd.go:119] Failed to get the key registry/services: 100: Key not found (/registry/services) [5]
E0723 13:08:39.509372 03022 etcd.go:79] Failed to get any services: 100: Key not found (/registry/services) [5]
E0723 13:08:39.914354 03022 file.go:83] Couldn't read file: /tmp/proxy_config : open /tmp/proxy_config: no such file or directory
==> /tmp/apiserver.log <==
I0723 13:08:41.330544 03019 log.go:135] GET /api/v1beta1/operations/1: (77.108us) 202
I0723 13:08:41.338413 03019 log.go:135] GET /api/v1beta1/operations/2: (59.228us) 202
==> /tmp/controller-manager.log <==
I0723 13:08:41.339218 03020 request.go:249] Waiting for completion of /operations/2
==> /tmp/kubelet.log <==
I0723 13:08:41.353052 03021 log.go:135] GET /healthz: (14.528us) 200
I0723 13:08:41.405002 03021 log.go:135] GET /healthz: (15.924us) 200
==> /tmp/kube-proxy.log <==
I0723 13:08:41.510801 03022 logs.go:39] etcd DEBUG: get [registry/services/specs http://127.0.0.1:4001] [%!s(MISSING)]
I0723 13:08:41.511022 03022 logs.go:39] etcd DEBUG: [Connecting to etcd: attempt 1 for keys/registry/services/specs?consistent=true&recursive=false&sorted=true]
I0723 13:08:41.511056 03022 logs.go:39] etcd DEBUG: [send.request.to http://127.0.0.1:4001/v2/keys/registry/services/specs?consistent=true&recursive=false&sorted=true | method GET]
I0723 13:08:41.512582 03022 logs.go:39] etcd DEBUG: [recv.response.from http://127.0.0.1:4001/v2/keys/registry/services/specs?consistent=true&recursive=false&sorted=true]
I0723 13:08:41.513070 03022 logs.go:39] etcd DEBUG: [recv.success. http://127.0.0.1:4001/v2/keys/registry/services/specs?consistent=true&recursive=false&sorted=true]
E0723 13:08:41.513129 03022 etcd.go:119] Failed to get the key registry/services: 100: Key not found (/registry/services) [5]
E0723 13:08:41.513160 03022 etcd.go:79] Failed to get any services: 100: Key not found (/registry/services) [5]
I0723 13:08:43.513817 03022 logs.go:39] etcd DEBUG: get [registry/services/specs http://127.0.0.1:4001] [%!s(MISSING)]
I0723 13:08:43.515685 03022 logs.go:39] etcd DEBUG: [Connecting to etcd: attempt 1 for keys/registry/services/specs?consistent=true&recursive=false&sorted=true]
I0723 13:08:43.515764 03022 logs.go:39] etcd DEBUG: [send.request.to http://127.0.0.1:4001/v2/keys/registry/services/specs?consistent=true&recursive=false&sorted=true | method GET]
I0723 13:08:43.516923 03022 logs.go:39] etcd DEBUG: [recv.response.from http://127.0.0.1:4001/v2/keys/registry/services/specs?consistent=true&recursive=false&sorted=true]
I0723 13:08:43.517031 03022 logs.go:39] etcd DEBUG: [recv.success. http://127.0.0.1:4001/v2/keys/registry/services/specs?consistent=true&recursive=false&sorted=true]
E0723 13:08:43.517092 03022 etcd.go:119] Failed to get the key registry/services: 100: Key not found (/registry/services) [5]
E0723 13:08:43.517146 03022 etcd.go:79] Failed to get any services: 100: Key not found (/registry/services) [5]
==> /tmp/kubelet.log <==
I0723 13:08:44.846818 03021 logs.go:39] etcd DEBUG: get [/registry/hosts/127.0.0.1/kubelet http://127.0.0.1:4001] [%!s(MISSING)]
I0723 13:08:44.846932 03021 logs.go:39] etcd DEBUG: [Connecting to etcd: attempt 1 for keys/registry/hosts/127.0.0.1/kubelet?consistent=true&recursive=false&sorted=true]
I0723 13:08:44.846956 03021 logs.go:39] etcd DEBUG: [send.request.to http://127.0.0.1:4001/v2/keys/registry/hosts/127.0.0.1/kubelet?consistent=true&recursive=false&sorted=true | method GET]
I0723 13:08:44.849680 03021 logs.go:39] etcd DEBUG: [recv.response.from http://127.0.0.1:4001/v2/keys/registry/hosts/127.0.0.1/kubelet?consistent=true&recursive=false&sorted=true]
I0723 13:08:44.850041 03021 logs.go:39] etcd DEBUG: [recv.success. http://127.0.0.1:4001/v2/keys/registry/hosts/127.0.0.1/kubelet?consistent=true&recursive=false&sorted=true]
I0723 13:08:44.850321 03021 etcd.go:99] Got state from etcd: [{Namespace: Name:cf28a461-128b-11e4-ab10-0800270c25f4 Manifest:{Version:v1beta2 ID:cf28a461-128b-11e4-ab10-0800270c25f4 Volumes:[] Containers:[{Name:mynginx2 Image:dockerfile/nginx Command:[] WorkingDir: Ports:[{Name: HostPort:8888 ContainerPort:80 Protocol: HostIP:}] Env:[{Name:SERVICE_HOST Key: Value:127.0.0.1}] Memory:0 CPU:0 VolumeMounts:[] LivenessProbe:<nil>}]}}]
I0723 13:08:44.850497 03021 logs.go:39] etcd DEBUG: watch [/registry/hosts/127.0.0.1/kubelet http://127.0.0.1:4001] [%!s(MISSING)]
I0723 13:08:44.850522 03021 logs.go:39] etcd DEBUG: get [/registry/hosts/127.0.0.1/kubelet http://127.0.0.1:4001] [%!s(MISSING)]
I0723 13:08:44.850596 03021 logs.go:39] etcd DEBUG: [Connecting to etcd: attempt 1 for keys/registry/hosts/127.0.0.1/kubelet?consistent=true&wait=true&waitIndex=6]
I0723 13:08:44.850639 03021 logs.go:39] etcd DEBUG: [send.request.to http://127.0.0.1:4001/v2/keys/registry/hosts/127.0.0.1/kubelet?consistent=true&wait=true&waitIndex=6 | method GET]
I0723 13:08:44.851409 03021 logs.go:39] etcd DEBUG: [recv.response.from http://127.0.0.1:4001/v2/keys/registry/hosts/127.0.0.1/kubelet?consistent=true&wait=true&waitIndex=6]
I0723 13:08:44.860630 03021 log.go:135] GET /healthz: (11.734us) 200
I0723 13:08:44.866720 03021 log.go:135] GET /podInfo?podID=cf28a461-128b-11e4-ab10-0800270c25f4: (4.303397ms) 200
==> /tmp/kube-proxy.log <==
E0723 13:08:44.915731 03022 file.go:83] Couldn't read file: /tmp/proxy_config : open /tmp/proxy_config: no such file or directory
I0723 13:08:45.518134 03022 logs.go:39] etcd DEBUG: get [registry/services/specs http://127.0.0.1:4001] [%!s(MISSING)]
I0723 13:08:45.518347 03022 logs.go:39] etcd DEBUG: [Connecting to etcd: attempt 1 for keys/registry/services/specs?consistent=true&recursive=false&sorted=true]
I0723 13:08:45.518501 03022 logs.go:39] etcd DEBUG: [send.request.to http://127.0.0.1:4001/v2/keys/registry/services/specs?consistent=true&recursive=false&sorted=true | method GET]
I0723 13:08:45.519655 03022 logs.go:39] etcd DEBUG: [recv.response.from http://127.0.0.1:4001/v2/keys/registry/services/specs?consistent=true&recursive=false&sorted=true]
I0723 13:08:45.519754 03022 logs.go:39] etcd DEBUG: [recv.success. http://127.0.0.1:4001/v2/keys/registry/services/specs?consistent=true&recursive=false&sorted=true]
E0723 13:08:45.519828 03022 etcd.go:119] Failed to get the key registry/services: 100: Key not found (/registry/services) [5]
E0723 13:08:45.519904 03022 etcd.go:79] Failed to get any services: 100: Key not found (/registry/services) [5]
I0723 13:08:47.523457 03022 logs.go:39] etcd DEBUG: get [registry/services/specs http://127.0.0.1:4001] [%!s(MISSING)]
I0723 13:08:47.523750 03022 logs.go:39] etcd DEBUG: [Connecting to etcd: attempt 1 for keys/registry/services/specs?consistent=true&recursive=false&sorted=true]
I0723 13:08:47.523781 03022 logs.go:39] etcd DEBUG: [send.request.to http://127.0.0.1:4001/v2/keys/registry/services/specs?consistent=true&recursive=false&sorted=true | method GET]
I0723 13:08:47.525897 03022 logs.go:39] etcd DEBUG: [recv.response.from http://127.0.0.1:4001/v2/keys/registry/services/specs?consistent=true&recursive=false&sorted=true]
I0723 13:08:47.525959 03022 logs.go:39] etcd DEBUG: [recv.success. http://127.0.0.1:4001/v2/keys/registry/services/specs?consistent=true&recursive=false&sorted=true]
E0723 13:08:47.526018 03022 etcd.go:119] Failed to get the key registry/services: 100: Key not found (/registry/services) [5]
E0723 13:08:47.526049 03022 etcd.go:79] Failed to get any services: 100: Key not found (/registry/services) [5]
I0723 13:08:49.526640 03022 logs.go:39] etcd DEBUG: get [registry/services/specs http://127.0.0.1:4001] [%!s(MISSING)]
I0723 13:08:49.526830 03022 logs.go:39] etcd DEBUG: [Connecting to etcd: attempt 1 for keys/registry/services/specs?consistent=true&recursive=false&sorted=true]
I0723 13:08:49.526862 03022 logs.go:39] etcd DEBUG: [send.request.to http://127.0.0.1:4001/v2/keys/registry/services/specs?consistent=true&recursive=false&sorted=true | method GET]
I0723 13:08:49.528507 03022 logs.go:39] etcd DEBUG: [recv.response.from http://127.0.0.1:4001/v2/keys/registry/services/specs?consistent=true&recursive=false&sorted=true]
I0723 13:08:49.528644 03022 logs.go:39] etcd DEBUG: [recv.success. http://127.0.0.1:4001/v2/keys/registry/services/specs?consistent=true&recursive=false&sorted=true]
E0723 13:08:49.528697 03022 etcd.go:119] Failed to get the key registry/services: 100: Key not found (/registry/services) [5]
E0723 13:08:49.528726 03022 etcd.go:79] Failed to get any services: 100: Key not found (/registry/services) [5]
E0723 13:08:49.917334 03022 file.go:83] Couldn't read file: /tmp/proxy_config : open /tmp/proxy_config: no such file or directory
==> /tmp/kubelet.log <==
I0723 13:08:51.357175 03021 log.go:135] GET /healthz: (16.203us) 200
I0723 13:08:51.407948 03021 log.go:135] GET /healthz: (11.454us) 200
==> /tmp/kube-proxy.log <==
I0723 13:08:51.530629 03022 logs.go:39] etcd DEBUG: get [registry/services/specs http://127.0.0.1:4001] [%!s(MISSING)]
I0723 13:08:51.530819 03022 logs.go:39] etcd DEBUG: [Connecting to etcd: attempt 1 for keys/registry/services/specs?consistent=true&recursive=false&sorted=true]
I0723 13:08:51.530848 03022 logs.go:39] etcd DEBUG: [send.request.to http://127.0.0.1:4001/v2/keys/registry/services/specs?consistent=true&recursive=false&sorted=true | method GET]
I0723 13:08:51.532009 03022 logs.go:39] etcd DEBUG: [recv.response.from http://127.0.0.1:4001/v2/keys/registry/services/specs?consistent=true&recursive=false&sorted=true]
I0723 13:08:51.532281 03022 logs.go:39] etcd DEBUG: [recv.success. http://127.0.0.1:4001/v2/keys/registry/services/specs?consistent=true&recursive=false&sorted=true]
E0723 13:08:51.532333 03022 etcd.go:119] Failed to get the key registry/services: 100: Key not found (/registry/services) [5]
E0723 13:08:51.532353 03022 etcd.go:79] Failed to get any services: 100: Key not found (/registry/services) [5]
I0723 13:08:53.533089 03022 logs.go:39] etcd DEBUG: get [registry/services/specs http://127.0.0.1:4001] [%!s(MISSING)]
I0723 13:08:53.533175 03022 logs.go:39] etcd DEBUG: [Connecting to etcd: attempt 1 for keys/registry/services/specs?consistent=true&recursive=false&sorted=true]
I0723 13:08:53.533251 03022 logs.go:39] etcd DEBUG: [send.request.to http://127.0.0.1:4001/v2/keys/registry/services/specs?consistent=true&recursive=false&sorted=true | method GET]
I0723 13:08:53.534211 03022 logs.go:39] etcd DEBUG: [recv.response.from http://127.0.0.1:4001/v2/keys/registry/services/specs?consistent=true&recursive=false&sorted=true]
I0723 13:08:53.536201 03022 logs.go:39] etcd DEBUG: [recv.success. http://127.0.0.1:4001/v2/keys/registry/services/specs?consistent=true&recursive=false&sorted=true]
E0723 13:08:53.536293 03022 etcd.go:119] Failed to get the key registry/services: 100: Key not found (/registry/services) [5]
E0723 13:08:53.536355 03022 etcd.go:79] Failed to get any services: 100: Key not found (/registry/services) [5]
E0723 13:08:54.918132 03022 file.go:83] Couldn't read file: /tmp/proxy_config : open /tmp/proxy_config: no such file or directory
I0723 13:08:55.538233 03022 logs.go:39] etcd DEBUG: get [registry/services/specs http://127.0.0.1:4001] [%!s(MISSING)]
I0723 13:08:55.538353 03022 logs.go:39] etcd DEBUG: [Connecting to etcd: attempt 1 for keys/registry/services/specs?consistent=true&recursive=false&sorted=true]
I0723 13:08:55.538398 03022 logs.go:39] etcd DEBUG: [send.request.to http://127.0.0.1:4001/v2/keys/registry/services/specs?consistent=true&recursive=false&sorted=true | method GET]
I0723 13:08:55.539209 03022 logs.go:39] etcd DEBUG: [recv.response.from http://127.0.0.1:4001/v2/keys/registry/services/specs?consistent=true&recursive=false&sorted=true]
I0723 13:08:55.539372 03022 logs.go:39] etcd DEBUG: [recv.success. http://127.0.0.1:4001/v2/keys/registry/services/specs?consistent=true&recursive=false&sorted=true]
E0723 13:08:55.539439 03022 etcd.go:119] Failed to get the key registry/services: 100: Key not found (/registry/services) [5]
E0723 13:08:55.539475 03022 etcd.go:79] Failed to get any services: 100: Key not found (/registry/services) [5]
I0723 13:08:57.541756 03022 logs.go:39] etcd DEBUG: get [registry/services/specs http://127.0.0.1:4001] [%!s(MISSING)]
I0723 13:08:57.542132 03022 logs.go:39] etcd DEBUG: [Connecting to etcd: attempt 1 for keys/registry/services/specs?consistent=true&recursive=false&sorted=true]
I0723 13:08:57.542167 03022 logs.go:39] etcd DEBUG: [send.request.to http://127.0.0.1:4001/v2/keys/registry/services/specs?consistent=true&recursive=false&sorted=true | method GET]
I0723 13:08:57.543360 03022 logs.go:39] etcd DEBUG: [recv.response.from http://127.0.0.1:4001/v2/keys/registry/services/specs?consistent=true&recursive=false&sorted=true]
I0723 13:08:57.543407 03022 logs.go:39] etcd DEBUG: [recv.success. http://127.0.0.1:4001/v2/keys/registry/services/specs?consistent=true&recursive=false&sorted=true]
E0723 13:08:57.543447 03022 etcd.go:119] Failed to get the key registry/services: 100: Key not found (/registry/services) [5]
E0723 13:08:57.543468 03022 etcd.go:79] Failed to get any services: 100: Key not found (/registry/services) [5]
I0723 13:08:59.544687 03022 logs.go:39] etcd DEBUG: get [registry/services/specs http://127.0.0.1:4001] [%!s(MISSING)]
I0723 13:08:59.545692 03022 logs.go:39] etcd DEBUG: [Connecting to etcd: attempt 1 for keys/registry/services/specs?consistent=true&recursive=false&sorted=true]
I0723 13:08:59.545741 03022 logs.go:39] etcd DEBUG: [send.request.to http://127.0.0.1:4001/v2/keys/registry/services/specs?consistent=true&recursive=false&sorted=true | method GET]
I0723 13:08:59.546772 03022 logs.go:39] etcd DEBUG: [recv.response.from http://127.0.0.1:4001/v2/keys/registry/services/specs?consistent=true&recursive=false&sorted=true]
I0723 13:08:59.546953 03022 logs.go:39] etcd DEBUG: [recv.success. http://127.0.0.1:4001/v2/keys/registry/services/specs?consistent=true&recursive=false&sorted=true]
E0723 13:08:59.546983 03022 etcd.go:119] Failed to get the key registry/services: 100: Key not found (/registry/services) [5]
E0723 13:08:59.546999 03022 etcd.go:79] Failed to get any services: 100: Key not found (/registry/services) [5]
E0723 13:08:59.919316 03022 file.go:83] Couldn't read file: /tmp/proxy_config : open /tmp/proxy_config: no such file or directory
==> /tmp/apiserver.log <==
I0723 13:09:01.336175 03019 log.go:135] GET /api/v1beta1/operations/1: (48.331us) 202
I0723 13:09:01.340906 03019 log.go:135] GET /api/v1beta1/operations/2: (48.052us) 202
==> /tmp/controller-manager.log <==
I0723 13:09:01.341560 03020 request.go:249] Waiting for completion of /operations/2
==> /tmp/kubelet.log <==
I0723 13:09:01.362176 03021 log.go:135] GET /healthz: (10.336us) 200
I0723 13:09:01.412939 03021 log.go:135] GET /healthz: (11.174us) 200
==> /tmp/kube-proxy.log <==
I0723 13:09:01.547611 03022 logs.go:39] etcd DEBUG: get [registry/services/specs http://127.0.0.1:4001] [%!s(MISSING)]
I0723 13:09:01.547747 03022 logs.go:39] etcd DEBUG: [Connecting to etcd: attempt 1 for keys/registry/services/specs?consistent=true&recursive=false&sorted=true]
I0723 13:09:01.547770 03022 logs.go:39] etcd DEBUG: [send.request.to http://127.0.0.1:4001/v2/keys/registry/services/specs?consistent=true&recursive=false&sorted=true | method GET]
I0723 13:09:01.549253 03022 logs.go:39] etcd DEBUG: [recv.response.from http://127.0.0.1:4001/v2/keys/registry/services/specs?consistent=true&recursive=false&sorted=true]
I0723 13:09:01.549354 03022 logs.go:39] etcd DEBUG: [recv.success. http://127.0.0.1:4001/v2/keys/registry/services/specs?consistent=true&recursive=false&sorted=true]
E0723 13:09:01.549392 03022 etcd.go:119] Failed to get the key registry/services: 100: Key not found (/registry/services) [5]
E0723 13:09:01.549446 03022 etcd.go:79] Failed to get any services: 100: Key not found (/registry/services) [5]
^C
[~/code/others/kubernetes]$ [master]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment