I use the following command to build deployment
kubectl run hello-minikube --image=k8s.gcr.io/echoserver:1.10 --port=8080
I described the pod and saw
Normal SuccessfulMountVolume 12s kubelet, minikube MountVolume.SetUp succeeded for volume "default-token-mxld5"
Warning FailedCreatePodSandBox
How can I solve this problem? Thank you
Sorry to hear about that. Do you mind sharing more information about your environment so that it can be replicated? Can you attach the full output for:
minikube ssh "journalctl -u kubelet"
kubectl describe pod hello-minikube
minikube logs
Also, please mention:
Thanks!
I run minikube version: v0.25.0 on Chinese win 10 pro with irtualBox 5.2.8 r121009
kubectl describe pod hello-minikube
Name: hello-minikube-cbf7c5d59-q9c2g
Namespace: default
Node: minikube/192.168.99.101
Start Time: Fri, 21 Sep 2018 10:53:40 +0800
Labels: pod-template-hash=769371815
run=hello-minikube
Annotations:
Status: Pending
IP:
Controlled By: ReplicaSet/hello-minikube-cbf7c5d59
Containers:
hello-minikube:
Container ID:
Image: k8s.gcr.io/echoserver:1.10
Image ID:
Port: 8080/TCP
Host Port: 0/TCP
State: Waiting
Reason: ContainerCreating
Ready: False
Restart Count: 0
Environment:
Mounts:
/var/run/secrets/kubernetes.io/serviceaccount from default-token-ww895 (ro)
Conditions:
Type Status
Initialized True
Ready False
PodScheduled True
Volumes:
default-token-ww895:
Type: Secret (a volume populated by a Secret)
SecretName: default-token-ww895
Optional: false
QoS Class: BestEffort
Node-Selectors:
Tolerations:
Events:
Type Reason Age From Message
---- ------ ---- ---- -------
Normal Scheduled 10s default-scheduler Successfully assigned hello-minikube-cbf7c5d59-q9c2g to minikube
Normal SuccessfulMountVolume 10s kubelet, minikube MountVolume.SetUp succeeded for volume "default-token-ww895"
Warning FailedCreatePodSandBox
minikube logs
-- Logs begin at Fri 2018-09-21 02:50:51 UTC, end at Fri 2018-09-21 02:55:00 UTC. --
Sep 21 02:51:44 minikube systemd[1]: Starting Localkube...
Sep 21 02:51:44 minikube localkube[3049]: listening for peers on http://localhost:2380
Sep 21 02:51:44 minikube localkube[3049]: listening for client requests on localhost:2379
Sep 21 02:51:44 minikube localkube[3049]: name = default
Sep 21 02:51:44 minikube localkube[3049]: data dir = /var/lib/localkube/etcd
Sep 21 02:51:44 minikube localkube[3049]: member dir = /var/lib/localkube/etcd/member
Sep 21 02:51:44 minikube localkube[3049]: heartbeat = 100ms
Sep 21 02:51:44 minikube localkube[3049]: election = 1000ms
Sep 21 02:51:44 minikube localkube[3049]: snapshot count = 10000
Sep 21 02:51:44 minikube localkube[3049]: advertise client URLs = http://localhost:2379
Sep 21 02:51:44 minikube localkube[3049]: initial advertise peer URLs = http://localhost:2380
Sep 21 02:51:44 minikube localkube[3049]: initial cluster = default=http://localhost:2380
Sep 21 02:51:44 minikube localkube[3049]: starting member 8e9e05c52164694d in cluster cdf818194e3a8c32
Sep 21 02:51:44 minikube localkube[3049]: 8e9e05c52164694d became follower at term 0
Sep 21 02:51:44 minikube localkube[3049]: newRaft 8e9e05c52164694d [peers: [], term: 0, commit: 0, applied: 0, lastindex: 0, lastterm: 0]
Sep 21 02:51:44 minikube localkube[3049]: 8e9e05c52164694d became follower at term 1
Sep 21 02:51:45 minikube localkube[3049]: starting server... [version: 3.1.10, cluster version: to_be_decided]
Sep 21 02:51:45 minikube localkube[3049]: added member 8e9e05c52164694d [http://localhost:2380] to cluster cdf818194e3a8c32
Sep 21 02:51:45 minikube localkube[3049]: 8e9e05c52164694d is starting a new election at term 1
Sep 21 02:51:45 minikube localkube[3049]: 8e9e05c52164694d became candidate at term 2
Sep 21 02:51:45 minikube localkube[3049]: 8e9e05c52164694d received MsgVoteResp from 8e9e05c52164694d at term 2
Sep 21 02:51:45 minikube localkube[3049]: 8e9e05c52164694d became leader at term 2
Sep 21 02:51:45 minikube localkube[3049]: raft.node: 8e9e05c52164694d elected leader 8e9e05c52164694d at term 2
Sep 21 02:51:45 minikube localkube[3049]: published {Name:default ClientURLs:[http://localhost:2379]} to cluster cdf818194e3a8c32
Sep 21 02:51:45 minikube localkube[3049]: I0921 02:51:45.419437 3049 etcd.go:58] Etcd server is ready
Sep 21 02:51:45 minikube localkube[3049]: setting up the initial cluster version to 3.1
Sep 21 02:51:45 minikube localkube[3049]: ready to serve client requests
Sep 21 02:51:45 minikube localkube[3049]: localkube host ip address: 10.0.2.15
Sep 21 02:51:45 minikube localkube[3049]: serving insecure client requests on 127.0.0.1:2379, this is strongly discouraged!
Sep 21 02:51:45 minikube localkube[3049]: Starting apiserver...
Sep 21 02:51:45 minikube localkube[3049]: Waiting for apiserver to be healthy...
Sep 21 02:51:45 minikube localkube[3049]: I0921 02:51:45.420275 3049 server.go:121] Version: v1.9.0
Sep 21 02:51:45 minikube localkube[3049]: W0921 02:51:45.420450 3049 authentication.go:378] AnonymousAuth is not allowed with the AllowAll authorizer. Resetting AnonymousAuth to false. You should use a different authorizer
Sep 21 02:51:45 minikube localkube[3049]: set the initial cluster version to 3.1
Sep 21 02:51:45 minikube localkube[3049]: enabled capabilities for version 3.1
Sep 21 02:51:45 minikube localkube[3049]: I0921 02:51:45.607887 3049 master.go:225] Using reconciler: master-count
Sep 21 02:51:45 minikube localkube[3049]: [restful] 2018/09/21 02:51:45 log.go:33: [restful/swagger] listing is available at https://10.0.2.15:8443/swaggerapi
Sep 21 02:51:45 minikube localkube[3049]: [restful] 2018/09/21 02:51:45 log.go:33: [restful/swagger] https://10.0.2.15:8443/swaggerui/ is mapped to folder /swagger-ui/
Sep 21 02:51:46 minikube localkube[3049]: I0921 02:51:46.420683 3049 ready.go:30] Performing healthcheck on https://localhost:8443/healthz
Sep 21 02:51:46 minikube localkube[3049]: [restful] 2018/09/21 02:51:46 log.go:33: [restful/swagger] listing is available at https://10.0.2.15:8443/swaggerapi
Sep 21 02:51:46 minikube localkube[3049]: [restful] 2018/09/21 02:51:46 log.go:33: [restful/swagger] https://10.0.2.15:8443/swaggerui/ is mapped to folder /swagger-ui/
Sep 21 02:51:49 minikube localkube[3049]: I0921 02:51:49.667249 3049 serve.go:89] Serving securely on [::]:8443
Sep 21 02:51:49 minikube systemd[1]: Started Localkube.
Sep 21 02:51:49 minikube localkube[3049]: I0921 02:51:49.668755 3049 available_controller.go:262] Starting AvailableConditionController
Sep 21 02:51:49 minikube localkube[3049]: I0921 02:51:49.668907 3049 cache.go:32] Waiting for caches to sync for AvailableConditionController controller
Sep 21 02:51:49 minikube localkube[3049]: I0921 02:51:49.669218 3049 apiservice_controller.go:112] Starting APIServiceRegistrationController
Sep 21 02:51:49 minikube localkube[3049]: I0921 02:51:49.669341 3049 cache.go:32] Waiting for caches to sync for APIServiceRegistrationController controller
Sep 21 02:51:49 minikube localkube[3049]: I0921 02:51:49.669580 3049 controller.go:84] Starting OpenAPI AggregationController
Sep 21 02:51:49 minikube localkube[3049]: I0921 02:51:49.669220 3049 crd_finalizer.go:242] Starting CRDFinalizer
Sep 21 02:51:49 minikube localkube[3049]: I0921 02:51:49.670969 3049 crdregistration_controller.go:110] Starting crd-autoregister controller
Sep 21 02:51:49 minikube localkube[3049]: I0921 02:51:49.671151 3049 controller_utils.go:1019] Waiting for caches to sync for crd-autoregister controller
Sep 21 02:51:49 minikube localkube[3049]: I0921 02:51:49.673937 3049 customresource_discovery_controller.go:152] Starting DiscoveryController
Sep 21 02:51:49 minikube localkube[3049]: I0921 02:51:49.673977 3049 naming_controller.go:274] Starting NamingConditionController
Sep 21 02:51:49 minikube localkube[3049]: I0921 02:51:49.703073 3049 ready.go:49] Got healthcheck response: [+]ping ok
Sep 21 02:51:49 minikube localkube[3049]: [+]etcd ok
Sep 21 02:51:49 minikube localkube[3049]: [+]poststarthook/generic-apiserver-start-informers ok
Sep 21 02:51:49 minikube localkube[3049]: [+]poststarthook/start-apiextensions-informers ok
Sep 21 02:51:49 minikube localkube[3049]: [+]poststarthook/start-apiextensions-controllers ok
Sep 21 02:51:49 minikube localkube[3049]: [-]poststarthook/bootstrap-controller failed: reason withheld
Sep 21 02:51:49 minikube localkube[3049]: [-]poststarthook/ca-registration failed: reason withheld
Sep 21 02:51:49 minikube localkube[3049]: [+]poststarthook/start-kube-apiserver-informers ok
Sep 21 02:51:49 minikube localkube[3049]: [+]poststarthook/start-kube-aggregator-informers ok
Sep 21 02:51:49 minikube localkube[3049]: [+]poststarthook/apiservice-registration-controller ok
Sep 21 02:51:49 minikube localkube[3049]: [+]poststarthook/apiservice-status-available-controller ok
Sep 21 02:51:49 minikube localkube[3049]: [+]poststarthook/apiservice-openapi-controller ok
Sep 21 02:51:49 minikube localkube[3049]: [+]poststarthook/kube-apiserver-autoregistration ok
Sep 21 02:51:49 minikube localkube[3049]: [-]autoregister-completion failed: reason withheld
Sep 21 02:51:49 minikube localkube[3049]: healthz check failed
Sep 21 02:51:49 minikube localkube[3049]: I0921 02:51:49.769196 3049 cache.go:39] Caches are synced for AvailableConditionController controller
Sep 21 02:51:49 minikube localkube[3049]: I0921 02:51:49.770001 3049 cache.go:39] Caches are synced for APIServiceRegistrationController controller
Sep 21 02:51:49 minikube localkube[3049]: I0921 02:51:49.771986 3049 controller_utils.go:1026] Caches are synced for crd-autoregister controller
Sep 21 02:51:49 minikube localkube[3049]: I0921 02:51:49.772160 3049 autoregister_controller.go:136] Starting autoregister controller
Sep 21 02:51:49 minikube localkube[3049]: I0921 02:51:49.772267 3049 cache.go:32] Waiting for caches to sync for autoregister controller
Sep 21 02:51:49 minikube localkube[3049]: I0921 02:51:49.872494 3049 cache.go:39] Caches are synced for autoregister controller
Sep 21 02:51:50 minikube localkube[3049]: I0921 02:51:50.420997 3049 ready.go:30] Performing healthcheck on https://localhost:8443/healthz
Sep 21 02:51:50 minikube localkube[3049]: I0921 02:51:50.429173 3049 ready.go:49] Got healthcheck response: [+]ping ok
Sep 21 02:51:50 minikube localkube[3049]: [+]etcd ok
Sep 21 02:51:50 minikube localkube[3049]: [+]poststarthook/generic-apiserver-start-informers ok
Sep 21 02:51:50 minikube localkube[3049]: [+]poststarthook/start-apiextensions-informers ok
Sep 21 02:51:50 minikube localkube[3049]: [+]poststarthook/start-apiextensions-controllers ok
Sep 21 02:51:50 minikube localkube[3049]: [-]poststarthook/bootstrap-controller failed: reason withheld
Sep 21 02:51:50 minikube localkube[3049]: [-]poststarthook/ca-registration failed: reason withheld
Sep 21 02:51:50 minikube localkube[3049]: [+]poststarthook/start-kube-apiserver-informers ok
Sep 21 02:51:50 minikube localkube[3049]: [+]poststarthook/start-kube-aggregator-informers ok
Sep 21 02:51:50 minikube localkube[3049]: [+]poststarthook/apiservice-registration-controller ok
Sep 21 02:51:50 minikube localkube[3049]: [+]poststarthook/apiservice-status-available-controller ok
Sep 21 02:51:50 minikube localkube[3049]: [+]poststarthook/apiservice-openapi-controller ok
Sep 21 02:51:50 minikube localkube[3049]: [+]poststarthook/kube-apiserver-autoregistration ok
Sep 21 02:51:50 minikube localkube[3049]: [-]autoregister-completion failed: reason withheld
Sep 21 02:51:50 minikube localkube[3049]: healthz check failed
Sep 21 02:51:50 minikube localkube[3049]: I0921 02:51:50.889431 3049 controller.go:538] quota admission added evaluator for: { endpoints}
Sep 21 02:51:51 minikube localkube[3049]: I0921 02:51:51.422128 3049 ready.go:30] Performing healthcheck on https://localhost:8443/healthz
Sep 21 02:51:51 minikube localkube[3049]: I0921 02:51:51.431647 3049 ready.go:49] Got healthcheck response: ok
Sep 21 02:51:51 minikube localkube[3049]: apiserver is ready!
Sep 21 02:51:51 minikube localkube[3049]: Starting controller-manager...
Sep 21 02:51:51 minikube localkube[3049]: Waiting for controller-manager to be healthy...
Sep 21 02:51:51 minikube localkube[3049]: I0921 02:51:51.431830 3049 controllermanager.go:108] Version: v1.9.0
Sep 21 02:51:51 minikube localkube[3049]: I0921 02:51:51.436509 3049 leaderelection.go:174] attempting to acquire leader lease...
Sep 21 02:51:51 minikube localkube[3049]: I0921 02:51:51.451535 3049 leaderelection.go:184] successfully acquired lease kube-system/kube-controller-manager
Sep 21 02:51:51 minikube localkube[3049]: I0921 02:51:51.454204 3049 event.go:218] Event(v1.ObjectReference{Kind:"Endpoints", Namespace:"kube-system", Name:"kube-controller-manager", UID:"4a78e886-bd49-11e8-b2a6-080027f0cc2a", APIVersion:"v1", ResourceVersion:"40", FieldPath:""}): type: 'Normal' reason: 'LeaderElection' minikube became leader
Sep 21 02:51:51 minikube localkube[3049]: I0921 02:51:51.605421 3049 plugins.go:101] No cloud provider specified.
Sep 21 02:51:51 minikube localkube[3049]: I0921 02:51:51.607106 3049 controller_utils.go:1019] Waiting for caches to sync for tokens controller
Sep 21 02:51:51 minikube localkube[3049]: I0921 02:51:51.608344 3049 controllermanager.go:493] Started "replicationcontroller"
Sep 21 02:51:51 minikube localkube[3049]: W0921 02:51:51.608368 3049 controllermanager.go:477] "bootstrapsigner" is disabled
Sep 21 02:51:51 minikube localkube[3049]: I0921 02:51:51.609320 3049 controllermanager.go:493] Started "endpoint"
Sep 21 02:51:51 minikube localkube[3049]: I0921 02:51:51.610691 3049 replica_set.go:183] Starting replicationcontroller controller
Sep 21 02:51:51 minikube localkube[3049]: I0921 02:51:51.610713 3049 controller_utils.go:1019] Waiting for caches to sync for ReplicationController controller
Sep 21 02:51:51 minikube localkube[3049]: I0921 02:51:51.611391 3049 endpoints_controller.go:153] Starting endpoint controller
Sep 21 02:51:51 minikube localkube[3049]: I0921 02:51:51.611409 3049 controller_utils.go:1019] Waiting for caches to sync for endpoint controller
Sep 21 02:51:51 minikube localkube[3049]: I0921 02:51:51.611435 3049 controllermanager.go:493] Started "podgc"
Sep 21 02:51:51 minikube localkube[3049]: I0921 02:51:51.612031 3049 gc_controller.go:76] Starting GC controller
Sep 21 02:51:51 minikube localkube[3049]: I0921 02:51:51.612145 3049 controller_utils.go:1019] Waiting for caches to sync for GC controller
Sep 21 02:51:51 minikube localkube[3049]: I0921 02:51:51.708081 3049 controller_utils.go:1026] Caches are synced for tokens controller
Sep 21 02:51:51 minikube localkube[3049]: W0921 02:51:51.713060 3049 shared_informer.go:310] resyncPeriod 59478255374441 is smaller than resyncCheckPeriod 78276958146727 and the informer has already started. Changing it to 78276958146727
Sep 21 02:51:51 minikube localkube[3049]: I0921 02:51:51.713258 3049 resource_quota_monitor.go:215] QuotaMonitor created object count evaluator for { endpoints}
Sep 21 02:51:51 minikube localkube[3049]: I0921 02:51:51.713386 3049 resource_quota_monitor.go:215] QuotaMonitor created object count evaluator for {apps controllerrevisions}
Sep 21 02:51:51 minikube localkube[3049]: I0921 02:51:51.713493 3049 resource_quota_monitor.go:215] QuotaMonitor created object count evaluator for {autoscaling horizontalpodautoscalers}
Sep 21 02:51:51 minikube localkube[3049]: I0921 02:51:51.713597 3049 resource_quota_monitor.go:215] QuotaMonitor created object count evaluator for {rbac.authorization.k8s.io roles}
Sep 21 02:51:51 minikube localkube[3049]: I0921 02:51:51.713704 3049 resource_quota_monitor.go:215] QuotaMonitor created object count evaluator for {settings.k8s.io podpresets}
Sep 21 02:51:51 minikube localkube[3049]: I0921 02:51:51.713904 3049 resource_quota_monitor.go:215] QuotaMonitor created object count evaluator for {extensions replicasets}
Sep 21 02:51:51 minikube localkube[3049]: I0921 02:51:51.714034 3049 resource_quota_monitor.go:215] QuotaMonitor created object count evaluator for {batch jobs}
Sep 21 02:51:51 minikube localkube[3049]: W0921 02:51:51.714146 3049 shared_informer.go:310] resyncPeriod 71730508848468 is smaller than resyncCheckPeriod 78276958146727 and the informer has already started. Changing it to 78276958146727
Sep 21 02:51:51 minikube localkube[3049]: I0921 02:51:51.714241 3049 resource_quota_monitor.go:215] QuotaMonitor created object count evaluator for { serviceaccounts}
Sep 21 02:51:51 minikube localkube[3049]: I0921 02:51:51.714383 3049 resource_quota_monitor.go:215] QuotaMonitor created object count evaluator for {extensions deployments}
Sep 21 02:51:51 minikube localkube[3049]: I0921 02:51:51.714520 3049 resource_quota_monitor.go:215] QuotaMonitor created object count evaluator for {extensions ingresses}
Sep 21 02:51:51 minikube localkube[3049]: I0921 02:51:51.714623 3049 resource_quota_monitor.go:215] QuotaMonitor created object count evaluator for {apps deployments}
Sep 21 02:51:51 minikube localkube[3049]: I0921 02:51:51.714721 3049 resource_quota_monitor.go:215] QuotaMonitor created object count evaluator for {batch cronjobs}
Sep 21 02:51:51 minikube localkube[3049]: I0921 02:51:51.714888 3049 resource_quota_monitor.go:215] QuotaMonitor created object count evaluator for {extensions daemonsets}
Sep 21 02:51:51 minikube localkube[3049]: I0921 02:51:51.714999 3049 resource_quota_monitor.go:215] QuotaMonitor created object count evaluator for {apps statefulsets}
Sep 21 02:51:51 minikube localkube[3049]: I0921 02:51:51.715094 3049 resource_quota_monitor.go:215] QuotaMonitor created object count evaluator for {rbac.authorization.k8s.io rolebindings}
Sep 21 02:51:51 minikube localkube[3049]: I0921 02:51:51.715198 3049 resource_quota_monitor.go:215] QuotaMonitor created object count evaluator for {apps replicasets}
Sep 21 02:51:51 minikube localkube[3049]: I0921 02:51:51.715298 3049 resource_quota_monitor.go:215] QuotaMonitor created object count evaluator for {apps daemonsets}
Sep 21 02:51:51 minikube localkube[3049]: I0921 02:51:51.715395 3049 resource_quota_monitor.go:215] QuotaMonitor created object count evaluator for {events.k8s.io events}
Sep 21 02:51:51 minikube localkube[3049]: I0921 02:51:51.715490 3049 resource_quota_monitor.go:215] QuotaMonitor created object count evaluator for {networking.k8s.io networkpolicies}
Sep 21 02:51:51 minikube localkube[3049]: I0921 02:51:51.715592 3049 resource_quota_monitor.go:215] QuotaMonitor created object count evaluator for { limitranges}
Sep 21 02:51:51 minikube localkube[3049]: I0921 02:51:51.715691 3049 resource_quota_monitor.go:215] QuotaMonitor created object count evaluator for {policy poddisruptionbudgets}
Sep 21 02:51:51 minikube localkube[3049]: I0921 02:51:51.715818 3049 resource_quota_monitor.go:215] QuotaMonitor created object count evaluator for { podtemplates}
Sep 21 02:51:51 minikube localkube[3049]: I0921 02:51:51.715948 3049 controllermanager.go:493] Started "resourcequota"
Sep 21 02:51:51 minikube localkube[3049]: I0921 02:51:51.716044 3049 resource_quota_controller.go:274] Starting resource quota controller
Sep 21 02:51:51 minikube localkube[3049]: I0921 02:51:51.718146 3049 controller_utils.go:1019] Waiting for caches to sync for resource quota controller
Sep 21 02:51:51 minikube localkube[3049]: I0921 02:51:51.718194 3049 resource_quota_monitor.go:288] QuotaMonitor running
Sep 21 02:51:52 minikube localkube[3049]: controller-manager is ready!
Sep 21 02:51:52 minikube localkube[3049]: Starting scheduler...
Sep 21 02:51:52 minikube localkube[3049]: Waiting for scheduler to be healthy...
Sep 21 02:51:52 minikube localkube[3049]: W0921 02:51:52.433190 3049 server.go:383] unable to register configz: register config "componentconfig" twice
Sep 21 02:51:52 minikube localkube[3049]: I0921 02:51:52.436413 3049 server.go:551] Version: v1.9.0
Sep 21 02:51:52 minikube localkube[3049]: I0921 02:51:52.436743 3049 server.go:570] starting healthz server on 0.0.0.0:10251
Sep 21 02:51:53 minikube localkube[3049]: I0921 02:51:53.242126 3049 controller_utils.go:1019] Waiting for caches to sync for scheduler controller
Sep 21 02:51:53 minikube localkube[3049]: I0921 02:51:53.343624 3049 controller_utils.go:1026] Caches are synced for scheduler controller
Sep 21 02:51:53 minikube localkube[3049]: I0921 02:51:53.420921 3049 controllermanager.go:493] Started "garbagecollector"
Sep 21 02:51:53 minikube localkube[3049]: I0921 02:51:53.421236 3049 garbagecollector.go:136] Starting garbage collector controller
Sep 21 02:51:53 minikube localkube[3049]: I0921 02:51:53.421352 3049 controller_utils.go:1019] Waiting for caches to sync for garbage collector controller
Sep 21 02:51:53 minikube localkube[3049]: I0921 02:51:53.421451 3049 graph_builder.go:321] GraphBuilder running
Sep 21 02:51:53 minikube localkube[3049]: I0921 02:51:53.421939 3049 controllermanager.go:493] Started "disruption"
Sep 21 02:51:53 minikube localkube[3049]: I0921 02:51:53.422562 3049 disruption.go:288] Starting disruption controller
Sep 21 02:51:53 minikube localkube[3049]: I0921 02:51:53.422669 3049 controller_utils.go:1019] Waiting for caches to sync for disruption controller
Sep 21 02:51:53 minikube localkube[3049]: I0921 02:51:53.422882 3049 controllermanager.go:493] Started "cronjob"
Sep 21 02:51:53 minikube localkube[3049]: I0921 02:51:53.423545 3049 cronjob_controller.go:103] Starting CronJob Manager
Sep 21 02:51:53 minikube localkube[3049]: I0921 02:51:53.423682 3049 controllermanager.go:493] Started "csrcleaner"
Sep 21 02:51:53 minikube localkube[3049]: W0921 02:51:53.423699 3049 controllermanager.go:477] "tokencleaner" is disabled
Sep 21 02:51:53 minikube localkube[3049]: I0921 02:51:53.424555 3049 controllermanager.go:493] Started "clusterrole-aggregation"
Sep 21 02:51:53 minikube localkube[3049]: I0921 02:51:53.425592 3049 cleaner.go:81] Starting CSR cleaner controller
Sep 21 02:51:53 minikube localkube[3049]: I0921 02:51:53.425693 3049 clusterroleaggregation_controller.go:148] Starting ClusterRoleAggregator
Sep 21 02:51:53 minikube localkube[3049]: I0921 02:51:53.425702 3049 controller_utils.go:1019] Waiting for caches to sync for ClusterRoleAggregator controller
Sep 21 02:51:53 minikube localkube[3049]: scheduler is ready!
Sep 21 02:51:53 minikube localkube[3049]: Starting kubelet...
Sep 21 02:51:53 minikube localkube[3049]: Waiting for kubelet to be healthy...
Sep 21 02:51:53 minikube localkube[3049]: I0921 02:51:53.433612 3049 server.go:182] Version: v1.9.0
Sep 21 02:51:53 minikube localkube[3049]: I0921 02:51:53.433718 3049 feature_gate.go:220] feature gates: &{{} map[]}
Sep 21 02:51:53 minikube localkube[3049]: W0921 02:51:53.433888 3049 server.go:280] --require-kubeconfig is deprecated. Set --kubeconfig without using --require-kubeconfig.
Sep 21 02:51:53 minikube localkube[3049]: I0921 02:51:53.449495 3049 controllermanager.go:493] Started "namespace"
Sep 21 02:51:53 minikube localkube[3049]: I0921 02:51:53.450767 3049 controllermanager.go:493] Started "deployment"
Sep 21 02:51:53 minikube localkube[3049]: I0921 02:51:53.451860 3049 deployment_controller.go:153] Starting deployment controller
Sep 21 02:51:53 minikube localkube[3049]: I0921 02:51:53.452993 3049 controller_utils.go:1019] Waiting for caches to sync for deployment controller
Sep 21 02:51:53 minikube localkube[3049]: I0921 02:51:53.451876 3049 namespace_controller.go:186] Starting namespace controller
Sep 21 02:51:53 minikube localkube[3049]: I0921 02:51:53.453169 3049 controller_utils.go:1019] Waiting for caches to sync for namespace controller
Sep 21 02:51:53 minikube localkube[3049]: I0921 02:51:53.456401 3049 controllermanager.go:493] Started "csrapproving"
Sep 21 02:51:53 minikube localkube[3049]: I0921 02:51:53.457759 3049 certificate_controller.go:113] Starting certificate controller
Sep 21 02:51:53 minikube localkube[3049]: I0921 02:51:53.457870 3049 controller_utils.go:1019] Waiting for caches to sync for certificate controller
Sep 21 02:51:53 minikube localkube[3049]: E0921 02:51:53.459246 3049 core.go:73] Failed to start service controller: WARNING: no cloud provider provided, services of type LoadBalancer will fail
Sep 21 02:51:53 minikube localkube[3049]: W0921 02:51:53.459267 3049 controllermanager.go:490] Skipping "service"
Sep 21 02:51:53 minikube localkube[3049]: W0921 02:51:53.459275 3049 controllermanager.go:490] Skipping "pvc-protection"
Sep 21 02:51:53 minikube localkube[3049]: I0921 02:51:53.463538 3049 controllermanager.go:493] Started "job"
Sep 21 02:51:53 minikube localkube[3049]: W0921 02:51:53.463569 3049 controllermanager.go:490] Skipping "csrsigning"
Sep 21 02:51:53 minikube localkube[3049]: I0921 02:51:53.464687 3049 controllermanager.go:493] Started "persistentvolume-binder"
Sep 21 02:51:53 minikube localkube[3049]: I0921 02:51:53.476989 3049 job_controller.go:138] Starting job controller
Sep 21 02:51:53 minikube localkube[3049]: I0921 02:51:53.477008 3049 controller_utils.go:1019] Waiting for caches to sync for job controller
Sep 21 02:51:53 minikube localkube[3049]: I0921 02:51:53.477948 3049 pv_controller_base.go:264] Starting persistent volume controller
Sep 21 02:51:53 minikube localkube[3049]: I0921 02:51:53.478062 3049 controller_utils.go:1019] Waiting for caches to sync for persistent volume controller
Sep 21 02:51:53 minikube localkube[3049]: I0921 02:51:53.538011 3049 plugins.go:101] No cloud provider specified.
Sep 21 02:51:53 minikube localkube[3049]: I0921 02:51:53.564059 3049 server.go:428] --cgroups-per-qos enabled, but --cgroup-root was not specified. defaulting to /
Sep 21 02:51:53 minikube localkube[3049]: I0921 02:51:53.564307 3049 container_manager_linux.go:242] container manager verified user specified cgroup-root exists: /
Sep 21 02:51:53 minikube localkube[3049]: I0921 02:51:53.564356 3049 container_manager_linux.go:247] Creating Container Manager object based on Node Config: {RuntimeCgroupsName: SystemCgroupsName: KubeletCgroupsName: ContainerRuntime:docker CgroupsPerQOS:true CgroupRoot:/ CgroupDriver:cgroupfs KubeletRootDir:/var/lib/kubelet ProtectKernelDefaults:false NodeAllocatableConfig:{KubeReservedCgroupName: SystemReservedCgroupName: EnforceNodeAllocatable:map[pods:{}] KubeReserved:map[] SystemReserved:map[] HardEvictionThresholds:[{Signal:nodefs.available Operator:LessThan Value:{Quantity:
Sep 21 02:51:53 minikube localkube[3049]: I0921 02:51:53.564481 3049 container_manager_linux.go:266] Creating device plugin manager: false
Sep 21 02:51:53 minikube localkube[3049]: I0921 02:51:53.564558 3049 kubelet.go:290] Adding manifest path: /etc/kubernetes/manifests
Sep 21 02:51:53 minikube localkube[3049]: I0921 02:51:53.564582 3049 kubelet.go:313] Watching apiserver
Sep 21 02:51:53 minikube localkube[3049]: I0921 02:51:53.586348 3049 controllermanager.go:493] Started "horizontalpodautoscaling"
Sep 21 02:51:53 minikube localkube[3049]: I0921 02:51:53.590219 3049 controllermanager.go:493] Started "ttl"
Sep 21 02:51:53 minikube localkube[3049]: W0921 02:51:53.594058 3049 probe.go:215] Flexvolume plugin directory at /usr/libexec/kubernetes/kubelet-plugins/volume/exec/ does not exist. Recreating.
Sep 21 02:51:53 minikube localkube[3049]: I0921 02:51:53.597547 3049 controllermanager.go:493] Started "attachdetach"
Sep 21 02:51:53 minikube localkube[3049]: I0921 02:51:53.600939 3049 attach_detach_controller.go:258] Starting attach detach controller
Sep 21 02:51:53 minikube localkube[3049]: I0921 02:51:53.601258 3049 controller_utils.go:1019] Waiting for caches to sync for attach detach controller
Sep 21 02:51:53 minikube localkube[3049]: I0921 02:51:53.601695 3049 horizontal.go:128] Starting HPA controller
Sep 21 02:51:53 minikube localkube[3049]: I0921 02:51:53.601878 3049 controller_utils.go:1019] Waiting for caches to sync for HPA controller
Sep 21 02:51:53 minikube localkube[3049]: I0921 02:51:53.602171 3049 ttl_controller.go:116] Starting TTL controller
Sep 21 02:51:53 minikube localkube[3049]: I0921 02:51:53.602387 3049 controller_utils.go:1019] Waiting for caches to sync for TTL controller
Sep 21 02:51:53 minikube localkube[3049]: W0921 02:51:53.641893 3049 kubelet_network.go:139] Hairpin mode set to "promiscuous-bridge" but kubenet is not enabled, falling back to "hairpin-veth"
Sep 21 02:51:53 minikube localkube[3049]: I0921 02:51:53.642176 3049 kubelet.go:571] Hairpin mode set to "hairpin-veth"
Sep 21 02:51:53 minikube localkube[3049]: I0921 02:51:53.648776 3049 client.go:80] Connecting to docker on unix:///var/run/docker.sock
Sep 21 02:51:53 minikube localkube[3049]: I0921 02:51:53.649201 3049 client.go:109] Start docker client with request timeout=2m0s
Sep 21 02:51:53 minikube localkube[3049]: I0921 02:51:53.708868 3049 controllermanager.go:493] Started "replicaset"
Sep 21 02:51:53 minikube localkube[3049]: I0921 02:51:53.711178 3049 controllermanager.go:493] Started "daemonset"
Sep 21 02:51:53 minikube localkube[3049]: W0921 02:51:53.711220 3049 controllermanager.go:490] Skipping "persistentvolume-expander"
Sep 21 02:51:53 minikube localkube[3049]: I0921 02:51:53.713169 3049 controllermanager.go:493] Started "serviceaccount"
Sep 21 02:51:53 minikube localkube[3049]: I0921 02:51:53.715140 3049 controllermanager.go:493] Started "statefulset"
Sep 21 02:51:53 minikube localkube[3049]: I0921 02:51:53.717072 3049 node_controller.go:246] Sending events to api server.
Sep 21 02:51:53 minikube localkube[3049]: I0921 02:51:53.717257 3049 taint_controller.go:158] Sending events to api server.
Sep 21 02:51:53 minikube localkube[3049]: I0921 02:51:53.717352 3049 controllermanager.go:493] Started "node"
Sep 21 02:51:53 minikube localkube[3049]: I0921 02:51:53.717365 3049 core.go:132] Will not configure cloud provider routes for allocate-node-cidrs: false, configure-cloud-routes: true.
Sep 21 02:51:53 minikube localkube[3049]: W0921 02:51:53.717372 3049 controllermanager.go:490] Skipping "route"
Sep 21 02:51:53 minikube localkube[3049]: I0921 02:51:53.717660 3049 controller_utils.go:1019] Waiting for caches to sync for resource quota controller
Sep 21 02:51:53 minikube localkube[3049]: I0921 02:51:53.718537 3049 replica_set.go:183] Starting replicaset controller
Sep 21 02:51:53 minikube localkube[3049]: I0921 02:51:53.718598 3049 controller_utils.go:1019] Waiting for caches to sync for ReplicaSet controller
Sep 21 02:51:53 minikube localkube[3049]: I0921 02:51:53.718642 3049 daemon_controller.go:232] Starting daemon sets controller
Sep 21 02:51:53 minikube localkube[3049]: I0921 02:51:53.718646 3049 controller_utils.go:1019] Waiting for caches to sync for daemon sets controller
Sep 21 02:51:53 minikube localkube[3049]: I0921 02:51:53.718688 3049 serviceaccounts_controller.go:115] Starting service account controller
Sep 21 02:51:53 minikube localkube[3049]: I0921 02:51:53.718694 3049 controller_utils.go:1019] Waiting for caches to sync for service account controller
Sep 21 02:51:53 minikube localkube[3049]: I0921 02:51:53.718715 3049 stateful_set.go:150] Starting stateful set controller
Sep 21 02:51:53 minikube localkube[3049]: I0921 02:51:53.718719 3049 controller_utils.go:1019] Waiting for caches to sync for stateful set controller
Sep 21 02:51:53 minikube localkube[3049]: I0921 02:51:53.718740 3049 node_controller.go:558] Starting node controller
Sep 21 02:51:53 minikube localkube[3049]: I0921 02:51:53.718744 3049 controller_utils.go:1019] Waiting for caches to sync for node controller
Sep 21 02:51:53 minikube localkube[3049]: I0921 02:51:53.739568 3049 docker_service.go:232] Docker cri networking managed by kubernetes.io/no-op
Sep 21 02:51:53 minikube localkube[3049]: I0921 02:51:53.752128 3049 docker_service.go:237] Docker Info: &{ID:FZGD:3YI2:GT45:6MFB:2HFY:6LYK:MYET:2DMS:FI6L:MOEL:G6J7:HBQ5 Containers:0 ContainersRunning:0 ContainersPaused:0 ContainersStopped:0 Images:0 Driver:overlay2 DriverStatus:[[Backing Filesystem extfs] [Supports d_type true] [Native Overlay Diff true]] SystemStatus:[] Plugins:{Volume:[local] Network:[bridge host macvlan null overlay] Authorization:[] Log:[awslogs fluentd gcplogs gelf journald json-file logentries splunk syslog]} MemoryLimit:true SwapLimit:true KernelMemory:true CPUCfsPeriod:true CPUCfsQuota:true CPUShares:true CPUSet:true IPv4Forwarding:true BridgeNfIptables:true BridgeNfIP6tables:true Debug:false NFd:20 OomKillDisable:true NGoroutines:27 SystemTime:2018-09-21T02:51:53.740716062Z LoggingDriver:json-file CgroupDriver:cgroupfs NEventsListener:0 KernelVersion:4.9.64 OperatingSystem:Buildroot 2017.11 OSType:linux Architecture:x86_64 IndexServerAddress:https://index.docker.io/v1/ RegistryConfig:0xc42416ac40 NCPU:2 MemTotal:2097205248 GenericResources:[] DockerRootDir:/var/lib/docker HTTPProxy: HTTPSProxy: NoProxy: Name:minikube Labels:[provider=virtualbox] ExperimentalBuild:false ServerVersion:17.09.0-ce ClusterStore: ClusterAdvertise: Runtimes:map[runc:{Path:docker-runc Args:[]}] DefaultRuntime:runc Swarm:{NodeID: NodeAddr: LocalNodeState:inactive ControlAvailable:false Error: RemoteManagers:[] Nodes:0 Managers:0 Cluster:
Sep 21 02:51:53 minikube localkube[3049]: I0921 02:51:53.752525 3049 docker_service.go:250] Setting cgroupDriver to cgroupfs
Sep 21 02:51:53 minikube localkube[3049]: I0921 02:51:53.763259 3049 controller_utils.go:1026] Caches are synced for certificate controller
Sep 21 02:51:53 minikube localkube[3049]: I0921 02:51:53.763412 3049 controller_utils.go:1026] Caches are synced for namespace controller
Sep 21 02:51:53 minikube localkube[3049]: I0921 02:51:53.785845 3049 remote_runtime.go:43] Connecting to runtime service unix:///var/run/dockershim.sock
Sep 21 02:51:53 minikube localkube[3049]: I0921 02:51:53.787928 3049 kuberuntime_manager.go:186] Container runtime docker initialized, version: 17.09.0-ce, apiVersion: 1.32.0
Sep 21 02:51:53 minikube localkube[3049]: I0921 02:51:53.788050 3049 kuberuntime_manager.go:918] updating runtime config through cri with podcidr 10.180.1.0/24
Sep 21 02:51:53 minikube localkube[3049]: I0921 02:51:53.788171 3049 docker_service.go:343] docker cri received runtime config &RuntimeConfig{NetworkConfig:&NetworkConfig{PodCidr:10.180.1.0/24,},}
Sep 21 02:51:53 minikube localkube[3049]: I0921 02:51:53.789241 3049 kubelet_network.go:196] Setting Pod CIDR: -> 10.180.1.0/24
Sep 21 02:51:53 minikube localkube[3049]: I0921 02:51:53.798337 3049 server.go:755] Started kubelet
Sep 21 02:51:53 minikube localkube[3049]: E0921 02:51:53.798835 3049 kubelet.go:1275] Image garbage collection failed once. Stats initialization may not have completed yet: failed to get imageFs info: unable to find data for container /
Sep 21 02:51:53 minikube localkube[3049]: I0921 02:51:53.799344 3049 kubelet_node_status.go:273] Setting node annotation to enable volume controller attach/detach
Sep 21 02:51:53 minikube localkube[3049]: I0921 02:51:53.799685 3049 server.go:129] Starting to listen on 0.0.0.0:10250
Sep 21 02:51:53 minikube localkube[3049]: I0921 02:51:53.800397 3049 server.go:299] Adding debug handlers to kubelet server.
Sep 21 02:51:53 minikube localkube[3049]: I0921 02:51:53.803433 3049 controller_utils.go:1026] Caches are synced for TTL controller
Sep 21 02:51:53 minikube localkube[3049]: I0921 02:51:53.803806 3049 controller_utils.go:1026] Caches are synced for HPA controller
Sep 21 02:51:53 minikube localkube[3049]: I0921 02:51:53.818471 3049 fs_resource_analyzer.go:66] Starting FS ResourceAnalyzer
Sep 21 02:51:53 minikube localkube[3049]: I0921 02:51:53.818679 3049 status_manager.go:140] Starting to sync pod status with apiserver
Sep 21 02:51:53 minikube localkube[3049]: I0921 02:51:53.818842 3049 kubelet.go:1767] Starting kubelet main sync loop.
Sep 21 02:51:53 minikube localkube[3049]: I0921 02:51:53.818953 3049 kubelet.go:1778] skipping pod synchronization - [container runtime is down PLEG is not healthy: pleg was last seen active 2562047h47m16.854775807s ago; threshold is 3m0s]
Sep 21 02:51:53 minikube localkube[3049]: E0921 02:51:53.818760 3049 container_manager_linux.go:583] [ContainerManager]: Fail to get rootfs information unable to find data for container /
Sep 21 02:51:53 minikube localkube[3049]: I0921 02:51:53.818779 3049 volume_manager.go:247] Starting Kubelet Volume Manager
Sep 21 02:51:53 minikube localkube[3049]: I0921 02:51:53.823329 3049 controller_utils.go:1026] Caches are synced for service account controller
Sep 21 02:51:53 minikube localkube[3049]: I0921 02:51:53.825742 3049 controller.go:538] quota admission added evaluator for: { serviceaccounts}
Sep 21 02:51:53 minikube localkube[3049]: I0921 02:51:53.826568 3049 controller_utils.go:1026] Caches are synced for ClusterRoleAggregator controller
Sep 21 02:51:53 minikube localkube[3049]: I0921 02:51:53.919398 3049 kubelet_node_status.go:273] Setting node annotation to enable volume controller attach/detach
Sep 21 02:51:53 minikube localkube[3049]: I0921 02:51:53.921485 3049 kubelet_node_status.go:82] Attempting to register node minikube
Sep 21 02:51:54 minikube localkube[3049]: I0921 02:51:54.011091 3049 controller_utils.go:1026] Caches are synced for ReplicationController controller
Sep 21 02:51:54 minikube localkube[3049]: I0921 02:51:54.012990 3049 controller_utils.go:1026] Caches are synced for GC controller
Sep 21 02:51:54 minikube localkube[3049]: I0921 02:51:54.019826 3049 controller_utils.go:1026] Caches are synced for node controller
Sep 21 02:51:54 minikube localkube[3049]: I0921 02:51:54.019892 3049 controller_utils.go:1026] Caches are synced for stateful set controller
Sep 21 02:51:54 minikube localkube[3049]: I0921 02:51:54.019994 3049 taint_controller.go:181] Starting NoExecuteTaintManager
Sep 21 02:51:54 minikube localkube[3049]: I0921 02:51:54.020017 3049 controller_utils.go:1026] Caches are synced for daemon sets controller
Sep 21 02:51:54 minikube localkube[3049]: I0921 02:51:54.020351 3049 controller_utils.go:1026] Caches are synced for ReplicaSet controller
Sep 21 02:51:54 minikube localkube[3049]: I0921 02:51:54.022823 3049 controller_utils.go:1026] Caches are synced for disruption controller
Sep 21 02:51:54 minikube localkube[3049]: I0921 02:51:54.022841 3049 disruption.go:296] Sending events to api server.
Sep 21 02:51:54 minikube localkube[3049]: I0921 02:51:54.053805 3049 controller_utils.go:1026] Caches are synced for deployment controller
Sep 21 02:51:54 minikube localkube[3049]: I0921 02:51:54.078148 3049 kubelet_node_status.go:85] Successfully registered node minikube
Sep 21 02:51:54 minikube localkube[3049]: E0921 02:51:54.079388 3049 actual_state_of_world.go:491] Failed to update statusUpdateNeeded field in actual state of world: Failed to set statusUpdateNeeded to needed true because nodeName="minikube" does not exist
Sep 21 02:51:54 minikube localkube[3049]: I0921 02:51:54.082117 3049 kuberuntime_manager.go:918] updating runtime config through cri with podcidr
Sep 21 02:51:54 minikube localkube[3049]: I0921 02:51:54.082280 3049 controller_utils.go:1026] Caches are synced for job controller
Sep 21 02:51:54 minikube localkube[3049]: I0921 02:51:54.082607 3049 docker_service.go:343] docker cri received runtime config &RuntimeConfig{NetworkConfig:&NetworkConfig{PodCidr:,},}
Sep 21 02:51:54 minikube localkube[3049]: I0921 02:51:54.082801 3049 kubelet_network.go:196] Setting Pod CIDR: 10.180.1.0/24 ->
Sep 21 02:51:54 minikube localkube[3049]: I0921 02:51:54.102849 3049 controller_utils.go:1026] Caches are synced for attach detach controller
Sep 21 02:51:54 minikube localkube[3049]: I0921 02:51:54.213119 3049 controller_utils.go:1026] Caches are synced for endpoint controller
Sep 21 02:51:54 minikube localkube[3049]: I0921 02:51:54.217998 3049 controller_utils.go:1026] Caches are synced for resource quota controller
Sep 21 02:51:54 minikube localkube[3049]: I0921 02:51:54.218763 3049 controller_utils.go:1026] Caches are synced for resource quota controller
Sep 21 02:51:54 minikube localkube[3049]: I0921 02:51:54.278460 3049 controller_utils.go:1026] Caches are synced for persistent volume controller
Sep 21 02:51:54 minikube localkube[3049]: I0921 02:51:54.321619 3049 controller_utils.go:1026] Caches are synced for garbage collector controller
Sep 21 02:51:54 minikube localkube[3049]: I0921 02:51:54.321656 3049 garbagecollector.go:145] Garbage collector: all resource monitors have synced. Proceeding to collect garbage
Sep 21 02:51:54 minikube localkube[3049]: kubelet is ready!
Sep 21 02:51:54 minikube localkube[3049]: Starting proxy...
Sep 21 02:51:54 minikube localkube[3049]: Waiting for proxy to be healthy...
Sep 21 02:51:54 minikube localkube[3049]: I0921 02:51:54.442556 3049 server_others.go:138] Using iptables Proxier.
Sep 21 02:51:54 minikube localkube[3049]: W0921 02:51:54.666121 3049 proxier.go:468] clusterCIDR not specified, unable to distinguish between internal and external traffic
Sep 21 02:51:54 minikube localkube[3049]: I0921 02:51:54.666526 3049 server_others.go:171] Tearing down inactive rules.
Sep 21 02:51:54 minikube localkube[3049]: I0921 02:51:54.684810 3049 server.go:430] Version: v1.9.0
Sep 21 02:51:54 minikube localkube[3049]: E0921 02:51:54.685460 3049 healthcheck.go:317] Failed to start node healthz on 0: listen tcp: address 0: missing port in address
Sep 21 02:51:54 minikube localkube[3049]: I0921 02:51:54.688856 3049 config.go:202] Starting service config controller
Sep 21 02:51:54 minikube localkube[3049]: I0921 02:51:54.689036 3049 controller_utils.go:1019] Waiting for caches to sync for service config controller
Sep 21 02:51:54 minikube localkube[3049]: I0921 02:51:54.689013 3049 config.go:102] Starting endpoints config controller
Sep 21 02:51:54 minikube localkube[3049]: I0921 02:51:54.689282 3049 controller_utils.go:1019] Waiting for caches to sync for endpoints config controller
Sep 21 02:51:54 minikube localkube[3049]: I0921 02:51:54.789773 3049 controller_utils.go:1026] Caches are synced for endpoints config controller
Sep 21 02:51:54 minikube localkube[3049]: I0921 02:51:54.789808 3049 controller_utils.go:1026] Caches are synced for service config controller
Sep 21 02:51:54 minikube localkube[3049]: E0921 02:51:54.823010 3049 container_manager_linux.go:583] [ContainerManager]: Fail to get rootfs information unable to find data for container /
Sep 21 02:51:55 minikube localkube[3049]: proxy is ready!
Sep 21 02:51:55 minikube localkube[3049]: E0921 02:51:55.823241 3049 container_manager_linux.go:583] [ContainerManager]: Fail to get rootfs information unable to find data for container /
Sep 21 02:51:56 minikube localkube[3049]: I0921 02:51:56.618627 3049 controller_utils.go:1019] Waiting for caches to sync for garbage collector controller
Sep 21 02:51:56 minikube localkube[3049]: I0921 02:51:56.719125 3049 controller_utils.go:1026] Caches are synced for garbage collector controller
Sep 21 02:51:58 minikube localkube[3049]: I0921 02:51:58.923536 3049 reconciler.go:217] operationExecutor.VerifyControllerAttachedVolume started for volume "addons" (UniqueName: "kubernetes.io/host-path/c4c3188325a93a2d7fb1714e1abf1259-addons") pod "kube-addon-manager-minikube" (UID: "c4c3188325a93a2d7fb1714e1abf1259")
Sep 21 02:51:58 minikube localkube[3049]: I0921 02:51:58.923592 3049 reconciler.go:217] operationExecutor.VerifyControllerAttachedVolume started for volume "kubeconfig" (UniqueName: "kubernetes.io/host-path/c4c3188325a93a2d7fb1714e1abf1259-kubeconfig") pod "kube-addon-manager-minikube" (UID: "c4c3188325a93a2d7fb1714e1abf1259")
Sep 21 02:51:59 minikube localkube[3049]: I0921 02:51:59.020092 3049 node_controller.go:611] Initializing eviction metric for zone:
Sep 21 02:51:59 minikube localkube[3049]: W0921 02:51:59.020140 3049 node_controller.go:964] Missing timestamp for Node minikube. Assuming now as a timestamp.
Sep 21 02:51:59 minikube localkube[3049]: I0921 02:51:59.020188 3049 node_controller.go:830] Controller detected that all Nodes are not-Ready. Entering master disruption mode.
Sep 21 02:51:59 minikube localkube[3049]: I0921 02:51:59.020471 3049 event.go:218] Event(v1.ObjectReference{Kind:"Node", Namespace:"", Name:"minikube", UID:"4bf22b26-bd49-11e8-b2a6-080027f0cc2a", APIVersion:"", ResourceVersion:"", FieldPath:""}): type: 'Normal' reason: 'RegisteredNode' Node minikube event: Registered Node minikube in Controller
Sep 21 02:52:09 minikube localkube[3049]: I0921 02:52:09.020558 3049 node_controller.go:857] Controller detected that some Nodes are Ready. Exiting master disruption mode.
Sep 21 02:52:14 minikube localkube[3049]: E0921 02:52:14.147049 3049 remote_runtime.go:92] RunPodSandbox from runtime service failed: rpc error: code = Unknown desc = failed pulling image "gcr.io/google_containers/pause-amd64:3.0": Error response from daemon: Get https://gcr.io/v2/: net/http: request canceled while waiting for connection (Client.Timeout exceeded while awaiting headers)
Sep 21 02:52:14 minikube localkube[3049]: E0921 02:52:14.147107 3049 kuberuntime_sandbox.go:54] CreatePodSandbox for pod "kube-addon-manager-minikube_kube-system(c4c3188325a93a2d7fb1714e1abf1259)" failed: rpc error: code = Unknown desc = failed pulling image "gcr.io/google_containers/pause-amd64:3.0": Error response from daemon: Get https://gcr.io/v2/: net/http: request canceled while waiting for connection (Client.Timeout exceeded while awaiting headers)
Sep 21 02:52:14 minikube localkube[3049]: E0921 02:52:14.147118 3049 kuberuntime_manager.go:647] createPodSandbox for pod "kube-addon-manager-minikube_kube-system(c4c3188325a93a2d7fb1714e1abf1259)" failed: rpc error: code = Unknown desc = failed pulling image "gcr.io/google_containers/pause-amd64:3.0": Error response from daemon: Get https://gcr.io/v2/: net/http: request canceled while waiting for connection (Client.Timeout exceeded while awaiting headers)
Sep 21 02:52:14 minikube localkube[3049]: E0921 02:52:14.147179 3049 pod_workers.go:186] Error syncing pod c4c3188325a93a2d7fb1714e1abf1259 ("kube-addon-manager-minikube_kube-system(c4c3188325a93a2d7fb1714e1abf1259)"), skipping: failed to "CreatePodSandbox" for "kube-addon-manager-minikube_kube-system(c4c3188325a93a2d7fb1714e1abf1259)" with CreatePodSandboxError: "CreatePodSandbox for pod \"kube-addon-manager-minikube_kube-system(c4c3188325a93a2d7fb1714e1abf1259)\" failed: rpc error: code = Unknown desc = failed pulling image \"gcr.io/google_containers/pause-amd64:3.0\": Error response from daemon: Get https://gcr.io/v2/: net/http: request canceled while waiting for connection (Client.Timeout exceeded while awaiting headers)"
Sep 21 02:52:30 minikube localkube[3049]: E0921 02:52:30.185653 3049 remote_runtime.go:92] RunPodSandbox from runtime service failed: rpc error: code = Unknown desc = failed pulling image "gcr.io/google_containers/pause-amd64:3.0": Error response from daemon: Get https://gcr.io/v2/: net/http: request canceled while waiting for connection (Client.Timeout exceeded while awaiting headers)
Sep 21 02:52:30 minikube localkube[3049]: E0921 02:52:30.185933 3049 kuberuntime_sandbox.go:54] CreatePodSandbox for pod "kube-addon-manager-minikube_kube-system(c4c3188325a93a2d7fb1714e1abf1259)" failed: rpc error: code = Unknown desc = failed pulling image "gcr.io/google_containers/pause-amd64:3.0": Error response from daemon: Get https://gcr.io/v2/: net/http: request canceled while waiting for connection (Client.Timeout exceeded while awaiting headers)
Sep 21 02:52:30 minikube localkube[3049]: E0921 02:52:30.186072 3049 kuberuntime_manager.go:647] createPodSandbox for pod "kube-addon-manager-minikube_kube-system(c4c3188325a93a2d7fb1714e1abf1259)" failed: rpc error: code = Unknown desc = failed pulling image "gcr.io/google_containers/pause-amd64:3.0": Error response from daemon: Get https://gcr.io/v2/: net/http: request canceled while waiting for connection (Client.Timeout exceeded while awaiting headers)
Sep 21 02:52:30 minikube localkube[3049]: E0921 02:52:30.186378 3049 pod_workers.go:186] Error syncing pod c4c3188325a93a2d7fb1714e1abf1259 ("kube-addon-manager-minikube_kube-system(c4c3188325a93a2d7fb1714e1abf1259)"), skipping: failed to "CreatePodSandbox" for "kube-addon-manager-minikube_kube-system(c4c3188325a93a2d7fb1714e1abf1259)" with CreatePodSandboxError: "CreatePodSandbox for pod \"kube-addon-manager-minikube_kube-system(c4c3188325a93a2d7fb1714e1abf1259)\" failed: rpc error: code = Unknown desc = failed pulling image \"gcr.io/google_containers/pause-amd64:3.0\": Error response from daemon: Get https://gcr.io/v2/: net/http: request canceled while waiting for connection (Client.Timeout exceeded while awaiting headers)"
Sep 21 02:52:46 minikube localkube[3049]: E0921 02:52:46.220762 3049 remote_runtime.go:92] RunPodSandbox from runtime service failed: rpc error: code = Unknown desc = failed pulling image "gcr.io/google_containers/pause-amd64:3.0": Error response from daemon: Get https://gcr.io/v2/: net/http: request canceled while waiting for connection (Client.Timeout exceeded while awaiting headers)
Sep 21 02:52:46 minikube localkube[3049]: E0921 02:52:46.221061 3049 kuberuntime_sandbox.go:54] CreatePodSandbox for pod "kube-addon-manager-minikube_kube-system(c4c3188325a93a2d7fb1714e1abf1259)" failed: rpc error: code = Unknown desc = failed pulling image "gcr.io/google_containers/pause-amd64:3.0": Error response from daemon: Get https://gcr.io/v2/: net/http: request canceled while waiting for connection (Client.Timeout exceeded while awaiting headers)
Sep 21 02:52:46 minikube localkube[3049]: E0921 02:52:46.221103 3049 kuberuntime_manager.go:647] createPodSandbox for pod "kube-addon-manager-minikube_kube-system(c4c3188325a93a2d7fb1714e1abf1259)" failed: rpc error: code = Unknown desc = failed pulling image "gcr.io/google_containers/pause-amd64:3.0": Error response from daemon: Get https://gcr.io/v2/: net/http: request canceled while waiting for connection (Client.Timeout exceeded while awaiting headers)
Sep 21 02:52:46 minikube localkube[3049]: E0921 02:52:46.221299 3049 pod_workers.go:186] Error syncing pod c4c3188325a93a2d7fb1714e1abf1259 ("kube-addon-manager-minikube_kube-system(c4c3188325a93a2d7fb1714e1abf1259)"), skipping: failed to "CreatePodSandbox" for "kube-addon-manager-minikube_kube-system(c4c3188325a93a2d7fb1714e1abf1259)" with CreatePodSandboxError: "CreatePodSandbox for pod \"kube-addon-manager-minikube_kube-system(c4c3188325a93a2d7fb1714e1abf1259)\" failed: rpc error: code = Unknown desc = failed pulling image \"gcr.io/google_containers/pause-amd64:3.0\": Error response from daemon: Get https://gcr.io/v2/: net/http: request canceled while waiting for connection (Client.Timeout exceeded while awaiting headers)"
Sep 21 02:52:46 minikube localkube[3049]: apply entries took too long [122.859261ms for 1 entries]
Sep 21 02:52:46 minikube localkube[3049]: avoid queries with large range/delete range!
Sep 21 02:52:54 minikube localkube[3049]: E0921 02:52:54.689179 3049 healthcheck.go:317] Failed to start node healthz on 0: listen tcp: address 0: missing port in address
Sep 21 02:53:02 minikube localkube[3049]: E0921 02:53:02.258994 3049 remote_runtime.go:92] RunPodSandbox from runtime service failed: rpc error: code = Unknown desc = failed pulling image "gcr.io/google_containers/pause-amd64:3.0": Error response from daemon: Get https://gcr.io/v2/: net/http: request canceled while waiting for connection (Client.Timeout exceeded while awaiting headers)
Sep 21 02:53:02 minikube localkube[3049]: E0921 02:53:02.259028 3049 kuberuntime_sandbox.go:54] CreatePodSandbox for pod "kube-addon-manager-minikube_kube-system(c4c3188325a93a2d7fb1714e1abf1259)" failed: rpc error: code = Unknown desc = failed pulling image "gcr.io/google_containers/pause-amd64:3.0": Error response from daemon: Get https://gcr.io/v2/: net/http: request canceled while waiting for connection (Client.Timeout exceeded while awaiting headers)
Sep 21 02:53:02 minikube localkube[3049]: E0921 02:53:02.259039 3049 kuberuntime_manager.go:647] createPodSandbox for pod "kube-addon-manager-minikube_kube-system(c4c3188325a93a2d7fb1714e1abf1259)" failed: rpc error: code = Unknown desc = failed pulling image "gcr.io/google_containers/pause-amd64:3.0": Error response from daemon: Get https://gcr.io/v2/: net/http: request canceled while waiting for connection (Client.Timeout exceeded while awaiting headers)
Sep 21 02:53:02 minikube localkube[3049]: E0921 02:53:02.259080 3049 pod_workers.go:186] Error syncing pod c4c3188325a93a2d7fb1714e1abf1259 ("kube-addon-manager-minikube_kube-system(c4c3188325a93a2d7fb1714e1abf1259)"), skipping: failed to "CreatePodSandbox" for "kube-addon-manager-minikube_kube-system(c4c3188325a93a2d7fb1714e1abf1259)" with CreatePodSandboxError: "CreatePodSandbox for pod \"kube-addon-manager-minikube_kube-system(c4c3188325a93a2d7fb1714e1abf1259)\" failed: rpc error: code = Unknown desc = failed pulling image \"gcr.io/google_containers/pause-amd64:3.0\": Error response from daemon: Get https://gcr.io/v2/: net/http: request canceled while waiting for connection (Client.Timeout exceeded while awaiting headers)"
Sep 21 02:53:18 minikube localkube[3049]: E0921 02:53:18.299997 3049 remote_runtime.go:92] RunPodSandbox from runtime service failed: rpc error: code = Unknown desc = failed pulling image "gcr.io/google_containers/pause-amd64:3.0": Error response from daemon: Get https://gcr.io/v2/: net/http: request canceled while waiting for connection (Client.Timeout exceeded while awaiting headers)
Sep 21 02:53:18 minikube localkube[3049]: E0921 02:53:18.300030 3049 kuberuntime_sandbox.go:54] CreatePodSandbox for pod "kube-addon-manager-minikube_kube-system(c4c3188325a93a2d7fb1714e1abf1259)" failed: rpc error: code = Unknown desc = failed pulling image "gcr.io/google_containers/pause-amd64:3.0": Error response from daemon: Get https://gcr.io/v2/: net/http: request canceled while waiting for connection (Client.Timeout exceeded while awaiting headers)
Sep 21 02:53:18 minikube localkube[3049]: E0921 02:53:18.300040 3049 kuberuntime_manager.go:647] createPodSandbox for pod "kube-addon-manager-minikube_kube-system(c4c3188325a93a2d7fb1714e1abf1259)" failed: rpc error: code = Unknown desc = failed pulling image "gcr.io/google_containers/pause-amd64:3.0": Error response from daemon: Get https://gcr.io/v2/: net/http: request canceled while waiting for connection (Client.Timeout exceeded while awaiting headers)
Sep 21 02:53:18 minikube localkube[3049]: E0921 02:53:18.300081 3049 pod_workers.go:186] Error syncing pod c4c3188325a93a2d7fb1714e1abf1259 ("kube-addon-manager-minikube_kube-system(c4c3188325a93a2d7fb1714e1abf1259)"), skipping: failed to "CreatePodSandbox" for "kube-addon-manager-minikube_kube-system(c4c3188325a93a2d7fb1714e1abf1259)" with CreatePodSandboxError: "CreatePodSandbox for pod \"kube-addon-manager-minikube_kube-system(c4c3188325a93a2d7fb1714e1abf1259)\" failed: rpc error: code = Unknown desc = failed pulling image \"gcr.io/google_containers/pause-amd64:3.0\": Error response from daemon: Get https://gcr.io/v2/: net/http: request canceled while waiting for connection (Client.Timeout exceeded while awaiting headers)"
Sep 21 02:53:34 minikube localkube[3049]: E0921 02:53:34.342080 3049 remote_runtime.go:92] RunPodSandbox from runtime service failed: rpc error: code = Unknown desc = failed pulling image "gcr.io/google_containers/pause-amd64:3.0": Error response from daemon: Get https://gcr.io/v2/: net/http: request canceled while waiting for connection (Client.Timeout exceeded while awaiting headers)
Sep 21 02:53:34 minikube localkube[3049]: E0921 02:53:34.342110 3049 kuberuntime_sandbox.go:54] CreatePodSandbox for pod "kube-addon-manager-minikube_kube-system(c4c3188325a93a2d7fb1714e1abf1259)" failed: rpc error: code = Unknown desc = failed pulling image "gcr.io/google_containers/pause-amd64:3.0": Error response from daemon: Get https://gcr.io/v2/: net/http: request canceled while waiting for connection (Client.Timeout exceeded while awaiting headers)
Sep 21 02:53:34 minikube localkube[3049]: E0921 02:53:34.342120 3049 kuberuntime_manager.go:647] createPodSandbox for pod "kube-addon-manager-minikube_kube-system(c4c3188325a93a2d7fb1714e1abf1259)" failed: rpc error: code = Unknown desc = failed pulling image "gcr.io/google_containers/pause-amd64:3.0": Error response from daemon: Get https://gcr.io/v2/: net/http: request canceled while waiting for connection (Client.Timeout exceeded while awaiting headers)
Sep 21 02:53:34 minikube localkube[3049]: E0921 02:53:34.342164 3049 pod_workers.go:186] Error syncing pod c4c3188325a93a2d7fb1714e1abf1259 ("kube-addon-manager-minikube_kube-system(c4c3188325a93a2d7fb1714e1abf1259)"), skipping: failed to "CreatePodSandbox" for "kube-addon-manager-minikube_kube-system(c4c3188325a93a2d7fb1714e1abf1259)" with CreatePodSandboxError: "CreatePodSandbox for pod \"kube-addon-manager-minikube_kube-system(c4c3188325a93a2d7fb1714e1abf1259)\" failed: rpc error: code = Unknown desc = failed pulling image \"gcr.io/google_containers/pause-amd64:3.0\": Error response from daemon: Get https://gcr.io/v2/: net/http: request canceled while waiting for connection (Client.Timeout exceeded while awaiting headers)"
Sep 21 02:53:39 minikube localkube[3049]: I0921 02:53:39.705003 3049 controller.go:538] quota admission added evaluator for: {apps deployments}
Sep 21 02:53:39 minikube localkube[3049]: I0921 02:53:39.708838 3049 controller.go:538] quota admission added evaluator for: {extensions replicasets}
Sep 21 02:53:39 minikube localkube[3049]: apply entries took too long [142.630289ms for 1 entries]
Sep 21 02:53:39 minikube localkube[3049]: avoid queries with large range/delete range!
Sep 21 02:53:39 minikube localkube[3049]: I0921 02:53:39.948152 3049 event.go:218] Event(v1.ObjectReference{Kind:"Deployment", Namespace:"default", Name:"hello-minikube", UID:"8aff4aba-bd49-11e8-b2a6-080027f0cc2a", APIVersion:"extensions", ResourceVersion:"141", FieldPath:""}): type: 'Normal' reason: 'ScalingReplicaSet' Scaled up replica set hello-minikube-cbf7c5d59 to 1
Sep 21 02:53:40 minikube localkube[3049]: apply entries took too long [334.077761ms for 2 entries]
Sep 21 02:53:40 minikube localkube[3049]: avoid queries with large range/delete range!
Sep 21 02:53:40 minikube localkube[3049]: I0921 02:53:40.434071 3049 event.go:218] Event(v1.ObjectReference{Kind:"ReplicaSet", Namespace:"default", Name:"hello-minikube-cbf7c5d59", UID:"8affde6d-bd49-11e8-b2a6-080027f0cc2a", APIVersion:"extensions", ResourceVersion:"142", FieldPath:""}): type: 'Normal' reason: 'SuccessfulCreate' Created pod: hello-minikube-cbf7c5d59-q9c2g
Sep 21 02:53:40 minikube localkube[3049]: I0921 02:53:40.467104 3049 trace.go:76] Trace[1158976444]: "Create /api/v1/namespaces/default/events" (started: 2018-09-21 02:53:39.949006101 +0000 UTC m=+115.654686456) (total time: 518.073451ms):
Sep 21 02:53:40 minikube localkube[3049]: Trace[1158976444]: [518.035176ms] [518.000698ms] Object stored in database
Sep 21 02:53:40 minikube localkube[3049]: I0921 02:53:40.571396 3049 reconciler.go:217] operationExecutor.VerifyControllerAttachedVolume started for volume "default-token-ww895" (UniqueName: "kubernetes.io/secret/8b6e4258-bd49-11e8-b2a6-080027f0cc2a-default-token-ww895") pod "hello-minikube-cbf7c5d59-q9c2g" (UID: "8b6e4258-bd49-11e8-b2a6-080027f0cc2a")
Sep 21 02:53:50 minikube localkube[3049]: E0921 02:53:50.383938 3049 remote_runtime.go:92] RunPodSandbox from runtime service failed: rpc error: code = Unknown desc = failed pulling image "gcr.io/google_containers/pause-amd64:3.0": Error response from daemon: Get https://gcr.io/v2/: net/http: request canceled while waiting for connection (Client.Timeout exceeded while awaiting headers)
Sep 21 02:53:50 minikube localkube[3049]: E0921 02:53:50.383970 3049 kuberuntime_sandbox.go:54] CreatePodSandbox for pod "kube-addon-manager-minikube_kube-system(c4c3188325a93a2d7fb1714e1abf1259)" failed: rpc error: code = Unknown desc = failed pulling image "gcr.io/google_containers/pause-amd64:3.0": Error response from daemon: Get https://gcr.io/v2/: net/http: request canceled while waiting for connection (Client.Timeout exceeded while awaiting headers)
Sep 21 02:53:50 minikube localkube[3049]: E0921 02:53:50.383985 3049 kuberuntime_manager.go:647] createPodSandbox for pod "kube-addon-manager-minikube_kube-system(c4c3188325a93a2d7fb1714e1abf1259)" failed: rpc error: code = Unknown desc = failed pulling image "gcr.io/google_containers/pause-amd64:3.0": Error response from daemon: Get https://gcr.io/v2/: net/http: request canceled while waiting for connection (Client.Timeout exceeded while awaiting headers)
Sep 21 02:53:50 minikube localkube[3049]: E0921 02:53:50.384032 3049 pod_workers.go:186] Error syncing pod c4c3188325a93a2d7fb1714e1abf1259 ("kube-addon-manager-minikube_kube-system(c4c3188325a93a2d7fb1714e1abf1259)"), skipping: failed to "CreatePodSandbox" for "kube-addon-manager-minikube_kube-system(c4c3188325a93a2d7fb1714e1abf1259)" with CreatePodSandboxError: "CreatePodSandbox for pod \"kube-addon-manager-minikube_kube-system(c4c3188325a93a2d7fb1714e1abf1259)\" failed: rpc error: code = Unknown desc = failed pulling image \"gcr.io/google_containers/pause-amd64:3.0\": Error response from daemon: Get https://gcr.io/v2/: net/http: request canceled while waiting for connection (Client.Timeout exceeded while awaiting headers)"
Sep 21 02:53:54 minikube localkube[3049]: E0921 02:53:54.689375 3049 healthcheck.go:317] Failed to start node healthz on 0: listen tcp: address 0: missing port in address
Sep 21 02:53:56 minikube localkube[3049]: E0921 02:53:56.081450 3049 remote_runtime.go:92] RunPodSandbox from runtime service failed: rpc error: code = Unknown desc = failed pulling image "gcr.io/google_containers/pause-amd64:3.0": Error response from daemon: Get https://gcr.io/v2/: net/http: request canceled while waiting for connection (Client.Timeout exceeded while awaiting headers)
Sep 21 02:53:56 minikube localkube[3049]: E0921 02:53:56.081477 3049 kuberuntime_sandbox.go:54] CreatePodSandbox for pod "hello-minikube-cbf7c5d59-q9c2g_default(8b6e4258-bd49-11e8-b2a6-080027f0cc2a)" failed: rpc error: code = Unknown desc = failed pulling image "gcr.io/google_containers/pause-amd64:3.0": Error response from daemon: Get https://gcr.io/v2/: net/http: request canceled while waiting for connection (Client.Timeout exceeded while awaiting headers)
Sep 21 02:53:56 minikube localkube[3049]: E0921 02:53:56.081487 3049 kuberuntime_manager.go:647] createPodSandbox for pod "hello-minikube-cbf7c5d59-q9c2g_default(8b6e4258-bd49-11e8-b2a6-080027f0cc2a)" failed: rpc error: code = Unknown desc = failed pulling image "gcr.io/google_containers/pause-amd64:3.0": Error response from daemon: Get https://gcr.io/v2/: net/http: request canceled while waiting for connection (Client.Timeout exceeded while awaiting headers)
Sep 21 02:53:56 minikube localkube[3049]: E0921 02:53:56.081524 3049 pod_workers.go:186] Error syncing pod 8b6e4258-bd49-11e8-b2a6-080027f0cc2a ("hello-minikube-cbf7c5d59-q9c2g_default(8b6e4258-bd49-11e8-b2a6-080027f0cc2a)"), skipping: failed to "CreatePodSandbox" for "hello-minikube-cbf7c5d59-q9c2g_default(8b6e4258-bd49-11e8-b2a6-080027f0cc2a)" with CreatePodSandboxError: "CreatePodSandbox for pod \"hello-minikube-cbf7c5d59-q9c2g_default(8b6e4258-bd49-11e8-b2a6-080027f0cc2a)\" failed: rpc error: code = Unknown desc = failed pulling image \"gcr.io/google_containers/pause-amd64:3.0\": Error response from daemon: Get https://gcr.io/v2/: net/http: request canceled while waiting for connection (Client.Timeout exceeded while awaiting headers)"
Sep 21 02:54:06 minikube localkube[3049]: E0921 02:54:06.418512 3049 remote_runtime.go:92] RunPodSandbox from runtime service failed: rpc error: code = Unknown desc = failed pulling image "gcr.io/google_containers/pause-amd64:3.0": Error response from daemon: Get https://gcr.io/v2/: net/http: request canceled while waiting for connection (Client.Timeout exceeded while awaiting headers)
Sep 21 02:54:06 minikube localkube[3049]: E0921 02:54:06.418544 3049 kuberuntime_sandbox.go:54] CreatePodSandbox for pod "kube-addon-manager-minikube_kube-system(c4c3188325a93a2d7fb1714e1abf1259)" failed: rpc error: code = Unknown desc = failed pulling image "gcr.io/google_containers/pause-amd64:3.0": Error response from daemon: Get https://gcr.io/v2/: net/http: request canceled while waiting for connection (Client.Timeout exceeded while awaiting headers)
Sep 21 02:54:06 minikube localkube[3049]: E0921 02:54:06.418554 3049 kuberuntime_manager.go:647] createPodSandbox for pod "kube-addon-manager-minikube_kube-system(c4c3188325a93a2d7fb1714e1abf1259)" failed: rpc error: code = Unknown desc = failed pulling image "gcr.io/google_containers/pause-amd64:3.0": Error response from daemon: Get https://gcr.io/v2/: net/http: request canceled while waiting for connection (Client.Timeout exceeded while awaiting headers)
Sep 21 02:54:06 minikube localkube[3049]: E0921 02:54:06.418593 3049 pod_workers.go:186] Error syncing pod c4c3188325a93a2d7fb1714e1abf1259 ("kube-addon-manager-minikube_kube-system(c4c3188325a93a2d7fb1714e1abf1259)"), skipping: failed to "CreatePodSandbox" for "kube-addon-manager-minikube_kube-system(c4c3188325a93a2d7fb1714e1abf1259)" with CreatePodSandboxError: "CreatePodSandbox for pod \"kube-addon-manager-minikube_kube-system(c4c3188325a93a2d7fb1714e1abf1259)\" failed: rpc error: code = Unknown desc = failed pulling image \"gcr.io/google_containers/pause-amd64:3.0\": Error response from daemon: Get https://gcr.io/v2/: net/http: request canceled while waiting for connection (Client.Timeout exceeded while awaiting headers)"
Sep 21 02:54:22 minikube localkube[3049]: E0921 02:54:22.452538 3049 remote_runtime.go:92] RunPodSandbox from runtime service failed: rpc error: code = Unknown desc = failed pulling image "gcr.io/google_containers/pause-amd64:3.0": Error response from daemon: Get https://gcr.io/v2/: net/http: request canceled while waiting for connection (Client.Timeout exceeded while awaiting headers)
Sep 21 02:54:22 minikube localkube[3049]: E0921 02:54:22.452568 3049 kuberuntime_sandbox.go:54] CreatePodSandbox for pod "kube-addon-manager-minikube_kube-system(c4c3188325a93a2d7fb1714e1abf1259)" failed: rpc error: code = Unknown desc = failed pulling image "gcr.io/google_containers/pause-amd64:3.0": Error response from daemon: Get https://gcr.io/v2/: net/http: request canceled while waiting for connection (Client.Timeout exceeded while awaiting headers)
Sep 21 02:54:22 minikube localkube[3049]: E0921 02:54:22.452578 3049 kuberuntime_manager.go:647] createPodSandbox for pod "kube-addon-manager-minikube_kube-system(c4c3188325a93a2d7fb1714e1abf1259)" failed: rpc error: code = Unknown desc = failed pulling image "gcr.io/google_containers/pause-amd64:3.0": Error response from daemon: Get https://gcr.io/v2/: net/http: request canceled while waiting for connection (Client.Timeout exceeded while awaiting headers)
Sep 21 02:54:22 minikube localkube[3049]: E0921 02:54:22.452616 3049 pod_workers.go:186] Error syncing pod c4c3188325a93a2d7fb1714e1abf1259 ("kube-addon-manager-minikube_kube-system(c4c3188325a93a2d7fb1714e1abf1259)"), skipping: failed to "CreatePodSandbox" for "kube-addon-manager-minikube_kube-system(c4c3188325a93a2d7fb1714e1abf1259)" with CreatePodSandboxError: "CreatePodSandbox for pod \"kube-addon-manager-minikube_kube-system(c4c3188325a93a2d7fb1714e1abf1259)\" failed: rpc error: code = Unknown desc = failed pulling image \"gcr.io/google_containers/pause-amd64:3.0\": Error response from daemon: Get https://gcr.io/v2/: net/http: request canceled while waiting for connection (Client.Timeout exceeded while awaiting headers)"
Sep 21 02:54:25 minikube localkube[3049]: E0921 02:54:25.129326 3049 remote_runtime.go:92] RunPodSandbox from runtime service failed: rpc error: code = Unknown desc = failed pulling image "gcr.io/google_containers/pause-amd64:3.0": Error response from daemon: Get https://gcr.io/v2/: net/http: request canceled while waiting for connection (Client.Timeout exceeded while awaiting headers)
Sep 21 02:54:25 minikube localkube[3049]: E0921 02:54:25.129359 3049 kuberuntime_sandbox.go:54] CreatePodSandbox for pod "hello-minikube-cbf7c5d59-q9c2g_default(8b6e4258-bd49-11e8-b2a6-080027f0cc2a)" failed: rpc error: code = Unknown desc = failed pulling image "gcr.io/google_containers/pause-amd64:3.0": Error response from daemon: Get https://gcr.io/v2/: net/http: request canceled while waiting for connection (Client.Timeout exceeded while awaiting headers)
Sep 21 02:54:25 minikube localkube[3049]: E0921 02:54:25.129371 3049 kuberuntime_manager.go:647] createPodSandbox for pod "hello-minikube-cbf7c5d59-q9c2g_default(8b6e4258-bd49-11e8-b2a6-080027f0cc2a)" failed: rpc error: code = Unknown desc = failed pulling image "gcr.io/google_containers/pause-amd64:3.0": Error response from daemon: Get https://gcr.io/v2/: net/http: request canceled while waiting for connection (Client.Timeout exceeded while awaiting headers)
Sep 21 02:54:25 minikube localkube[3049]: E0921 02:54:25.129411 3049 pod_workers.go:186] Error syncing pod 8b6e4258-bd49-11e8-b2a6-080027f0cc2a ("hello-minikube-cbf7c5d59-q9c2g_default(8b6e4258-bd49-11e8-b2a6-080027f0cc2a)"), skipping: failed to "CreatePodSandbox" for "hello-minikube-cbf7c5d59-q9c2g_default(8b6e4258-bd49-11e8-b2a6-080027f0cc2a)" with CreatePodSandboxError: "CreatePodSandbox for pod \"hello-minikube-cbf7c5d59-q9c2g_default(8b6e4258-bd49-11e8-b2a6-080027f0cc2a)\" failed: rpc error: code = Unknown desc = failed pulling image \"gcr.io/google_containers/pause-amd64:3.0\": Error response from daemon: Get https://gcr.io/v2/: net/http: request canceled while waiting for connection (Client.Timeout exceeded while awaiting headers)"
Sep 21 02:54:38 minikube localkube[3049]: E0921 02:54:38.496881 3049 remote_runtime.go:92] RunPodSandbox from runtime service failed: rpc error: code = Unknown desc = failed pulling image "gcr.io/google_containers/pause-amd64:3.0": Error response from daemon: Get https://gcr.io/v2/: net/http: request canceled while waiting for connection (Client.Timeout exceeded while awaiting headers)
Sep 21 02:54:38 minikube localkube[3049]: E0921 02:54:38.496941 3049 kuberuntime_sandbox.go:54] CreatePodSandbox for pod "kube-addon-manager-minikube_kube-system(c4c3188325a93a2d7fb1714e1abf1259)" failed: rpc error: code = Unknown desc = failed pulling image "gcr.io/google_containers/pause-amd64:3.0": Error response from daemon: Get https://gcr.io/v2/: net/http: request canceled while waiting for connection (Client.Timeout exceeded while awaiting headers)
Sep 21 02:54:38 minikube localkube[3049]: E0921 02:54:38.496952 3049 kuberuntime_manager.go:647] createPodSandbox for pod "kube-addon-manager-minikube_kube-system(c4c3188325a93a2d7fb1714e1abf1259)" failed: rpc error: code = Unknown desc = failed pulling image "gcr.io/google_containers/pause-amd64:3.0": Error response from daemon: Get https://gcr.io/v2/: net/http: request canceled while waiting for connection (Client.Timeout exceeded while awaiting headers)
Sep 21 02:54:38 minikube localkube[3049]: E0921 02:54:38.496991 3049 pod_workers.go:186] Error syncing pod c4c3188325a93a2d7fb1714e1abf1259 ("kube-addon-manager-minikube_kube-system(c4c3188325a93a2d7fb1714e1abf1259)"), skipping: failed to "CreatePodSandbox" for "kube-addon-manager-minikube_kube-system(c4c3188325a93a2d7fb1714e1abf1259)" with CreatePodSandboxError: "CreatePodSandbox for pod \"kube-addon-manager-minikube_kube-system(c4c3188325a93a2d7fb1714e1abf1259)\" failed: rpc error: code = Unknown desc = failed pulling image \"gcr.io/google_containers/pause-amd64:3.0\": Error response from daemon: Get https://gcr.io/v2/: net/http: request canceled while waiting for connection (Client.Timeout exceeded while awaiting headers)"
Sep 21 02:54:38 minikube localkube[3049]: apply entries took too long [156.607868ms for 1 entries]
Sep 21 02:54:38 minikube localkube[3049]: avoid queries with large range/delete range!
Sep 21 02:54:54 minikube localkube[3049]: E0921 02:54:54.538197 3049 remote_runtime.go:92] RunPodSandbox from runtime service failed: rpc error: code = Unknown desc = failed pulling image "gcr.io/google_containers/pause-amd64:3.0": Error response from daemon: Get https://gcr.io/v2/: net/http: request canceled while waiting for connection (Client.Timeout exceeded while awaiting headers)
Sep 21 02:54:54 minikube localkube[3049]: E0921 02:54:54.538228 3049 kuberuntime_sandbox.go:54] CreatePodSandbox for pod "kube-addon-manager-minikube_kube-system(c4c3188325a93a2d7fb1714e1abf1259)" failed: rpc error: code = Unknown desc = failed pulling image "gcr.io/google_containers/pause-amd64:3.0": Error response from daemon: Get https://gcr.io/v2/: net/http: request canceled while waiting for connection (Client.Timeout exceeded while awaiting headers)
Sep 21 02:54:54 minikube localkube[3049]: E0921 02:54:54.538236 3049 kuberuntime_manager.go:647] createPodSandbox for pod "kube-addon-manager-minikube_kube-system(c4c3188325a93a2d7fb1714e1abf1259)" failed: rpc error: code = Unknown desc = failed pulling image "gcr.io/google_containers/pause-amd64:3.0": Error response from daemon: Get https://gcr.io/v2/: net/http: request canceled while waiting for connection (Client.Timeout exceeded while awaiting headers)
Sep 21 02:54:54 minikube localkube[3049]: E0921 02:54:54.538273 3049 pod_workers.go:186] Error syncing pod c4c3188325a93a2d7fb1714e1abf1259 ("kube-addon-manager-minikube_kube-system(c4c3188325a93a2d7fb1714e1abf1259)"), skipping: failed to "CreatePodSandbox" for "kube-addon-manager-minikube_kube-system(c4c3188325a93a2d7fb1714e1abf1259)" with CreatePodSandboxError: "CreatePodSandbox for pod \"kube-addon-manager-minikube_kube-system(c4c3188325a93a2d7fb1714e1abf1259)\" failed: rpc error: code = Unknown desc = failed pulling image \"gcr.io/google_containers/pause-amd64:3.0\": Error response from daemon: Get https://gcr.io/v2/: net/http: request canceled while waiting for connection (Client.Timeout exceeded while awaiting headers)"
Sep 21 02:54:54 minikube localkube[3049]: E0921 02:54:54.690087 3049 healthcheck.go:317] Failed to start node healthz on 0: listen tcp: address 0: missing port in address
Sep 21 02:54:54 minikube localkube[3049]: apply entries took too long [164.951152ms for 1 entries]
Sep 21 02:54:54 minikube localkube[3049]: avoid queries with large range/delete range!
Sep 21 02:54:56 minikube localkube[3049]: E0921 02:54:56.132724 3049 remote_runtime.go:92] RunPodSandbox from runtime service failed: rpc error: code = Unknown desc = failed pulling image "gcr.io/google_containers/pause-amd64:3.0": Error response from daemon: Get https://gcr.io/v2/: net/http: request canceled while waiting for connection (Client.Timeout exceeded while awaiting headers)
Sep 21 02:54:56 minikube localkube[3049]: E0921 02:54:56.132755 3049 kuberuntime_sandbox.go:54] CreatePodSandbox for pod "hello-minikube-cbf7c5d59-q9c2g_default(8b6e4258-bd49-11e8-b2a6-080027f0cc2a)" failed: rpc error: code = Unknown desc = failed pulling image "gcr.io/google_containers/pause-amd64:3.0": Error response from daemon: Get https://gcr.io/v2/: net/http: request canceled while waiting for connection (Client.Timeout exceeded while awaiting headers)
Sep 21 02:54:56 minikube localkube[3049]: E0921 02:54:56.132766 3049 kuberuntime_manager.go:647] createPodSandbox for pod "hello-minikube-cbf7c5d59-q9c2g_default(8b6e4258-bd49-11e8-b2a6-080027f0cc2a)" failed: rpc error: code = Unknown desc = failed pulling image "gcr.io/google_containers/pause-amd64:3.0": Error response from daemon: Get https://gcr.io/v2/: net/http: request canceled while waiting for connection (Client.Timeout exceeded while awaiting headers)
Sep 21 02:54:56 minikube localkube[3049]: E0921 02:54:56.132804 3049 pod_workers.go:186] Error syncing pod 8b6e4258-bd49-11e8-b2a6-080027f0cc2a ("hello-minikube-cbf7c5d59-q9c2g_default(8b6e4258-bd49-11e8-b2a6-080027f0cc2a)"), skipping: failed to "CreatePodSandbox" for "hello-minikube-cbf7c5d59-q9c2g_default(8b6e4258-bd49-11e8-b2a6-080027f0cc2a)" with CreatePodSandboxError: "CreatePodSandbox for pod \"hello-minikube-cbf7c5d59-q9c2g_default(8b6e4258-bd49-11e8-b2a6-080027f0cc2a)\" failed: rpc error: code = Unknown desc = failed pulling image \"gcr.io/google_containers/pause-amd64:3.0\": Error response from daemon: Get https://gcr.io/v2/: net/http: request canceled while waiting for connection (Client.Timeout exceeded while awaiting headers)"
minikube ssh "journalctl -u kubelet"
-- Logs begin at Fri 2018-09-21 02:50:51 UTC, end at Fri 2018-09-21 02:56:15 UTC
[K. --
[K-- No entries --
@matrixoneken - OK, you found the issue here:
CreatePodSandboxError: "CreatePodSandbox for pod "hello-minikube-cbf7c5d59-q9c2g_default(8b6e4258-bd49-11e8-b2a6-080027f0cc2a)" failed:
rpc error: code = Unknown desc = failed pulling image "gcr.io/google_containers/pause-amd64:3.0":
Error response from daemon:
Get https://gcr.io/v2/: net/http: request canceled while waiting for connection (Client.Timeout exceeded while awaiting headers)"
It's trying to download a container from gcr.io, which does not work in China. I did some reading at https://my.oschina.net/go4it/blog/828941 and believe this workaround may help:
minikube ssh \
"docker pull registry.cn-hangzhou.aliyuncs.com/google-containers/pause-amd64:3.0
docker tag registry.cn-hangzhou.aliyuncs.com/google-containers/pause-amd64:3.0 gcr.io/google_containers/pause-amd64:3.0"
I believe then your deployment should work. Please let me know if does!
@r2d4 mentioned one other possible workaround, but I have not tried it yet:
minikube start \
鈥攅xtra-arg=kubelet.pod-infra-container-image=registry.cn-hangzhou.aliyuncs.com/google-containers/pause-amd64:3.0
This reinforces to me that we should work on #3144 as soon as possible.
I run following command
kubectl run helloworld --image=kenganrui/helloworld --port=3000 deployment "helloworld" created
the output kubeclte decribe is following:
Type Reason Age From Message
---- ------ ---- ---- -------
Normal Scheduled 1m default-scheduler Successfully assigned nodejs-55458d6994-pdldl to minikube
Normal SuccessfulMountVolume 1m kubelet, minikube MountVolume.SetUp succeeded for volume "default-token-ww895"
Normal Pulling 4s (x3 over 1m) kubelet, minikube pulling image "kenganrui/helloworld"
Normal Pulled 1s (x3 over 25s) kubelet, minikube Successfully pulled image "kenganrui/helloworld"
Normal Created 0s (x3 over 24s) kubelet, minikube Created container
Warning Failed 0s (x3 over 23s) kubelet, minikube Error: failed to start container "nodejs": Error response from daemon: oci runtime error: container_linux.go:265: starting container process caused "exec: "deployment": executable file not found in $PATH"
Warning BackOff 0s kubelet, minikube Back-off restarting failed container
The image kenganrui/helloworld can be pulled from docker.hub. And this image can be run in my company kubernetes clusetr. Why can not run in minikube?
I try the following command and it works!
minikube ssh \
"docker pull anjia0532/google-containers.pause-amd64:3.1
docker tag anjia0532/google-containers.pause-amd64:3.1 k8s.gcr.io/pause-amd64:3.1"
Most helpful comment
I try the following command and it works!
minikube ssh \ "docker pull anjia0532/google-containers.pause-amd64:3.1 docker tag anjia0532/google-containers.pause-amd64:3.1 k8s.gcr.io/pause-amd64:3.1"