Skip to content

Instantly share code, notes, and snippets.

@mumoshu
Last active December 4, 2017 06:05
Show Gist options
  • Save mumoshu/ba503f1ad4d6178d6f99d7d5f9bc9d11 to your computer and use it in GitHub Desktop.
Save mumoshu/ba503f1ad4d6178d6f99d7d5f9bc9d11 to your computer and use it in GitHub Desktop.
core@ip-10-0-0-24 ~ $ time kubectl get no --request-timeout=0.1s
NAME STATUS ROLES AGE VERSION
ip-10-0-0-164.ap-northeast-1.compute.internal Ready master 1h v1.8.4+coreos.0
ip-10-0-0-165.ap-northeast-1.compute.internal Ready <none> 1h v1.8.4+coreos.0
ip-10-0-0-24.ap-northeast-1.compute.internal Ready master 6m v1.8.4+coreos.0
ip-10-0-0-63.ap-northeast-1.compute.internal Ready <none> 1h v1.8.4+coreos.0
real 0m1.177s
user 0m0.007s
sys 0m0.008s
core@ip-10-0-0-24 ~ $ kubectl -v7 get no --request-timeout=1s > kubectl_get_no_req_timeout_1s_log_v7.log 2>&1
I1204 05:52:45.439739 1 round_trippers.go:414] GET http://localhost:8080/api
I1204 05:52:45.439789 1 round_trippers.go:421] Request Headers:
I1204 05:52:45.439795 1 round_trippers.go:424] Accept: application/json, */*
I1204 05:52:45.439803 1 round_trippers.go:424] User-Agent: hyperkube/v1.8.4+coreos.0 (linux/amd64) kubernetes/4292f96
I1204 05:52:45.441017 1 round_trippers.go:439] Response Status: 200 OK in 1 milliseconds
I1204 05:52:45.446567 1 round_trippers.go:414] GET http://localhost:8080/apis
I1204 05:52:45.446585 1 round_trippers.go:421] Request Headers:
I1204 05:52:45.446590 1 round_trippers.go:424] Accept: application/json, */*
I1204 05:52:45.446595 1 round_trippers.go:424] User-Agent: hyperkube/v1.8.4+coreos.0 (linux/amd64) kubernetes/4292f96
I1204 05:52:45.447104 1 round_trippers.go:439] Response Status: 200 OK in 0 milliseconds
I1204 05:52:45.451925 1 round_trippers.go:414] GET http://localhost:8080/apis/apiregistration.k8s.io/v1beta1
I1204 05:52:45.451938 1 round_trippers.go:421] Request Headers:
I1204 05:52:45.451943 1 round_trippers.go:424] Accept: application/json, */*
I1204 05:52:45.451947 1 round_trippers.go:424] User-Agent: hyperkube/v1.8.4+coreos.0 (linux/amd64) kubernetes/4292f96
I1204 05:52:45.452331 1 round_trippers.go:439] Response Status: 200 OK in 0 milliseconds
I1204 05:52:45.457360 1 round_trippers.go:414] GET http://localhost:8080/apis/extensions/v1beta1
I1204 05:52:45.457372 1 round_trippers.go:421] Request Headers:
I1204 05:52:45.457377 1 round_trippers.go:424] Accept: application/json, */*
I1204 05:52:45.457382 1 round_trippers.go:424] User-Agent: hyperkube/v1.8.4+coreos.0 (linux/amd64) kubernetes/4292f96
I1204 05:52:45.457924 1 round_trippers.go:439] Response Status: 200 OK in 0 milliseconds
I1204 05:52:45.462763 1 round_trippers.go:414] GET http://localhost:8080/apis/apps/v1beta1
I1204 05:52:45.462775 1 round_trippers.go:421] Request Headers:
I1204 05:52:45.462780 1 round_trippers.go:424] Accept: application/json, */*
I1204 05:52:45.462784 1 round_trippers.go:424] User-Agent: hyperkube/v1.8.4+coreos.0 (linux/amd64) kubernetes/4292f96
I1204 05:52:45.463202 1 round_trippers.go:439] Response Status: 200 OK in 0 milliseconds
I1204 05:52:45.472334 1 round_trippers.go:414] GET http://localhost:8080/apis/apps/v1beta2
I1204 05:52:45.472347 1 round_trippers.go:421] Request Headers:
I1204 05:52:45.472352 1 round_trippers.go:424] Accept: application/json, */*
I1204 05:52:45.472356 1 round_trippers.go:424] User-Agent: hyperkube/v1.8.4+coreos.0 (linux/amd64) kubernetes/4292f96
I1204 05:52:45.472783 1 round_trippers.go:439] Response Status: 200 OK in 0 milliseconds
I1204 05:52:45.478234 1 round_trippers.go:414] GET http://localhost:8080/apis/authentication.k8s.io/v1
I1204 05:52:45.478249 1 round_trippers.go:421] Request Headers:
I1204 05:52:45.478256 1 round_trippers.go:424] Accept: application/json, */*
I1204 05:52:45.478263 1 round_trippers.go:424] User-Agent: hyperkube/v1.8.4+coreos.0 (linux/amd64) kubernetes/4292f96
I1204 05:52:45.478667 1 round_trippers.go:439] Response Status: 200 OK in 0 milliseconds
I1204 05:52:45.483217 1 round_trippers.go:414] GET http://localhost:8080/apis/authentication.k8s.io/v1beta1
I1204 05:52:45.483229 1 round_trippers.go:421] Request Headers:
I1204 05:52:45.483234 1 round_trippers.go:424] Accept: application/json, */*
I1204 05:52:45.483238 1 round_trippers.go:424] User-Agent: hyperkube/v1.8.4+coreos.0 (linux/amd64) kubernetes/4292f96
I1204 05:52:45.483654 1 round_trippers.go:439] Response Status: 200 OK in 0 milliseconds
I1204 05:52:45.488707 1 round_trippers.go:414] GET http://localhost:8080/apis/authorization.k8s.io/v1
I1204 05:52:45.488720 1 round_trippers.go:421] Request Headers:
I1204 05:52:45.488724 1 round_trippers.go:424] Accept: application/json, */*
I1204 05:52:45.488729 1 round_trippers.go:424] User-Agent: hyperkube/v1.8.4+coreos.0 (linux/amd64) kubernetes/4292f96
I1204 05:52:45.489107 1 round_trippers.go:439] Response Status: 200 OK in 0 milliseconds
I1204 05:52:45.493935 1 round_trippers.go:414] GET http://localhost:8080/apis/authorization.k8s.io/v1beta1
I1204 05:52:45.493948 1 round_trippers.go:421] Request Headers:
I1204 05:52:45.493952 1 round_trippers.go:424] User-Agent: hyperkube/v1.8.4+coreos.0 (linux/amd64) kubernetes/4292f96
I1204 05:52:45.493957 1 round_trippers.go:424] Accept: application/json, */*
I1204 05:52:45.494309 1 round_trippers.go:439] Response Status: 200 OK in 0 milliseconds
I1204 05:52:45.499209 1 round_trippers.go:414] GET http://localhost:8080/apis/autoscaling/v1
I1204 05:52:45.499222 1 round_trippers.go:421] Request Headers:
I1204 05:52:45.499226 1 round_trippers.go:424] Accept: application/json, */*
I1204 05:52:45.499231 1 round_trippers.go:424] User-Agent: hyperkube/v1.8.4+coreos.0 (linux/amd64) kubernetes/4292f96
I1204 05:52:45.499617 1 round_trippers.go:439] Response Status: 200 OK in 0 milliseconds
I1204 05:52:45.504805 1 round_trippers.go:414] GET http://localhost:8080/apis/autoscaling/v2beta1
I1204 05:52:45.504817 1 round_trippers.go:421] Request Headers:
I1204 05:52:45.504822 1 round_trippers.go:424] Accept: application/json, */*
I1204 05:52:45.504826 1 round_trippers.go:424] User-Agent: hyperkube/v1.8.4+coreos.0 (linux/amd64) kubernetes/4292f96
I1204 05:52:45.505179 1 round_trippers.go:439] Response Status: 200 OK in 0 milliseconds
I1204 05:52:45.510143 1 round_trippers.go:414] GET http://localhost:8080/apis/batch/v1
I1204 05:52:45.510155 1 round_trippers.go:421] Request Headers:
I1204 05:52:45.510160 1 round_trippers.go:424] Accept: application/json, */*
I1204 05:52:45.510164 1 round_trippers.go:424] User-Agent: hyperkube/v1.8.4+coreos.0 (linux/amd64) kubernetes/4292f96
I1204 05:52:45.510533 1 round_trippers.go:439] Response Status: 200 OK in 0 milliseconds
I1204 05:52:45.515216 1 round_trippers.go:414] GET http://localhost:8080/apis/batch/v1beta1
I1204 05:52:45.515229 1 round_trippers.go:421] Request Headers:
I1204 05:52:45.515234 1 round_trippers.go:424] User-Agent: hyperkube/v1.8.4+coreos.0 (linux/amd64) kubernetes/4292f96
I1204 05:52:45.515239 1 round_trippers.go:424] Accept: application/json, */*
I1204 05:52:45.515619 1 round_trippers.go:439] Response Status: 200 OK in 0 milliseconds
I1204 05:52:45.520260 1 round_trippers.go:414] GET http://localhost:8080/apis/batch/v2alpha1
I1204 05:52:45.520273 1 round_trippers.go:421] Request Headers:
I1204 05:52:45.520277 1 round_trippers.go:424] Accept: application/json, */*
I1204 05:52:45.520282 1 round_trippers.go:424] User-Agent: hyperkube/v1.8.4+coreos.0 (linux/amd64) kubernetes/4292f96
I1204 05:52:45.520659 1 round_trippers.go:439] Response Status: 200 OK in 0 milliseconds
I1204 05:52:45.525635 1 round_trippers.go:414] GET http://localhost:8080/apis/certificates.k8s.io/v1beta1
I1204 05:52:45.525647 1 round_trippers.go:421] Request Headers:
I1204 05:52:45.525652 1 round_trippers.go:424] Accept: application/json, */*
I1204 05:52:45.525657 1 round_trippers.go:424] User-Agent: hyperkube/v1.8.4+coreos.0 (linux/amd64) kubernetes/4292f96
I1204 05:52:45.526013 1 round_trippers.go:439] Response Status: 200 OK in 0 milliseconds
I1204 05:52:45.531004 1 round_trippers.go:414] GET http://localhost:8080/apis/networking.k8s.io/v1
I1204 05:52:45.531016 1 round_trippers.go:421] Request Headers:
I1204 05:52:45.531021 1 round_trippers.go:424] Accept: application/json, */*
I1204 05:52:45.531026 1 round_trippers.go:424] User-Agent: hyperkube/v1.8.4+coreos.0 (linux/amd64) kubernetes/4292f96
I1204 05:52:45.531422 1 round_trippers.go:439] Response Status: 200 OK in 0 milliseconds
I1204 05:52:45.536103 1 round_trippers.go:414] GET http://localhost:8080/apis/policy/v1beta1
I1204 05:52:45.536116 1 round_trippers.go:421] Request Headers:
I1204 05:52:45.536120 1 round_trippers.go:424] Accept: application/json, */*
I1204 05:52:45.536125 1 round_trippers.go:424] User-Agent: hyperkube/v1.8.4+coreos.0 (linux/amd64) kubernetes/4292f96
I1204 05:52:45.536472 1 round_trippers.go:439] Response Status: 200 OK in 0 milliseconds
I1204 05:52:45.541467 1 round_trippers.go:414] GET http://localhost:8080/apis/rbac.authorization.k8s.io/v1
I1204 05:52:45.541481 1 round_trippers.go:421] Request Headers:
I1204 05:52:45.541488 1 round_trippers.go:424] Accept: application/json, */*
I1204 05:52:45.541496 1 round_trippers.go:424] User-Agent: hyperkube/v1.8.4+coreos.0 (linux/amd64) kubernetes/4292f96
I1204 05:52:45.541890 1 round_trippers.go:439] Response Status: 200 OK in 0 milliseconds
I1204 05:52:45.546700 1 round_trippers.go:414] GET http://localhost:8080/apis/rbac.authorization.k8s.io/v1beta1
I1204 05:52:45.546718 1 round_trippers.go:421] Request Headers:
I1204 05:52:45.546726 1 round_trippers.go:424] Accept: application/json, */*
I1204 05:52:45.546740 1 round_trippers.go:424] User-Agent: hyperkube/v1.8.4+coreos.0 (linux/amd64) kubernetes/4292f96
I1204 05:52:45.547121 1 round_trippers.go:439] Response Status: 200 OK in 0 milliseconds
I1204 05:52:45.551829 1 round_trippers.go:414] GET http://localhost:8080/apis/storage.k8s.io/v1
I1204 05:52:45.551846 1 round_trippers.go:421] Request Headers:
I1204 05:52:45.551853 1 round_trippers.go:424] Accept: application/json, */*
I1204 05:52:45.551860 1 round_trippers.go:424] User-Agent: hyperkube/v1.8.4+coreos.0 (linux/amd64) kubernetes/4292f96
I1204 05:52:45.552313 1 round_trippers.go:439] Response Status: 200 OK in 0 milliseconds
I1204 05:52:45.558678 1 round_trippers.go:414] GET http://localhost:8080/apis/storage.k8s.io/v1beta1
I1204 05:52:45.558691 1 round_trippers.go:421] Request Headers:
I1204 05:52:45.558696 1 round_trippers.go:424] Accept: application/json, */*
I1204 05:52:45.558700 1 round_trippers.go:424] User-Agent: hyperkube/v1.8.4+coreos.0 (linux/amd64) kubernetes/4292f96
I1204 05:52:45.559072 1 round_trippers.go:439] Response Status: 200 OK in 0 milliseconds
I1204 05:52:45.564013 1 round_trippers.go:414] GET http://localhost:8080/apis/apiextensions.k8s.io/v1beta1
I1204 05:52:45.564028 1 round_trippers.go:421] Request Headers:
I1204 05:52:45.564035 1 round_trippers.go:424] Accept: application/json, */*
I1204 05:52:45.564042 1 round_trippers.go:424] User-Agent: hyperkube/v1.8.4+coreos.0 (linux/amd64) kubernetes/4292f96
I1204 05:52:45.564396 1 round_trippers.go:439] Response Status: 200 OK in 0 milliseconds
I1204 05:52:45.569168 1 round_trippers.go:414] GET http://localhost:8080/apis/metrics.k8s.io/v1beta1
I1204 05:52:45.569183 1 round_trippers.go:421] Request Headers:
I1204 05:52:45.569190 1 round_trippers.go:424] Accept: application/json, */*
I1204 05:52:45.569197 1 round_trippers.go:424] User-Agent: hyperkube/v1.8.4+coreos.0 (linux/amd64) kubernetes/4292f96
I1204 05:52:46.569304 1 round_trippers.go:439] Response Status: in 1000 milliseconds
I1204 05:52:46.569364 1 cached_discovery.go:79] skipped caching discovery info due to Get http://localhost:8080/apis/metrics.k8s.io/v1beta1: net/http: request canceled (Client.Timeout exceeded while awaiting headers)
I1204 05:52:46.569535 1 round_trippers.go:414] GET http://localhost:8080/api/v1
I1204 05:52:46.569581 1 round_trippers.go:421] Request Headers:
I1204 05:52:46.569594 1 round_trippers.go:424] Accept: application/json, */*
I1204 05:52:46.569602 1 round_trippers.go:424] User-Agent: hyperkube/v1.8.4+coreos.0 (linux/amd64) kubernetes/4292f96
I1204 05:52:46.570923 1 round_trippers.go:439] Response Status: 200 OK in 1 milliseconds
I1204 05:52:46.577193 1 cached_discovery.go:119] returning cached discovery info from /root/.kube/cache/discovery/localhost_8080/servergroups.json
I1204 05:52:46.577276 1 cached_discovery.go:72] returning cached discovery info from /root/.kube/cache/discovery/localhost_8080/apiregistration.k8s.io/v1beta1/serverresources.json
I1204 05:52:46.577406 1 cached_discovery.go:72] returning cached discovery info from /root/.kube/cache/discovery/localhost_8080/extensions/v1beta1/serverresources.json
I1204 05:52:46.577488 1 cached_discovery.go:72] returning cached discovery info from /root/.kube/cache/discovery/localhost_8080/apps/v1beta1/serverresources.json
I1204 05:52:46.577619 1 cached_discovery.go:72] returning cached discovery info from /root/.kube/cache/discovery/localhost_8080/apps/v1beta2/serverresources.json
I1204 05:52:46.577682 1 cached_discovery.go:72] returning cached discovery info from /root/.kube/cache/discovery/localhost_8080/authentication.k8s.io/v1/serverresources.json
I1204 05:52:46.577748 1 cached_discovery.go:72] returning cached discovery info from /root/.kube/cache/discovery/localhost_8080/authentication.k8s.io/v1beta1/serverresources.json
I1204 05:52:46.577818 1 cached_discovery.go:72] returning cached discovery info from /root/.kube/cache/discovery/localhost_8080/authorization.k8s.io/v1/serverresources.json
I1204 05:52:46.577871 1 cached_discovery.go:72] returning cached discovery info from /root/.kube/cache/discovery/localhost_8080/authorization.k8s.io/v1beta1/serverresources.json
I1204 05:52:46.577949 1 cached_discovery.go:72] returning cached discovery info from /root/.kube/cache/discovery/localhost_8080/autoscaling/v1/serverresources.json
I1204 05:52:46.578001 1 cached_discovery.go:72] returning cached discovery info from /root/.kube/cache/discovery/localhost_8080/autoscaling/v2beta1/serverresources.json
I1204 05:52:46.578048 1 cached_discovery.go:72] returning cached discovery info from /root/.kube/cache/discovery/localhost_8080/batch/v1/serverresources.json
I1204 05:52:46.578121 1 cached_discovery.go:72] returning cached discovery info from /root/.kube/cache/discovery/localhost_8080/batch/v1beta1/serverresources.json
I1204 05:52:46.578174 1 cached_discovery.go:72] returning cached discovery info from /root/.kube/cache/discovery/localhost_8080/batch/v2alpha1/serverresources.json
I1204 05:52:46.578224 1 cached_discovery.go:72] returning cached discovery info from /root/.kube/cache/discovery/localhost_8080/certificates.k8s.io/v1beta1/serverresources.json
I1204 05:52:46.578286 1 cached_discovery.go:72] returning cached discovery info from /root/.kube/cache/discovery/localhost_8080/networking.k8s.io/v1/serverresources.json
I1204 05:52:46.578340 1 cached_discovery.go:72] returning cached discovery info from /root/.kube/cache/discovery/localhost_8080/policy/v1beta1/serverresources.json
I1204 05:52:46.578394 1 cached_discovery.go:72] returning cached discovery info from /root/.kube/cache/discovery/localhost_8080/rbac.authorization.k8s.io/v1/serverresources.json
I1204 05:52:46.578454 1 cached_discovery.go:72] returning cached discovery info from /root/.kube/cache/discovery/localhost_8080/rbac.authorization.k8s.io/v1beta1/serverresources.json
I1204 05:52:46.578515 1 cached_discovery.go:72] returning cached discovery info from /root/.kube/cache/discovery/localhost_8080/storage.k8s.io/v1/serverresources.json
I1204 05:52:46.578573 1 cached_discovery.go:72] returning cached discovery info from /root/.kube/cache/discovery/localhost_8080/storage.k8s.io/v1beta1/serverresources.json
I1204 05:52:46.578629 1 cached_discovery.go:72] returning cached discovery info from /root/.kube/cache/discovery/localhost_8080/apiextensions.k8s.io/v1beta1/serverresources.json
I1204 05:52:46.578721 1 round_trippers.go:414] GET http://localhost:8080/apis/metrics.k8s.io/v1beta1
I1204 05:52:46.578737 1 round_trippers.go:421] Request Headers:
I1204 05:52:46.578745 1 round_trippers.go:424] User-Agent: hyperkube/v1.8.4+coreos.0 (linux/amd64) kubernetes/4292f96
I1204 05:52:46.578752 1 round_trippers.go:424] Accept: application/json, */*
I1204 05:52:47.578856 1 round_trippers.go:439] Response Status: in 1000 milliseconds
I1204 05:52:47.578909 1 cached_discovery.go:79] skipped caching discovery info due to Get http://localhost:8080/apis/metrics.k8s.io/v1beta1: net/http: request canceled (Client.Timeout exceeded while awaiting headers)
I1204 05:52:47.579170 1 cached_discovery.go:119] returning cached discovery info from /root/.kube/cache/discovery/localhost_8080/servergroups.json
I1204 05:52:47.579269 1 cached_discovery.go:72] returning cached discovery info from /root/.kube/cache/discovery/localhost_8080/apiregistration.k8s.io/v1beta1/serverresources.json
I1204 05:52:47.579422 1 cached_discovery.go:72] returning cached discovery info from /root/.kube/cache/discovery/localhost_8080/extensions/v1beta1/serverresources.json
I1204 05:52:47.579527 1 cached_discovery.go:72] returning cached discovery info from /root/.kube/cache/discovery/localhost_8080/apps/v1beta1/serverresources.json
I1204 05:52:47.579662 1 cached_discovery.go:72] returning cached discovery info from /root/.kube/cache/discovery/localhost_8080/apps/v1beta2/serverresources.json
I1204 05:52:47.579712 1 cached_discovery.go:72] returning cached discovery info from /root/.kube/cache/discovery/localhost_8080/authentication.k8s.io/v1/serverresources.json
I1204 05:52:47.579766 1 cached_discovery.go:72] returning cached discovery info from /root/.kube/cache/discovery/localhost_8080/authentication.k8s.io/v1beta1/serverresources.json
I1204 05:52:47.579829 1 cached_discovery.go:72] returning cached discovery info from /root/.kube/cache/discovery/localhost_8080/authorization.k8s.io/v1/serverresources.json
I1204 05:52:47.579888 1 cached_discovery.go:72] returning cached discovery info from /root/.kube/cache/discovery/localhost_8080/authorization.k8s.io/v1beta1/serverresources.json
I1204 05:52:47.579940 1 cached_discovery.go:72] returning cached discovery info from /root/.kube/cache/discovery/localhost_8080/autoscaling/v1/serverresources.json
I1204 05:52:47.579993 1 cached_discovery.go:72] returning cached discovery info from /root/.kube/cache/discovery/localhost_8080/autoscaling/v2beta1/serverresources.json
I1204 05:52:47.580046 1 cached_discovery.go:72] returning cached discovery info from /root/.kube/cache/discovery/localhost_8080/batch/v1/serverresources.json
I1204 05:52:47.580103 1 cached_discovery.go:72] returning cached discovery info from /root/.kube/cache/discovery/localhost_8080/batch/v1beta1/serverresources.json
I1204 05:52:47.580141 1 cached_discovery.go:72] returning cached discovery info from /root/.kube/cache/discovery/localhost_8080/batch/v2alpha1/serverresources.json
I1204 05:52:47.580203 1 cached_discovery.go:72] returning cached discovery info from /root/.kube/cache/discovery/localhost_8080/certificates.k8s.io/v1beta1/serverresources.json
I1204 05:52:47.580253 1 cached_discovery.go:72] returning cached discovery info from /root/.kube/cache/discovery/localhost_8080/networking.k8s.io/v1/serverresources.json
I1204 05:52:47.580301 1 cached_discovery.go:72] returning cached discovery info from /root/.kube/cache/discovery/localhost_8080/policy/v1beta1/serverresources.json
I1204 05:52:47.580351 1 cached_discovery.go:72] returning cached discovery info from /root/.kube/cache/discovery/localhost_8080/rbac.authorization.k8s.io/v1/serverresources.json
I1204 05:52:47.580423 1 cached_discovery.go:72] returning cached discovery info from /root/.kube/cache/discovery/localhost_8080/rbac.authorization.k8s.io/v1beta1/serverresources.json
I1204 05:52:47.580473 1 cached_discovery.go:72] returning cached discovery info from /root/.kube/cache/discovery/localhost_8080/storage.k8s.io/v1/serverresources.json
I1204 05:52:47.580521 1 cached_discovery.go:72] returning cached discovery info from /root/.kube/cache/discovery/localhost_8080/storage.k8s.io/v1beta1/serverresources.json
I1204 05:52:47.580595 1 cached_discovery.go:72] returning cached discovery info from /root/.kube/cache/discovery/localhost_8080/apiextensions.k8s.io/v1beta1/serverresources.json
I1204 05:52:47.580699 1 round_trippers.go:414] GET http://localhost:8080/apis/metrics.k8s.io/v1beta1
I1204 05:52:47.580712 1 round_trippers.go:421] Request Headers:
I1204 05:52:47.580718 1 round_trippers.go:424] User-Agent: hyperkube/v1.8.4+coreos.0 (linux/amd64) kubernetes/4292f96
I1204 05:52:47.580722 1 round_trippers.go:424] Accept: application/json, */*
I1204 05:52:48.580838 1 round_trippers.go:439] Response Status: in 1000 milliseconds
I1204 05:52:48.580900 1 cached_discovery.go:79] skipped caching discovery info due to Get http://localhost:8080/apis/metrics.k8s.io/v1beta1: net/http: request canceled (Client.Timeout exceeded while awaiting headers)
I1204 05:52:48.581160 1 cached_discovery.go:119] returning cached discovery info from /root/.kube/cache/discovery/localhost_8080/servergroups.json
I1204 05:52:48.581236 1 cached_discovery.go:72] returning cached discovery info from /root/.kube/cache/discovery/localhost_8080/apiregistration.k8s.io/v1beta1/serverresources.json
I1204 05:52:48.581391 1 cached_discovery.go:72] returning cached discovery info from /root/.kube/cache/discovery/localhost_8080/extensions/v1beta1/serverresources.json
I1204 05:52:48.581508 1 cached_discovery.go:72] returning cached discovery info from /root/.kube/cache/discovery/localhost_8080/apps/v1beta1/serverresources.json
I1204 05:52:48.581683 1 cached_discovery.go:72] returning cached discovery info from /root/.kube/cache/discovery/localhost_8080/apps/v1beta2/serverresources.json
I1204 05:52:48.581801 1 cached_discovery.go:72] returning cached discovery info from /root/.kube/cache/discovery/localhost_8080/authentication.k8s.io/v1/serverresources.json
I1204 05:52:48.581910 1 cached_discovery.go:72] returning cached discovery info from /root/.kube/cache/discovery/localhost_8080/authentication.k8s.io/v1beta1/serverresources.json
I1204 05:52:48.581996 1 cached_discovery.go:72] returning cached discovery info from /root/.kube/cache/discovery/localhost_8080/authorization.k8s.io/v1/serverresources.json
I1204 05:52:48.582070 1 cached_discovery.go:72] returning cached discovery info from /root/.kube/cache/discovery/localhost_8080/authorization.k8s.io/v1beta1/serverresources.json
I1204 05:52:48.582118 1 cached_discovery.go:72] returning cached discovery info from /root/.kube/cache/discovery/localhost_8080/autoscaling/v1/serverresources.json
I1204 05:52:48.582161 1 cached_discovery.go:72] returning cached discovery info from /root/.kube/cache/discovery/localhost_8080/autoscaling/v2beta1/serverresources.json
I1204 05:52:48.582219 1 cached_discovery.go:72] returning cached discovery info from /root/.kube/cache/discovery/localhost_8080/batch/v1/serverresources.json
I1204 05:52:48.582288 1 cached_discovery.go:72] returning cached discovery info from /root/.kube/cache/discovery/localhost_8080/batch/v1beta1/serverresources.json
I1204 05:52:48.582329 1 cached_discovery.go:72] returning cached discovery info from /root/.kube/cache/discovery/localhost_8080/batch/v2alpha1/serverresources.json
I1204 05:52:48.582394 1 cached_discovery.go:72] returning cached discovery info from /root/.kube/cache/discovery/localhost_8080/certificates.k8s.io/v1beta1/serverresources.json
I1204 05:52:48.582445 1 cached_discovery.go:72] returning cached discovery info from /root/.kube/cache/discovery/localhost_8080/networking.k8s.io/v1/serverresources.json
I1204 05:52:48.582506 1 cached_discovery.go:72] returning cached discovery info from /root/.kube/cache/discovery/localhost_8080/policy/v1beta1/serverresources.json
I1204 05:52:48.582587 1 cached_discovery.go:72] returning cached discovery info from /root/.kube/cache/discovery/localhost_8080/rbac.authorization.k8s.io/v1/serverresources.json
I1204 05:52:48.582656 1 cached_discovery.go:72] returning cached discovery info from /root/.kube/cache/discovery/localhost_8080/rbac.authorization.k8s.io/v1beta1/serverresources.json
I1204 05:52:48.582689 1 cached_discovery.go:72] returning cached discovery info from /root/.kube/cache/discovery/localhost_8080/storage.k8s.io/v1/serverresources.json
I1204 05:52:48.582727 1 cached_discovery.go:72] returning cached discovery info from /root/.kube/cache/discovery/localhost_8080/storage.k8s.io/v1beta1/serverresources.json
I1204 05:52:48.582764 1 cached_discovery.go:72] returning cached discovery info from /root/.kube/cache/discovery/localhost_8080/apiextensions.k8s.io/v1beta1/serverresources.json
I1204 05:52:48.582859 1 round_trippers.go:414] GET http://localhost:8080/apis/metrics.k8s.io/v1beta1
I1204 05:52:48.582865 1 round_trippers.go:421] Request Headers:
I1204 05:52:48.582870 1 round_trippers.go:424] User-Agent: hyperkube/v1.8.4+coreos.0 (linux/amd64) kubernetes/4292f96
I1204 05:52:48.582874 1 round_trippers.go:424] Accept: application/json, */*
I1204 05:52:49.582991 1 round_trippers.go:439] Response Status: in 1000 milliseconds
I1204 05:52:49.583032 1 cached_discovery.go:79] skipped caching discovery info due to Get http://localhost:8080/apis/metrics.k8s.io/v1beta1: net/http: request canceled (Client.Timeout exceeded while awaiting headers)
I1204 05:52:49.583250 1 cached_discovery.go:119] returning cached discovery info from /root/.kube/cache/discovery/localhost_8080/servergroups.json
I1204 05:52:49.583331 1 cached_discovery.go:72] returning cached discovery info from /root/.kube/cache/discovery/localhost_8080/apiregistration.k8s.io/v1beta1/serverresources.json
I1204 05:52:49.583463 1 cached_discovery.go:72] returning cached discovery info from /root/.kube/cache/discovery/localhost_8080/extensions/v1beta1/serverresources.json
I1204 05:52:49.583584 1 cached_discovery.go:72] returning cached discovery info from /root/.kube/cache/discovery/localhost_8080/apps/v1beta1/serverresources.json
I1204 05:52:49.583715 1 cached_discovery.go:72] returning cached discovery info from /root/.kube/cache/discovery/localhost_8080/apps/v1beta2/serverresources.json
I1204 05:52:49.583767 1 cached_discovery.go:72] returning cached discovery info from /root/.kube/cache/discovery/localhost_8080/authentication.k8s.io/v1/serverresources.json
I1204 05:52:49.583810 1 cached_discovery.go:72] returning cached discovery info from /root/.kube/cache/discovery/localhost_8080/authentication.k8s.io/v1beta1/serverresources.json
I1204 05:52:49.583856 1 cached_discovery.go:72] returning cached discovery info from /root/.kube/cache/discovery/localhost_8080/authorization.k8s.io/v1/serverresources.json
I1204 05:52:49.583918 1 cached_discovery.go:72] returning cached discovery info from /root/.kube/cache/discovery/localhost_8080/authorization.k8s.io/v1beta1/serverresources.json
I1204 05:52:49.583958 1 cached_discovery.go:72] returning cached discovery info from /root/.kube/cache/discovery/localhost_8080/autoscaling/v1/serverresources.json
I1204 05:52:49.584010 1 cached_discovery.go:72] returning cached discovery info from /root/.kube/cache/discovery/localhost_8080/autoscaling/v2beta1/serverresources.json
I1204 05:52:49.584051 1 cached_discovery.go:72] returning cached discovery info from /root/.kube/cache/discovery/localhost_8080/batch/v1/serverresources.json
I1204 05:52:49.584099 1 cached_discovery.go:72] returning cached discovery info from /root/.kube/cache/discovery/localhost_8080/batch/v1beta1/serverresources.json
I1204 05:52:49.584135 1 cached_discovery.go:72] returning cached discovery info from /root/.kube/cache/discovery/localhost_8080/batch/v2alpha1/serverresources.json
I1204 05:52:49.584180 1 cached_discovery.go:72] returning cached discovery info from /root/.kube/cache/discovery/localhost_8080/certificates.k8s.io/v1beta1/serverresources.json
I1204 05:52:49.584218 1 cached_discovery.go:72] returning cached discovery info from /root/.kube/cache/discovery/localhost_8080/networking.k8s.io/v1/serverresources.json
I1204 05:52:49.584268 1 cached_discovery.go:72] returning cached discovery info from /root/.kube/cache/discovery/localhost_8080/policy/v1beta1/serverresources.json
I1204 05:52:49.584318 1 cached_discovery.go:72] returning cached discovery info from /root/.kube/cache/discovery/localhost_8080/rbac.authorization.k8s.io/v1/serverresources.json
I1204 05:52:49.584375 1 cached_discovery.go:72] returning cached discovery info from /root/.kube/cache/discovery/localhost_8080/rbac.authorization.k8s.io/v1beta1/serverresources.json
I1204 05:52:49.584417 1 cached_discovery.go:72] returning cached discovery info from /root/.kube/cache/discovery/localhost_8080/storage.k8s.io/v1/serverresources.json
I1204 05:52:49.584461 1 cached_discovery.go:72] returning cached discovery info from /root/.kube/cache/discovery/localhost_8080/storage.k8s.io/v1beta1/serverresources.json
I1204 05:52:49.584513 1 cached_discovery.go:72] returning cached discovery info from /root/.kube/cache/discovery/localhost_8080/apiextensions.k8s.io/v1beta1/serverresources.json
I1204 05:52:49.584603 1 round_trippers.go:414] GET http://localhost:8080/apis/metrics.k8s.io/v1beta1
I1204 05:52:49.584610 1 round_trippers.go:421] Request Headers:
I1204 05:52:49.584616 1 round_trippers.go:424] Accept: application/json, */*
I1204 05:52:49.584622 1 round_trippers.go:424] User-Agent: hyperkube/v1.8.4+coreos.0 (linux/amd64) kubernetes/4292f96
I1204 05:52:50.584815 1 round_trippers.go:439] Response Status: in 1000 milliseconds
I1204 05:52:50.584899 1 cached_discovery.go:79] skipped caching discovery info due to Get http://localhost:8080/apis/metrics.k8s.io/v1beta1: net/http: request canceled (Client.Timeout exceeded while awaiting headers)
I1204 05:52:50.585240 1 cached_discovery.go:72] returning cached discovery info from /root/.kube/cache/discovery/localhost_8080/v1/serverresources.json
I1204 05:52:50.586287 1 cached_discovery.go:119] returning cached discovery info from /root/.kube/cache/discovery/localhost_8080/servergroups.json
I1204 05:52:50.586340 1 cached_discovery.go:72] returning cached discovery info from /root/.kube/cache/discovery/localhost_8080/apiregistration.k8s.io/v1beta1/serverresources.json
I1204 05:52:50.586456 1 cached_discovery.go:72] returning cached discovery info from /root/.kube/cache/discovery/localhost_8080/extensions/v1beta1/serverresources.json
I1204 05:52:50.586516 1 cached_discovery.go:72] returning cached discovery info from /root/.kube/cache/discovery/localhost_8080/apps/v1beta1/serverresources.json
I1204 05:52:50.586622 1 cached_discovery.go:72] returning cached discovery info from /root/.kube/cache/discovery/localhost_8080/apps/v1beta2/serverresources.json
I1204 05:52:50.586659 1 cached_discovery.go:72] returning cached discovery info from /root/.kube/cache/discovery/localhost_8080/authentication.k8s.io/v1/serverresources.json
I1204 05:52:50.586687 1 cached_discovery.go:72] returning cached discovery info from /root/.kube/cache/discovery/localhost_8080/authentication.k8s.io/v1beta1/serverresources.json
I1204 05:52:50.586725 1 cached_discovery.go:72] returning cached discovery info from /root/.kube/cache/discovery/localhost_8080/authorization.k8s.io/v1/serverresources.json
I1204 05:52:50.586773 1 cached_discovery.go:72] returning cached discovery info from /root/.kube/cache/discovery/localhost_8080/authorization.k8s.io/v1beta1/serverresources.json
I1204 05:52:50.586811 1 cached_discovery.go:72] returning cached discovery info from /root/.kube/cache/discovery/localhost_8080/autoscaling/v1/serverresources.json
I1204 05:52:50.586844 1 cached_discovery.go:72] returning cached discovery info from /root/.kube/cache/discovery/localhost_8080/autoscaling/v2beta1/serverresources.json
I1204 05:52:50.586876 1 cached_discovery.go:72] returning cached discovery info from /root/.kube/cache/discovery/localhost_8080/batch/v1/serverresources.json
I1204 05:52:50.586908 1 cached_discovery.go:72] returning cached discovery info from /root/.kube/cache/discovery/localhost_8080/batch/v1beta1/serverresources.json
I1204 05:52:50.586953 1 cached_discovery.go:72] returning cached discovery info from /root/.kube/cache/discovery/localhost_8080/batch/v2alpha1/serverresources.json
I1204 05:52:50.586992 1 cached_discovery.go:72] returning cached discovery info from /root/.kube/cache/discovery/localhost_8080/certificates.k8s.io/v1beta1/serverresources.json
I1204 05:52:50.587024 1 cached_discovery.go:72] returning cached discovery info from /root/.kube/cache/discovery/localhost_8080/networking.k8s.io/v1/serverresources.json
I1204 05:52:50.587057 1 cached_discovery.go:72] returning cached discovery info from /root/.kube/cache/discovery/localhost_8080/policy/v1beta1/serverresources.json
I1204 05:52:50.587106 1 cached_discovery.go:72] returning cached discovery info from /root/.kube/cache/discovery/localhost_8080/rbac.authorization.k8s.io/v1/serverresources.json
I1204 05:52:50.587154 1 cached_discovery.go:72] returning cached discovery info from /root/.kube/cache/discovery/localhost_8080/rbac.authorization.k8s.io/v1beta1/serverresources.json
I1204 05:52:50.587187 1 cached_discovery.go:72] returning cached discovery info from /root/.kube/cache/discovery/localhost_8080/storage.k8s.io/v1/serverresources.json
I1204 05:52:50.587215 1 cached_discovery.go:72] returning cached discovery info from /root/.kube/cache/discovery/localhost_8080/storage.k8s.io/v1beta1/serverresources.json
I1204 05:52:50.587245 1 cached_discovery.go:72] returning cached discovery info from /root/.kube/cache/discovery/localhost_8080/apiextensions.k8s.io/v1beta1/serverresources.json
I1204 05:52:50.587314 1 round_trippers.go:414] GET http://localhost:8080/apis/metrics.k8s.io/v1beta1
I1204 05:52:50.587320 1 round_trippers.go:421] Request Headers:
I1204 05:52:50.587324 1 round_trippers.go:424] Accept: application/json, */*
I1204 05:52:50.587329 1 round_trippers.go:424] User-Agent: hyperkube/v1.8.4+coreos.0 (linux/amd64) kubernetes/4292f96
I1204 05:52:51.587473 1 round_trippers.go:439] Response Status: in 1000 milliseconds
I1204 05:52:51.587533 1 cached_discovery.go:79] skipped caching discovery info due to Get http://localhost:8080/apis/metrics.k8s.io/v1beta1: net/http: request canceled (Client.Timeout exceeded while awaiting headers)
I1204 05:52:51.587906 1 cached_discovery.go:72] returning cached discovery info from /root/.kube/cache/discovery/localhost_8080/v1/serverresources.json
I1204 05:52:51.588222 1 round_trippers.go:414] GET http://localhost:8080/api/v1/nodes
I1204 05:52:51.588236 1 round_trippers.go:421] Request Headers:
I1204 05:52:51.588244 1 round_trippers.go:424] Accept: application/json
I1204 05:52:51.588251 1 round_trippers.go:424] User-Agent: hyperkube/v1.8.4+coreos.0 (linux/amd64) kubernetes/4292f96
I1204 05:52:51.590393 1 round_trippers.go:439] Response Status: 200 OK in 2 milliseconds
I1204 05:52:51.592600 1 cached_discovery.go:119] returning cached discovery info from /root/.kube/cache/discovery/localhost_8080/servergroups.json
I1204 05:52:51.592671 1 cached_discovery.go:72] returning cached discovery info from /root/.kube/cache/discovery/localhost_8080/apiregistration.k8s.io/v1beta1/serverresources.json
I1204 05:52:51.592779 1 cached_discovery.go:72] returning cached discovery info from /root/.kube/cache/discovery/localhost_8080/extensions/v1beta1/serverresources.json
I1204 05:52:51.592875 1 cached_discovery.go:72] returning cached discovery info from /root/.kube/cache/discovery/localhost_8080/apps/v1beta1/serverresources.json
I1204 05:52:51.592995 1 cached_discovery.go:72] returning cached discovery info from /root/.kube/cache/discovery/localhost_8080/apps/v1beta2/serverresources.json
I1204 05:52:51.593049 1 cached_discovery.go:72] returning cached discovery info from /root/.kube/cache/discovery/localhost_8080/authentication.k8s.io/v1/serverresources.json
I1204 05:52:51.593095 1 cached_discovery.go:72] returning cached discovery info from /root/.kube/cache/discovery/localhost_8080/authentication.k8s.io/v1beta1/serverresources.json
I1204 05:52:51.593153 1 cached_discovery.go:72] returning cached discovery info from /root/.kube/cache/discovery/localhost_8080/authorization.k8s.io/v1/serverresources.json
I1204 05:52:51.593216 1 cached_discovery.go:72] returning cached discovery info from /root/.kube/cache/discovery/localhost_8080/authorization.k8s.io/v1beta1/serverresources.json
I1204 05:52:51.593274 1 cached_discovery.go:72] returning cached discovery info from /root/.kube/cache/discovery/localhost_8080/autoscaling/v1/serverresources.json
I1204 05:52:51.593333 1 cached_discovery.go:72] returning cached discovery info from /root/.kube/cache/discovery/localhost_8080/autoscaling/v2beta1/serverresources.json
I1204 05:52:51.593395 1 cached_discovery.go:72] returning cached discovery info from /root/.kube/cache/discovery/localhost_8080/batch/v1/serverresources.json
I1204 05:52:51.593452 1 cached_discovery.go:72] returning cached discovery info from /root/.kube/cache/discovery/localhost_8080/batch/v1beta1/serverresources.json
I1204 05:52:51.593506 1 cached_discovery.go:72] returning cached discovery info from /root/.kube/cache/discovery/localhost_8080/batch/v2alpha1/serverresources.json
I1204 05:52:51.593591 1 cached_discovery.go:72] returning cached discovery info from /root/.kube/cache/discovery/localhost_8080/certificates.k8s.io/v1beta1/serverresources.json
I1204 05:52:51.593657 1 cached_discovery.go:72] returning cached discovery info from /root/.kube/cache/discovery/localhost_8080/networking.k8s.io/v1/serverresources.json
I1204 05:52:51.593716 1 cached_discovery.go:72] returning cached discovery info from /root/.kube/cache/discovery/localhost_8080/policy/v1beta1/serverresources.json
I1204 05:52:51.593779 1 cached_discovery.go:72] returning cached discovery info from /root/.kube/cache/discovery/localhost_8080/rbac.authorization.k8s.io/v1/serverresources.json
I1204 05:52:51.593838 1 cached_discovery.go:72] returning cached discovery info from /root/.kube/cache/discovery/localhost_8080/rbac.authorization.k8s.io/v1beta1/serverresources.json
I1204 05:52:51.593895 1 cached_discovery.go:72] returning cached discovery info from /root/.kube/cache/discovery/localhost_8080/storage.k8s.io/v1/serverresources.json
I1204 05:52:51.593949 1 cached_discovery.go:72] returning cached discovery info from /root/.kube/cache/discovery/localhost_8080/storage.k8s.io/v1beta1/serverresources.json
I1204 05:52:51.594003 1 cached_discovery.go:72] returning cached discovery info from /root/.kube/cache/discovery/localhost_8080/apiextensions.k8s.io/v1beta1/serverresources.json
I1204 05:52:51.594087 1 round_trippers.go:414] GET http://localhost:8080/apis/metrics.k8s.io/v1beta1
I1204 05:52:51.594100 1 round_trippers.go:421] Request Headers:
I1204 05:52:51.594107 1 round_trippers.go:424] Accept: application/json, */*
I1204 05:52:51.594114 1 round_trippers.go:424] User-Agent: hyperkube/v1.8.4+coreos.0 (linux/amd64) kubernetes/4292f96
I1204 05:52:52.594223 1 round_trippers.go:439] Response Status: in 1000 milliseconds
I1204 05:52:52.594266 1 cached_discovery.go:79] skipped caching discovery info due to Get http://localhost:8080/apis/metrics.k8s.io/v1beta1: net/http: request canceled (Client.Timeout exceeded while awaiting headers)
I1204 05:52:52.594571 1 cached_discovery.go:72] returning cached discovery info from /root/.kube/cache/discovery/localhost_8080/v1/serverresources.json
NAME STATUS ROLES AGE VERSION
ip-10-0-0-164.ap-northeast-1.compute.internal Ready master 1h v1.8.4+coreos.0
ip-10-0-0-165.ap-northeast-1.compute.internal Ready <none> 1h v1.8.4+coreos.0
ip-10-0-0-24.ap-northeast-1.compute.internal Ready master 3m v1.8.4+coreos.0
ip-10-0-0-63.ap-northeast-1.compute.internal Ready <none> 1h v1.8.4+coreos.0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment