Minikube: kube-addon-manager-minikube stuck in ContainerCreating: lookup storage.googleapis.com on 10.0.2.3:53: read udp 10.0.2.15:45378->10.0.2.3:53: i/o timeout

Created on 12 Nov 2017  路  10Comments  路  Source: kubernetes/minikube

Is this a BUG REPORT or FEATURE REQUEST? (choose one): BUG REPORT

Please provide the following details:

Environment:

Minikube version (use minikube version): 0.23.0

  • OS (e.g. from /etc/os-release): Windows 10 version 1709 build 16299.19
  • VM Driver (e.g. cat ~/.minikube/machines/minikube/config.json | grep DriverName): virtualbox 5.1.30
  • ISO version (e.g. cat ~/.minikube/machines/minikube/config.json | grep -i ISO or minikube ssh cat /etc/VERSION): 1.8.0
  • Install tools:
  • Others:
    The above can be generated in one go with the following commands (can be copied and pasted directly into your terminal):
minikube version
echo "";
echo "OS:";
cat /etc/os-release
echo "";
echo "VM driver": 
grep DriverName ~/.minikube/machines/minikube/config.json

echo "";
echo "ISO version";
grep -i ISO ~/.minikube/machines/minikube/config.json

What happened:

Running
minikube start --vm-driver=virtualbox
ends successfully but then:
D:>kubectl get services --all-namespaces
NAMESPACE NAME TYPE CLUSTER-IP EXTERNAL-IP PORT(S) AGE
default kubernetes ClusterIP 10.0.0.1 443/TCP 52m

D:>kubectl get po --all-namespaces
NAMESPACE NAME READY STATUS RESTARTS AGE
kube-system kube-addon-manager-minikube 0/1 ContainerCreating 0 52m

And "ContainerCreating" status stays forever. So no able to do anything with newly created cluster.

What you expected to happen:
Minikube cluster starts, running and operating correctly.

How to reproduce it (as minimally and precisely as possible):
As I just described

Output of minikube logs (if applicable):

-- Logs begin at Sun 2017-11-12 17:20:31 UTC, end at Sun 2017-11-12 17:49:44 UTC. --
Nov 12 17:20:42 minikube systemd[1]: Starting Localkube...
Nov 12 17:20:43 minikube localkube[3128]: listening for peers on http://localhost:2380
Nov 12 17:20:43 minikube localkube[3128]: listening for client requests on localhost:2379
Nov 12 17:20:43 minikube localkube[3128]: name = default
Nov 12 17:20:43 minikube localkube[3128]: data dir = /var/lib/localkube/etcd
Nov 12 17:20:43 minikube localkube[3128]: member dir = /var/lib/localkube/etcd/member
Nov 12 17:20:43 minikube localkube[3128]: heartbeat = 100ms
Nov 12 17:20:43 minikube localkube[3128]: election = 1000ms
Nov 12 17:20:43 minikube localkube[3128]: snapshot count = 10000
Nov 12 17:20:43 minikube localkube[3128]: advertise client URLs = http://localhost:2379
Nov 12 17:20:43 minikube localkube[3128]: restarting member 8e9e05c52164694d in cluster cdf818194e3a8c32 at commit index 1325
Nov 12 17:20:43 minikube localkube[3128]: 8e9e05c52164694d became follower at term 3
Nov 12 17:20:43 minikube localkube[3128]: newRaft 8e9e05c52164694d [peers: [], term: 3, commit: 1325, applied: 0, lastindex: 1325, lastterm: 3]
Nov 12 17:20:43 minikube localkube[3128]: restore compact to 711
Nov 12 17:20:43 minikube localkube[3128]: starting server... [version: 3.1.10, cluster version: to_be_decided]
Nov 12 17:20:43 minikube localkube[3128]: added member 8e9e05c52164694d [http://localhost:2380] to cluster cdf818194e3a8c32
Nov 12 17:20:43 minikube localkube[3128]: set the initial cluster version to 3.1
Nov 12 17:20:43 minikube localkube[3128]: enabled capabilities for version 3.1
Nov 12 17:20:43 minikube localkube[3128]: 8e9e05c52164694d is starting a new election at term 3
Nov 12 17:20:43 minikube localkube[3128]: 8e9e05c52164694d became candidate at term 4
Nov 12 17:20:43 minikube localkube[3128]: 8e9e05c52164694d received MsgVoteResp from 8e9e05c52164694d at term 4
Nov 12 17:20:43 minikube localkube[3128]: 8e9e05c52164694d became leader at term 4
Nov 12 17:20:43 minikube localkube[3128]: raft.node: 8e9e05c52164694d elected leader 8e9e05c52164694d at term 4
Nov 12 17:20:43 minikube localkube[3128]: published {Name:default ClientURLs:[http://localhost:2379]} to cluster cdf818194e3a8c32
Nov 12 17:20:43 minikube localkube[3128]: I1112 17:20:43.901603 3128 etcd.go:58] Etcd server is ready
Nov 12 17:20:43 minikube localkube[3128]: localkube host ip address: 10.0.2.15
Nov 12 17:20:43 minikube localkube[3128]: ready to serve client requests
Nov 12 17:20:43 minikube localkube[3128]: Starting apiserver...
Nov 12 17:20:43 minikube localkube[3128]: Waiting for apiserver to be healthy...
Nov 12 17:20:43 minikube localkube[3128]: I1112 17:20:43.902465 3128 server.go:114] Version: v1.8.0
Nov 12 17:20:43 minikube localkube[3128]: W1112 17:20:43.902870 3128 authentication.go:380] AnonymousAuth is not allowed with the AllowAll authorizer. Resetting AnonymousAuth to false. You should use a different authorizer
Nov 12 17:20:43 minikube localkube[3128]: I1112 17:20:43.903625 3128 plugins.go:101] No cloud provider specified.
Nov 12 17:20:43 minikube localkube[3128]: serving insecure client requests on 127.0.0.1:2379, this is strongly discouraged!
Nov 12 17:20:44 minikube localkube[3128]: I1112 17:20:44.903157 3128 ready.go:30] Performing healthcheck on https://localhost:8443/healthz
Nov 12 17:20:44 minikube localkube[3128]: E1112 17:20:44.904600 3128 ready.go:40] Error performing healthcheck: Get https://localhost:8443/healthz: dial tcp 127.0.0.1:8443: getsockopt: connection refused
Nov 12 17:20:44 minikube localkube[3128]: [restful] 2017/11/12 17:20:44 log.go:33: [restful/swagger] listing is available at https://10.0.2.15:8443/swaggerapi
Nov 12 17:20:44 minikube localkube[3128]: [restful] 2017/11/12 17:20:44 log.go:33: [restful/swagger] https://10.0.2.15:8443/swaggerui/ is mapped to folder /swagger-ui/
Nov 12 17:20:45 minikube localkube[3128]: I1112 17:20:45.914142 3128 ready.go:30] Performing healthcheck on https://localhost:8443/healthz
Nov 12 17:20:45 minikube localkube[3128]: E1112 17:20:45.918992 3128 ready.go:40] Error performing healthcheck: Get https://localhost:8443/healthz: dial tcp 127.0.0.1:8443: getsockopt: connection refused
Nov 12 17:20:45 minikube localkube[3128]: [restful] 2017/11/12 17:20:45 log.go:33: [restful/swagger] listing is available at https://10.0.2.15:8443/swaggerapi
Nov 12 17:20:45 minikube localkube[3128]: [restful] 2017/11/12 17:20:45 log.go:33: [restful/swagger] https://10.0.2.15:8443/swaggerui/ is mapped to folder /swagger-ui/
Nov 12 17:20:46 minikube localkube[3128]: I1112 17:20:46.903084 3128 ready.go:30] Performing healthcheck on https://localhost:8443/healthz
Nov 12 17:20:46 minikube localkube[3128]: E1112 17:20:46.904707 3128 ready.go:40] Error performing healthcheck: Get https://localhost:8443/healthz: dial tcp 127.0.0.1:8443: getsockopt: connection refused
Nov 12 17:20:47 minikube localkube[3128]: I1112 17:20:47.903527 3128 ready.go:30] Performing healthcheck on https://localhost:8443/healthz
Nov 12 17:20:47 minikube localkube[3128]: E1112 17:20:47.905397 3128 ready.go:40] Error performing healthcheck: Get https://localhost:8443/healthz: dial tcp 127.0.0.1:8443: getsockopt: connection refused
Nov 12 17:20:48 minikube localkube[3128]: I1112 17:20:48.902836 3128 ready.go:30] Performing healthcheck on https://localhost:8443/healthz
Nov 12 17:20:48 minikube localkube[3128]: E1112 17:20:48.904291 3128 ready.go:40] Error performing healthcheck: Get https://localhost:8443/healthz: dial tcp 127.0.0.1:8443: getsockopt: connection refused
Nov 12 17:20:49 minikube localkube[3128]: I1112 17:20:49.671115 3128 aggregator.go:138] Skipping APIService creation for scheduling.k8s.io/v1alpha1
Nov 12 17:20:49 minikube localkube[3128]: I1112 17:20:49.672621 3128 serve.go:85] Serving securely on 0.0.0.0:8443
Nov 12 17:20:49 minikube localkube[3128]: I1112 17:20:49.672918 3128 available_controller.go:192] Starting AvailableConditionController
Nov 12 17:20:49 minikube localkube[3128]: I1112 17:20:49.672955 3128 cache.go:32] Waiting for caches to sync for AvailableConditionController controller
Nov 12 17:20:49 minikube localkube[3128]: I1112 17:20:49.673010 3128 apiservice_controller.go:112] Starting APIServiceRegistrationController
Nov 12 17:20:49 minikube localkube[3128]: I1112 17:20:49.673023 3128 cache.go:32] Waiting for caches to sync for APIServiceRegistrationController controller
Nov 12 17:20:49 minikube systemd[1]: Started Localkube.
Nov 12 17:20:49 minikube localkube[3128]: I1112 17:20:49.674306 3128 crd_finalizer.go:242] Starting CRDFinalizer
Nov 12 17:20:49 minikube localkube[3128]: I1112 17:20:49.674327 3128 crdregistration_controller.go:112] Starting crd-autoregister controller
Nov 12 17:20:49 minikube localkube[3128]: I1112 17:20:49.674333 3128 controller_utils.go:1041] Waiting for caches to sync for crd-autoregister controller
Nov 12 17:20:49 minikube localkube[3128]: I1112 17:20:49.675968 3128 customresource_discovery_controller.go:152] Starting DiscoveryController
Nov 12 17:20:49 minikube localkube[3128]: I1112 17:20:49.676093 3128 naming_controller.go:277] Starting NamingConditionController
Nov 12 17:20:49 minikube localkube[3128]: I1112 17:20:49.676837 3128 controller.go:84] Starting OpenAPI AggregationController
Nov 12 17:20:49 minikube localkube[3128]: I1112 17:20:49.773320 3128 cache.go:39] Caches are synced for AvailableConditionController controller
Nov 12 17:20:49 minikube localkube[3128]: I1112 17:20:49.773440 3128 cache.go:39] Caches are synced for APIServiceRegistrationController controller
Nov 12 17:20:49 minikube localkube[3128]: I1112 17:20:49.792702 3128 controller_utils.go:1048] Caches are synced for crd-autoregister controller
Nov 12 17:20:49 minikube localkube[3128]: I1112 17:20:49.794354 3128 autoregister_controller.go:136] Starting autoregister controller
Nov 12 17:20:49 minikube localkube[3128]: I1112 17:20:49.794497 3128 cache.go:32] Waiting for caches to sync for autoregister controller
Nov 12 17:20:49 minikube localkube[3128]: I1112 17:20:49.895174 3128 cache.go:39] Caches are synced for autoregister controller
Nov 12 17:20:49 minikube localkube[3128]: I1112 17:20:49.902619 3128 ready.go:30] Performing healthcheck on https://localhost:8443/healthz
Nov 12 17:20:49 minikube localkube[3128]: I1112 17:20:49.915766 3128 ready.go:49] Got healthcheck response: [+]ping ok
Nov 12 17:20:49 minikube localkube[3128]: [+]etcd ok
Nov 12 17:20:49 minikube localkube[3128]: [+]poststarthook/generic-apiserver-start-informers ok
Nov 12 17:20:49 minikube localkube[3128]: [+]poststarthook/start-apiextensions-informers ok
Nov 12 17:20:49 minikube localkube[3128]: [+]poststarthook/start-apiextensions-controllers ok
Nov 12 17:20:49 minikube localkube[3128]: [+]poststarthook/bootstrap-controller ok
Nov 12 17:20:49 minikube localkube[3128]: [-]poststarthook/ca-registration failed: reason withheld
Nov 12 17:20:49 minikube localkube[3128]: [+]poststarthook/start-kube-apiserver-informers ok
Nov 12 17:20:49 minikube localkube[3128]: [+]poststarthook/start-kube-aggregator-informers ok
Nov 12 17:20:49 minikube localkube[3128]: [+]poststarthook/apiservice-registration-controller ok
Nov 12 17:20:49 minikube localkube[3128]: [+]poststarthook/apiservice-status-available-controller ok
Nov 12 17:20:49 minikube localkube[3128]: [+]poststarthook/apiservice-openapi-controller ok
Nov 12 17:20:49 minikube localkube[3128]: [+]poststarthook/kube-apiserver-autoregistration ok
Nov 12 17:20:49 minikube localkube[3128]: [+]autoregister-completion ok
Nov 12 17:20:49 minikube localkube[3128]: healthz check failed
Nov 12 17:20:50 minikube localkube[3128]: I1112 17:20:50.903324 3128 ready.go:30] Performing healthcheck on https://localhost:8443/healthz
Nov 12 17:20:50 minikube localkube[3128]: I1112 17:20:50.916432 3128 ready.go:49] Got healthcheck response: ok
Nov 12 17:20:50 minikube localkube[3128]: apiserver is ready!
Nov 12 17:20:50 minikube localkube[3128]: Starting controller-manager...
Nov 12 17:20:50 minikube localkube[3128]: Waiting for controller-manager to be healthy...
Nov 12 17:20:50 minikube localkube[3128]: I1112 17:20:50.916522 3128 controllermanager.go:109] Version: v1.8.0
Nov 12 17:20:50 minikube localkube[3128]: I1112 17:20:50.921042 3128 leaderelection.go:174] attempting to acquire leader lease...
Nov 12 17:20:50 minikube localkube[3128]: I1112 17:20:50.936450 3128 leaderelection.go:184] successfully acquired lease kube-system/kube-controller-manager
Nov 12 17:20:50 minikube localkube[3128]: I1112 17:20:50.939780 3128 event.go:218] Event(v1.ObjectReference{Kind:"Endpoints", Namespace:"kube-system", Name:"kube-controller-manager", UID:"e64fba31-c7ca-11e7-85ce-08002730290e", APIVersion:"v1", ResourceVersion:"1260", FieldPath:""}): type: 'Normal' reason: 'LeaderElection' minikube became leader
Nov 12 17:20:50 minikube localkube[3128]: I1112 17:20:50.964683 3128 plugins.go:101] No cloud provider specified.
Nov 12 17:20:50 minikube localkube[3128]: I1112 17:20:50.967199 3128 controller_utils.go:1041] Waiting for caches to sync for tokens controller
Nov 12 17:20:50 minikube localkube[3128]: I1112 17:20:50.972191 3128 controllermanager.go:487] Started "replicationcontroller"
Nov 12 17:20:50 minikube localkube[3128]: I1112 17:20:50.972255 3128 replication_controller.go:151] Starting RC controller
Nov 12 17:20:50 minikube localkube[3128]: I1112 17:20:50.972611 3128 controller_utils.go:1041] Waiting for caches to sync for RC controller
Nov 12 17:20:50 minikube localkube[3128]: I1112 17:20:50.973891 3128 controllermanager.go:487] Started "cronjob"
Nov 12 17:20:50 minikube localkube[3128]: I1112 17:20:50.973973 3128 cronjob_controller.go:98] Starting CronJob Manager
Nov 12 17:20:50 minikube localkube[3128]: E1112 17:20:50.975364 3128 certificates.go:48] Failed to start certificate controller: error reading CA cert file "/etc/kubernetes/ca/ca.pem": open /etc/kubernetes/ca/ca.pem: no such file or directory
Nov 12 17:20:50 minikube localkube[3128]: W1112 17:20:50.976495 3128 controllermanager.go:484] Skipping "csrsigning"
Nov 12 17:20:50 minikube localkube[3128]: W1112 17:20:50.976651 3128 controllermanager.go:471] "bootstrapsigner" is disabled
Nov 12 17:20:50 minikube localkube[3128]: I1112 17:20:50.981778 3128 controllermanager.go:487] Started "persistentvolume-binder"
Nov 12 17:20:50 minikube localkube[3128]: I1112 17:20:50.982232 3128 pv_controller_base.go:259] Starting persistent volume controller
Nov 12 17:20:50 minikube localkube[3128]: I1112 17:20:50.982275 3128 controller_utils.go:1041] Waiting for caches to sync for persistent volume controller
Nov 12 17:20:50 minikube localkube[3128]: W1112 17:20:50.983982 3128 probe.go:215] Flexvolume plugin directory at /usr/libexec/kubernetes/kubelet-plugins/volume/exec/ does not exist. Recreating.
Nov 12 17:20:50 minikube localkube[3128]: I1112 17:20:50.984678 3128 controllermanager.go:487] Started "attachdetach"
Nov 12 17:20:50 minikube localkube[3128]: I1112 17:20:50.985954 3128 controllermanager.go:487] Started "endpoint"
Nov 12 17:20:50 minikube localkube[3128]: I1112 17:20:50.986973 3128 controllermanager.go:487] Started "podgc"
Nov 12 17:20:50 minikube localkube[3128]: I1112 17:20:50.988057 3128 controllermanager.go:487] Started "job"
Nov 12 17:20:50 minikube localkube[3128]: I1112 17:20:50.989667 3128 controllermanager.go:487] Started "deployment"
Nov 12 17:20:50 minikube localkube[3128]: I1112 17:20:50.990875 3128 controllermanager.go:487] Started "replicaset"
Nov 12 17:20:50 minikube localkube[3128]: W1112 17:20:50.992296 3128 shared_informer.go:304] resyncPeriod 64936610479459 is smaller than resyncCheckPeriod 80330752126268 and the informer has already started. Changing it to 80330752126268
Nov 12 17:20:50 minikube localkube[3128]: I1112 17:20:50.992387 3128 controllermanager.go:487] Started "resourcequota"
Nov 12 17:20:50 minikube localkube[3128]: I1112 17:20:50.996968 3128 controllermanager.go:487] Started "horizontalpodautoscaling"
Nov 12 17:20:50 minikube localkube[3128]: I1112 17:20:50.998160 3128 controllermanager.go:487] Started "csrapproving"
Nov 12 17:20:50 minikube localkube[3128]: I1112 17:20:50.999450 3128 controllermanager.go:487] Started "ttl"
Nov 12 17:20:51 minikube localkube[3128]: E1112 17:20:51.000551 3128 core.go:70] Failed to start service controller: WARNING: no cloud provider provided, services of type LoadBalancer will fail.
Nov 12 17:20:51 minikube localkube[3128]: W1112 17:20:51.000587 3128 controllermanager.go:484] Skipping "service"
Nov 12 17:20:51 minikube localkube[3128]: I1112 17:20:51.000792 3128 attach_detach_controller.go:255] Starting attach detach controller
Nov 12 17:20:51 minikube localkube[3128]: I1112 17:20:51.000805 3128 controller_utils.go:1041] Waiting for caches to sync for attach detach controller
Nov 12 17:20:51 minikube localkube[3128]: I1112 17:20:51.000860 3128 endpoints_controller.go:153] Starting endpoint controller
Nov 12 17:20:51 minikube localkube[3128]: I1112 17:20:51.000877 3128 controller_utils.go:1041] Waiting for caches to sync for endpoint controller
Nov 12 17:20:51 minikube localkube[3128]: I1112 17:20:51.000908 3128 gc_controller.go:76] Starting GC controller
Nov 12 17:20:51 minikube localkube[3128]: I1112 17:20:51.000923 3128 controller_utils.go:1041] Waiting for caches to sync for GC controller
Nov 12 17:20:51 minikube localkube[3128]: I1112 17:20:51.000969 3128 job_controller.go:138] Starting job controller
Nov 12 17:20:51 minikube localkube[3128]: I1112 17:20:51.000985 3128 controller_utils.go:1041] Waiting for caches to sync for job controller
Nov 12 17:20:51 minikube localkube[3128]: I1112 17:20:51.001029 3128 deployment_controller.go:151] Starting deployment controller
Nov 12 17:20:51 minikube localkube[3128]: I1112 17:20:51.001045 3128 controller_utils.go:1041] Waiting for caches to sync for deployment controller
Nov 12 17:20:51 minikube localkube[3128]: I1112 17:20:51.001147 3128 replica_set.go:156] Starting replica set controller
Nov 12 17:20:51 minikube localkube[3128]: I1112 17:20:51.001168 3128 controller_utils.go:1041] Waiting for caches to sync for replica set controller
Nov 12 17:20:51 minikube localkube[3128]: I1112 17:20:51.001222 3128 resource_quota_controller.go:238] Starting resource quota controller
Nov 12 17:20:51 minikube localkube[3128]: I1112 17:20:51.001232 3128 controller_utils.go:1041] Waiting for caches to sync for resource quota controller
Nov 12 17:20:51 minikube localkube[3128]: I1112 17:20:51.001254 3128 horizontal.go:145] Starting HPA controller
Nov 12 17:20:51 minikube localkube[3128]: I1112 17:20:51.001263 3128 controller_utils.go:1041] Waiting for caches to sync for HPA controller
Nov 12 17:20:51 minikube localkube[3128]: I1112 17:20:51.001284 3128 certificate_controller.go:109] Starting certificate controller
Nov 12 17:20:51 minikube localkube[3128]: I1112 17:20:51.001294 3128 controller_utils.go:1041] Waiting for caches to sync for certificate controller
Nov 12 17:20:51 minikube localkube[3128]: I1112 17:20:51.001311 3128 ttl_controller.go:116] Starting TTL controller
Nov 12 17:20:51 minikube localkube[3128]: I1112 17:20:51.001319 3128 controller_utils.go:1041] Waiting for caches to sync for TTL controller
Nov 12 17:20:51 minikube localkube[3128]: W1112 17:20:51.001360 3128 core.go:128] Unsuccessful parsing of cluster CIDR : invalid CIDR address:
Nov 12 17:20:51 minikube localkube[3128]: I1112 17:20:51.001371 3128 core.go:131] Will not configure cloud provider routes for allocate-node-cidrs: false, configure-cloud-routes: true.
Nov 12 17:20:51 minikube localkube[3128]: W1112 17:20:51.001376 3128 controllermanager.go:484] Skipping "route"
Nov 12 17:20:51 minikube localkube[3128]: I1112 17:20:51.002415 3128 node_controller.go:249] Sending events to api server.
Nov 12 17:20:51 minikube localkube[3128]: I1112 17:20:51.002486 3128 taint_controller.go:158] Sending events to api server.
Nov 12 17:20:51 minikube localkube[3128]: I1112 17:20:51.002536 3128 controllermanager.go:487] Started "node"
Nov 12 17:20:51 minikube localkube[3128]: I1112 17:20:51.003822 3128 node_controller.go:516] Starting node controller
Nov 12 17:20:51 minikube localkube[3128]: I1112 17:20:51.003865 3128 controller_utils.go:1041] Waiting for caches to sync for node controller
Nov 12 17:20:51 minikube localkube[3128]: I1112 17:20:51.024528 3128 controllermanager.go:487] Started "namespace"
Nov 12 17:20:51 minikube localkube[3128]: I1112 17:20:51.025189 3128 namespace_controller.go:186] Starting namespace controller
Nov 12 17:20:51 minikube localkube[3128]: I1112 17:20:51.025371 3128 controller_utils.go:1041] Waiting for caches to sync for namespace controller
Nov 12 17:20:51 minikube localkube[3128]: I1112 17:20:51.026060 3128 controllermanager.go:487] Started "serviceaccount"
Nov 12 17:20:51 minikube localkube[3128]: I1112 17:20:51.026725 3128 serviceaccounts_controller.go:113] Starting service account controller
Nov 12 17:20:51 minikube localkube[3128]: I1112 17:20:51.027536 3128 controller_utils.go:1041] Waiting for caches to sync for service account controller
Nov 12 17:20:51 minikube localkube[3128]: I1112 17:20:51.068991 3128 controller_utils.go:1048] Caches are synced for tokens controller
Nov 12 17:20:51 minikube localkube[3128]: controller-manager is ready!
Nov 12 17:20:51 minikube localkube[3128]: Starting scheduler...
Nov 12 17:20:51 minikube localkube[3128]: Waiting for scheduler to be healthy...
Nov 12 17:20:51 minikube localkube[3128]: E1112 17:20:51.920551 3128 server.go:173] unable to register configz: register config "componentconfig" twice
Nov 12 17:20:52 minikube localkube[3128]: I1112 17:20:52.231143 3128 controllermanager.go:487] Started "garbagecollector"
Nov 12 17:20:52 minikube localkube[3128]: I1112 17:20:52.231493 3128 garbagecollector.go:136] Starting garbage collector controller
Nov 12 17:20:52 minikube localkube[3128]: I1112 17:20:52.231722 3128 controller_utils.go:1041] Waiting for caches to sync for garbage collector controller
Nov 12 17:20:52 minikube localkube[3128]: I1112 17:20:52.231884 3128 graph_builder.go:321] GraphBuilder running
Nov 12 17:20:52 minikube localkube[3128]: I1112 17:20:52.232569 3128 controllermanager.go:487] Started "daemonset"
Nov 12 17:20:52 minikube localkube[3128]: I1112 17:20:52.233257 3128 daemon_controller.go:230] Starting daemon sets controller
Nov 12 17:20:52 minikube localkube[3128]: I1112 17:20:52.233402 3128 controller_utils.go:1041] Waiting for caches to sync for daemon sets controller
Nov 12 17:20:52 minikube localkube[3128]: I1112 17:20:52.233914 3128 controllermanager.go:487] Started "disruption"
Nov 12 17:20:52 minikube localkube[3128]: I1112 17:20:52.234149 3128 disruption.go:288] Starting disruption controller
Nov 12 17:20:52 minikube localkube[3128]: I1112 17:20:52.234323 3128 controller_utils.go:1041] Waiting for caches to sync for disruption controller
Nov 12 17:20:52 minikube localkube[3128]: I1112 17:20:52.235136 3128 controllermanager.go:487] Started "statefulset"
Nov 12 17:20:52 minikube localkube[3128]: W1112 17:20:52.235191 3128 controllermanager.go:471] "tokencleaner" is disabled
Nov 12 17:20:52 minikube localkube[3128]: W1112 17:20:52.235201 3128 controllermanager.go:484] Skipping "persistentvolume-expander"
Nov 12 17:20:52 minikube localkube[3128]: I1112 17:20:52.235419 3128 stateful_set.go:146] Starting stateful set controller
Nov 12 17:20:52 minikube localkube[3128]: I1112 17:20:52.235432 3128 controller_utils.go:1041] Waiting for caches to sync for stateful set controller
Nov 12 17:20:52 minikube localkube[3128]: I1112 17:20:52.283855 3128 controller_utils.go:1048] Caches are synced for persistent volume controller
Nov 12 17:20:52 minikube localkube[3128]: I1112 17:20:52.302004 3128 controller_utils.go:1048] Caches are synced for HPA controller
Nov 12 17:20:52 minikube localkube[3128]: I1112 17:20:52.302004 3128 controller_utils.go:1048] Caches are synced for certificate controller
Nov 12 17:20:52 minikube localkube[3128]: I1112 17:20:52.326658 3128 controller_utils.go:1048] Caches are synced for namespace controller
Nov 12 17:20:52 minikube localkube[3128]: I1112 17:20:52.329821 3128 controller_utils.go:1048] Caches are synced for service account controller
Nov 12 17:20:52 minikube localkube[3128]: I1112 17:20:52.372843 3128 controller_utils.go:1048] Caches are synced for RC controller
Nov 12 17:20:52 minikube localkube[3128]: E1112 17:20:52.388824 3128 actual_state_of_world.go:483] Failed to set statusUpdateNeeded to needed true because nodeName="minikube" does not exist
Nov 12 17:20:52 minikube localkube[3128]: E1112 17:20:52.388861 3128 actual_state_of_world.go:497] Failed to update statusUpdateNeeded field in actual state of world: Failed to set statusUpdateNeeded to needed true because nodeName="minikube" does not exist
Nov 12 17:20:52 minikube localkube[3128]: I1112 17:20:52.401657 3128 controller_utils.go:1048] Caches are synced for TTL controller
Nov 12 17:20:52 minikube localkube[3128]: I1112 17:20:52.401655 3128 controller_utils.go:1048] Caches are synced for attach detach controller
Nov 12 17:20:52 minikube localkube[3128]: I1112 17:20:52.401669 3128 controller_utils.go:1048] Caches are synced for endpoint controller
Nov 12 17:20:52 minikube localkube[3128]: I1112 17:20:52.401677 3128 controller_utils.go:1048] Caches are synced for GC controller
Nov 12 17:20:52 minikube localkube[3128]: I1112 17:20:52.401684 3128 controller_utils.go:1048] Caches are synced for job controller
Nov 12 17:20:52 minikube localkube[3128]: I1112 17:20:52.401691 3128 controller_utils.go:1048] Caches are synced for deployment controller
Nov 12 17:20:52 minikube localkube[3128]: I1112 17:20:52.401696 3128 controller_utils.go:1048] Caches are synced for replica set controller
Nov 12 17:20:52 minikube localkube[3128]: I1112 17:20:52.401707 3128 controller_utils.go:1048] Caches are synced for resource quota controller
Nov 12 17:20:52 minikube localkube[3128]: I1112 17:20:52.434848 3128 controller_utils.go:1048] Caches are synced for disruption controller
Nov 12 17:20:52 minikube localkube[3128]: I1112 17:20:52.434867 3128 disruption.go:296] Sending events to api server.
Nov 12 17:20:52 minikube localkube[3128]: I1112 17:20:52.435835 3128 controller_utils.go:1048] Caches are synced for stateful set controller
Nov 12 17:20:52 minikube localkube[3128]: I1112 17:20:52.504684 3128 controller_utils.go:1048] Caches are synced for node controller
Nov 12 17:20:52 minikube localkube[3128]: I1112 17:20:52.505178 3128 taint_controller.go:181] Starting NoExecuteTaintManager
Nov 12 17:20:52 minikube localkube[3128]: I1112 17:20:52.505182 3128 node_controller.go:563] Initializing eviction metric for zone:
Nov 12 17:20:52 minikube localkube[3128]: W1112 17:20:52.505603 3128 node_controller.go:916] Missing timestamp for Node minikube. Assuming now as a timestamp.
Nov 12 17:20:52 minikube localkube[3128]: I1112 17:20:52.505776 3128 node_controller.go:832] Controller detected that zone is now in state Normal.
Nov 12 17:20:52 minikube localkube[3128]: I1112 17:20:52.505462 3128 event.go:218] Event(v1.ObjectReference{Kind:"Node", Namespace:"", Name:"minikube", UID:"e7e66bc0-c7ca-11e7-85ce-08002730290e", APIVersion:"", ResourceVersion:"", FieldPath:""}): type: 'Normal' reason: 'RegisteredNode' Node minikube event: Registered Node minikube in Controller
Nov 12 17:20:52 minikube localkube[3128]: I1112 17:20:52.533005 3128 controller_utils.go:1048] Caches are synced for garbage collector controller
Nov 12 17:20:52 minikube localkube[3128]: I1112 17:20:52.533232 3128 garbagecollector.go:145] Garbage collector: all resource monitors have synced. Proceeding to collect garbage
Nov 12 17:20:52 minikube localkube[3128]: I1112 17:20:52.534620 3128 controller_utils.go:1048] Caches are synced for daemon sets controller
Nov 12 17:20:52 minikube localkube[3128]: I1112 17:20:52.623354 3128 controller_utils.go:1041] Waiting for caches to sync for scheduler controller
Nov 12 17:20:52 minikube localkube[3128]: I1112 17:20:52.724063 3128 controller_utils.go:1048] Caches are synced for scheduler controller
Nov 12 17:20:52 minikube localkube[3128]: I1112 17:20:52.724354 3128 leaderelection.go:174] attempting to acquire leader lease...
Nov 12 17:20:52 minikube localkube[3128]: I1112 17:20:52.730778 3128 leaderelection.go:184] successfully acquired lease kube-system/kube-scheduler
Nov 12 17:20:52 minikube localkube[3128]: I1112 17:20:52.731336 3128 event.go:218] Event(v1.ObjectReference{Kind:"Endpoints", Namespace:"kube-system", Name:"kube-scheduler", UID:"e7620e19-c7ca-11e7-85ce-08002730290e", APIVersion:"v1", ResourceVersion:"1263", FieldPath:""}): type: 'Normal' reason: 'LeaderElection' minikube became leader
Nov 12 17:20:52 minikube localkube[3128]: scheduler is ready!
Nov 12 17:20:52 minikube localkube[3128]: Starting kubelet...
Nov 12 17:20:52 minikube localkube[3128]: Waiting for kubelet to be healthy...
Nov 12 17:20:52 minikube localkube[3128]: I1112 17:20:52.919202 3128 feature_gate.go:156] feature gates: map[]
Nov 12 17:20:52 minikube localkube[3128]: W1112 17:20:52.919478 3128 server.go:276] --require-kubeconfig is deprecated. Set --kubeconfig without using --require-kubeconfig.
Nov 12 17:20:53 minikube localkube[3128]: I1112 17:20:53.283819 3128 client.go:75] Connecting to docker on unix:///var/run/docker.sock
Nov 12 17:20:53 minikube localkube[3128]: I1112 17:20:53.283845 3128 client.go:95] Start docker client with request timeout=2m0s
Nov 12 17:20:53 minikube localkube[3128]: W1112 17:20:53.303908 3128 server.go:289] --cloud-provider=auto-detect is deprecated. The desired cloud provider should be set explicitly
Nov 12 17:20:53 minikube localkube[3128]: I1112 17:20:53.323100 3128 manager.go:149] cAdvisor running in container: "/sys/fs/cgroup/cpu,cpuacct/system.slice/localkube.service"
Nov 12 17:20:53 minikube localkube[3128]: I1112 17:20:53.353909 3128 fs.go:139] Filesystem UUIDs: map[07bd0ff2-b5d9-47cc-8101-74728e4da363:/dev/sda2 2017-10-19-17-24-41-00:/dev/sr0 5748075d-7056-4d8b-88a1-f0ee17b5b4a7:/dev/sda1]
Nov 12 17:20:53 minikube localkube[3128]: I1112 17:20:53.354013 3128 fs.go:140] Filesystem partitions: map[tmpfs:{mountpoint:/dev/shm major:0 minor:17 fsType:tmpfs blockSize:0} /dev/sda1:{mountpoint:/mnt/sda1 major:8 minor:1 fsType:ext4 blockSize:0}]
Nov 12 17:20:53 minikube localkube[3128]: I1112 17:20:53.355270 3128 manager.go:216] Machine: {NumCores:2 CpuFrequency:2394456 MemoryCapacity:2097229824 HugePages:[{PageSize:2048 NumPages:0}] MachineID:8de7cbc30b1b4830b9dd7e7d2ccc88fa SystemUUID:7715B0F8-7CB5-46B4-82B1-032A3932BC94 BootID:7f3f38ce-ed28-4e2b-ae7d-f36f457bd401 Filesystems:[{Device:tmpfs DeviceMajor:0 DeviceMinor:17 Capacity:1048612864 Type:vfs Inodes:256009 HasInodes:true} {Device:/dev/sda1 DeviceMajor:8 DeviceMinor:1 Capacity:17293533184 Type:vfs Inodes:9732096 HasInodes:true} {Device:rootfs DeviceMajor:0 DeviceMinor:1 Capacity:0 Type:vfs Inodes:0 HasInodes:true}] DiskMap:map[8:0:{Name:sda Major:8 Minor:0 Size:20971520000 Scheduler:cfq}] NetworkDevices:[{Name:eth0 MacAddress:08:00:27:30:29:0e Speed:1000 Mtu:1500} {Name:eth1 MacAddress:08:00:27:a6:d0:5c Speed:1000 Mtu:1500} {Name:sit0 MacAddress:00:00:00:00 Speed:0 Mtu:1480}] Topology:[{Id:0 Memory:2097229824 Cores:[{Id:0 Threads:[0] Caches:[{Size:32768 Type:Data Level:1} {Size:32768 Type:Instruction Level:1} {Size:262144 Type:Unified Level:2} {Size:3145728 Type:Unified Level:3}]} {Id:1 Threads:[1] Caches:[{Size:32768 Type:Data Level:1} {Size:32768 Type:Instruction Level:1} {Size:262144 Type:Unified Level:2} {Size:3145728 Type:Unified Level:3}]}] Caches:[]}] CloudProvider:Unknown InstanceType:Unknown InstanceID:None}
Nov 12 17:20:53 minikube localkube[3128]: I1112 17:20:53.362499 3128 manager.go:222] Version: {KernelVersion:4.9.13 ContainerOsVersion:Buildroot 2017.02 DockerVersion:17.06.0-ce DockerAPIVersion:1.30 CadvisorVersion: CadvisorRevision:}
Nov 12 17:20:53 minikube localkube[3128]: I1112 17:20:53.363150 3128 server.go:422] --cgroups-per-qos enabled, but --cgroup-root was not specified. defaulting to /
Nov 12 17:20:53 minikube localkube[3128]: I1112 17:20:53.371094 3128 container_manager_linux.go:252] container manager verified user specified cgroup-root exists: /
Nov 12 17:20:53 minikube localkube[3128]: I1112 17:20:53.371145 3128 container_manager_linux.go:257] Creating Container Manager object based on Node Config: {RuntimeCgroupsName: SystemCgroupsName: KubeletCgroupsName: ContainerRuntime:docker CgroupsPerQOS:true CgroupRoot:/ CgroupDriver:cgroupfs ProtectKernelDefaults:false NodeAllocatableConfig:{KubeReservedCgroupName: SystemReservedCgroupName: EnforceNodeAllocatable:map[pods:{}] KubeReserved:map[] SystemReserved:map[] HardEvictionThresholds:[{Signal:memory.available Operator:LessThan Value:{Quantity:100Mi Percentage:0} GracePeriod:0s MinReclaim:} {Signal:nodefs.available Operator:LessThan Value:{Quantity: Percentage:0.1} GracePeriod:0s MinReclaim:} {Signal:nodefs.inodesFree Operator:LessThan Value:{Quantity: Percentage:0.05} GracePeriod:0s MinReclaim:}]} ExperimentalQOSReserved:map[] ExperimentalCPUManagerPolicy:none ExperimentalCPUManagerReconcilePeriod:10s}
Nov 12 17:20:53 minikube localkube[3128]: I1112 17:20:53.371309 3128 container_manager_linux.go:288] Creating device plugin handler: false
Nov 12 17:20:53 minikube localkube[3128]: I1112 17:20:53.371479 3128 kubelet.go:273] Adding manifest file: /etc/kubernetes/manifests
Nov 12 17:20:53 minikube localkube[3128]: I1112 17:20:53.371506 3128 kubelet.go:283] Watching apiserver
Nov 12 17:20:53 minikube localkube[3128]: W1112 17:20:53.411474 3128 kubelet_network.go:69] Hairpin mode set to "promiscuous-bridge" but kubenet is not enabled, falling back to "hairpin-veth"
Nov 12 17:20:53 minikube localkube[3128]: I1112 17:20:53.411592 3128 kubelet.go:517] Hairpin mode set to "hairpin-veth"
Nov 12 17:20:53 minikube localkube[3128]: I1112 17:20:53.476346 3128 docker_service.go:207] Docker cri networking managed by kubernetes.io/no-op
Nov 12 17:20:53 minikube localkube[3128]: I1112 17:20:53.490894 3128 docker_service.go:224] Setting cgroupDriver to cgroupfs
Nov 12 17:20:53 minikube localkube[3128]: I1112 17:20:53.500794 3128 remote_runtime.go:43] Connecting to runtime service unix:///var/run/dockershim.sock
Nov 12 17:20:53 minikube localkube[3128]: I1112 17:20:53.502706 3128 kuberuntime_manager.go:177] Container runtime docker initialized, version: 17.06.0-ce, apiVersion: 1.30.0
Nov 12 17:20:53 minikube localkube[3128]: I1112 17:20:53.502843 3128 kuberuntime_manager.go:898] updating runtime config through cri with podcidr 10.180.1.0/24
Nov 12 17:20:53 minikube localkube[3128]: I1112 17:20:53.503311 3128 docker_service.go:306] docker cri received runtime config &RuntimeConfig{NetworkConfig:&NetworkConfig{PodCidr:10.180.1.0/24,},}
Nov 12 17:20:53 minikube localkube[3128]: I1112 17:20:53.503482 3128 kubelet_network.go:276] Setting Pod CIDR: -> 10.180.1.0/24
Nov 12 17:20:53 minikube localkube[3128]: I1112 17:20:53.504761 3128 server.go:718] Started kubelet v1.8.0
Nov 12 17:20:53 minikube localkube[3128]: E1112 17:20:53.505373 3128 kubelet.go:1234] Image garbage collection failed once. Stats initialization may not have completed yet: unable to find data for container /
Nov 12 17:20:53 minikube localkube[3128]: I1112 17:20:53.509339 3128 server.go:128] Starting to listen on 0.0.0.0:10250
Nov 12 17:20:53 minikube localkube[3128]: I1112 17:20:53.514259 3128 server.go:296] Adding debug handlers to kubelet server.
Nov 12 17:20:53 minikube localkube[3128]: I1112 17:20:53.535897 3128 fs_resource_analyzer.go:66] Starting FS ResourceAnalyzer
Nov 12 17:20:53 minikube localkube[3128]: I1112 17:20:53.536395 3128 status_manager.go:140] Starting to sync pod status with apiserver
Nov 12 17:20:53 minikube localkube[3128]: I1112 17:20:53.536549 3128 kubelet.go:1768] Starting kubelet main sync loop.
Nov 12 17:20:53 minikube localkube[3128]: I1112 17:20:53.536759 3128 kubelet.go:1779] skipping pod synchronization - [container runtime is down PLEG is not healthy: pleg was last seen active 2562047h47m16.854775807s ago; threshold is 3m0s]
Nov 12 17:20:53 minikube localkube[3128]: E1112 17:20:53.536367 3128 container_manager_linux.go:603] [ContainerManager]: Fail to get rootfs information unable to find data for container /
Nov 12 17:20:53 minikube localkube[3128]: I1112 17:20:53.537269 3128 volume_manager.go:246] Starting Kubelet Volume Manager
Nov 12 17:20:53 minikube localkube[3128]: I1112 17:20:53.561929 3128 factory.go:355] Registering Docker factory
Nov 12 17:20:53 minikube localkube[3128]: I1112 17:20:53.562839 3128 factory.go:89] Registering Rkt factory
Nov 12 17:20:53 minikube localkube[3128]: I1112 17:20:53.563776 3128 factory.go:157] Registering CRI-O factory
Nov 12 17:20:53 minikube localkube[3128]: I1112 17:20:53.563951 3128 factory.go:54] Registering systemd factory
Nov 12 17:20:53 minikube localkube[3128]: I1112 17:20:53.564270 3128 factory.go:86] Registering Raw factory
Nov 12 17:20:53 minikube localkube[3128]: I1112 17:20:53.564610 3128 manager.go:1140] Started watching for new ooms in manager
Nov 12 17:20:53 minikube localkube[3128]: I1112 17:20:53.565171 3128 manager.go:311] Starting recovery of all containers
Nov 12 17:20:53 minikube localkube[3128]: I1112 17:20:53.638332 3128 kubelet_node_status.go:276] Setting node annotation to enable volume controller attach/detach
Nov 12 17:20:53 minikube localkube[3128]: I1112 17:20:53.653994 3128 manager.go:316] Recovery completed
Nov 12 17:20:53 minikube localkube[3128]: I1112 17:20:53.655347 3128 rkt.go:56] starting detectRktContainers thread
Nov 12 17:20:53 minikube localkube[3128]: I1112 17:20:53.669142 3128 kubelet_node_status.go:83] Attempting to register node minikube
Nov 12 17:20:53 minikube localkube[3128]: E1112 17:20:53.850307 3128 helpers.go:832] Could not find capacity information for resource ephemeral-storage
Nov 12 17:20:53 minikube localkube[3128]: W1112 17:20:53.850607 3128 helpers.go:843] eviction manager: no observation found for eviction signal allocatableNodeFs.available
Nov 12 17:20:53 minikube localkube[3128]: I1112 17:20:53.854623 3128 kubelet_node_status.go:134] Node minikube was previously registered
Nov 12 17:20:53 minikube localkube[3128]: I1112 17:20:53.854663 3128 kubelet_node_status.go:86] Successfully registered node minikube
Nov 12 17:20:53 minikube localkube[3128]: I1112 17:20:53.862131 3128 kuberuntime_manager.go:898] updating runtime config through cri with podcidr
Nov 12 17:20:53 minikube localkube[3128]: I1112 17:20:53.862765 3128 docker_service.go:306] docker cri received runtime config &RuntimeConfig{NetworkConfig:&NetworkConfig{PodCidr:,},}
Nov 12 17:20:53 minikube localkube[3128]: I1112 17:20:53.863197 3128 kubelet_network.go:276] Setting Pod CIDR: 10.180.1.0/24 ->
Nov 12 17:20:53 minikube localkube[3128]: kubelet is ready!
Nov 12 17:20:53 minikube localkube[3128]: Starting proxy...
Nov 12 17:20:53 minikube localkube[3128]: Waiting for proxy to be healthy...
Nov 12 17:20:53 minikube localkube[3128]: W1112 17:20:53.920282 3128 server_others.go:63] unable to register configz: register config "componentconfig" twice
Nov 12 17:20:53 minikube localkube[3128]: I1112 17:20:53.963505 3128 server_others.go:117] Using iptables Proxier.
Nov 12 17:20:53 minikube localkube[3128]: W1112 17:20:53.976811 3128 proxier.go:473] clusterCIDR not specified, unable to distinguish between internal and external traffic
Nov 12 17:20:53 minikube localkube[3128]: I1112 17:20:53.977039 3128 server_others.go:152] Tearing down inactive rules.
Nov 12 17:20:54 minikube localkube[3128]: E1112 17:20:54.135205 3128 healthcheck.go:317] Failed to start node healthz on 0: listen tcp: address 0: missing port in address
Nov 12 17:20:54 minikube localkube[3128]: I1112 17:20:54.135296 3128 config.go:202] Starting service config controller
Nov 12 17:20:54 minikube localkube[3128]: I1112 17:20:54.135302 3128 controller_utils.go:1041] Waiting for caches to sync for service config controller
Nov 12 17:20:54 minikube localkube[3128]: I1112 17:20:54.135325 3128 config.go:102] Starting endpoints config controller
Nov 12 17:20:54 minikube localkube[3128]: I1112 17:20:54.135330 3128 controller_utils.go:1041] Waiting for caches to sync for endpoints config controller
Nov 12 17:20:54 minikube localkube[3128]: I1112 17:20:54.235453 3128 controller_utils.go:1048] Caches are synced for endpoints config controller
Nov 12 17:20:54 minikube localkube[3128]: I1112 17:20:54.235453 3128 controller_utils.go:1048] Caches are synced for service config controller
Nov 12 17:20:54 minikube localkube[3128]: proxy is ready!
Nov 12 17:20:54 minikube localkube[3128]: Starting storage-provisioner...
Nov 12 17:20:54 minikube localkube[3128]: Waiting for storage-provisioner to be healthy...
Nov 12 17:20:54 minikube localkube[3128]: I1112 17:20:54.935883 3128 controller.go:407] Starting provisioner controller d71c5464-c7cd-11e7-bf8b-08002730290e!
Nov 12 17:20:55 minikube localkube[3128]: storage-provisioner is ready!
Nov 12 17:20:58 minikube localkube[3128]: I1112 17:20:58.550191 3128 reconciler.go:212] operationExecutor.VerifyControllerAttachedVolume started for volume "addons" (UniqueName: "kubernetes.io/host-path/9831e93c3188555873fdb49f43198eef-addons") pod "kube-addon-manager-minikube" (UID: "9831e93c3188555873fdb49f43198eef")
Nov 12 17:20:58 minikube localkube[3128]: I1112 17:20:58.550292 3128 reconciler.go:212] operationExecutor.VerifyControllerAttachedVolume started for volume "kubeconfig" (UniqueName: "kubernetes.io/host-path/9831e93c3188555873fdb49f43198eef-kubeconfig") pod "kube-addon-manager-minikube" (UID: "9831e93c3188555873fdb49f43198eef")
Nov 12 17:21:54 minikube localkube[3128]: E1112 17:21:54.136617 3128 healthcheck.go:317] Failed to start node healthz on 0: listen tcp: address 0: missing port in address
Nov 12 17:22:54 minikube localkube[3128]: E1112 17:22:54.138377 3128 healthcheck.go:317] Failed to start node healthz on 0: listen tcp: address 0: missing port in address
Nov 12 17:23:32 minikube localkube[3128]: E1112 17:23:32.813222 3128 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": dial tcp: lookup storage.googleapis.com on 10.0.2.3:53: read udp 10.0.2.15:45378->10.0.2.3:53: i/o timeout
Nov 12 17:23:32 minikube localkube[3128]: E1112 17:23:32.814344 3128 kuberuntime_sandbox.go:54] CreatePodSandbox for pod "kube-addon-manager-minikube_kube-system(9831e93c3188555873fdb49f43198eef)" failed: rpc error: code = Unknown desc = failed pulling image "gcr.io/google_containers/pause-amd64:3.0": dial tcp: lookup storage.googleapis.com on 10.0.2.3:53: read udp 10.0.2.15:45378->10.0.2.3:53: i/o timeout
Nov 12 17:23:32 minikube localkube[3128]: E1112 17:23:32.815049 3128 kuberuntime_manager.go:632] createPodSandbox for pod "kube-addon-manager-minikube_kube-system(9831e93c3188555873fdb49f43198eef)" failed: rpc error: code = Unknown desc = failed pulling image "gcr.io/google_containers/pause-amd64:3.0": dial tcp: lookup storage.googleapis.com on 10.0.2.3:53: read udp 10.0.2.15:45378->10.0.2.3:53: i/o timeout
Nov 12 17:23:32 minikube localkube[3128]: E1112 17:23:32.815416 3128 pod_workers.go:182] Error syncing pod 9831e93c3188555873fdb49f43198eef ("kube-addon-manager-minikube_kube-system(9831e93c3188555873fdb49f43198eef)"), skipping: failed to "CreatePodSandbox" for "kube-addon-manager-minikube_kube-system(9831e93c3188555873fdb49f43198eef)" with CreatePodSandboxError: "CreatePodSandbox for pod \"kube-addon-manager-minikube_kube-system(9831e93c3188555873fdb49f43198eef)\" failed: rpc error: code = Unknown desc = failed pulling image \"gcr.io/google_containers/pause-amd64:3.0\": dial tcp: lookup storage.googleapis.com on 10.0.2.3:53: read udp 10.0.2.15:45378->10.0.2.3:53: i/o timeout"
Nov 12 17:23:54 minikube localkube[3128]: E1112 17:23:54.140488 3128 healthcheck.go:317] Failed to start node healthz on 0: listen tcp: address 0: missing port in address
Nov 12 17:24:54 minikube localkube[3128]: E1112 17:24:54.141081 3128 healthcheck.go:317] Failed to start node healthz on 0: listen tcp: address 0: missing port in address
Nov 12 17:25:54 minikube localkube[3128]: E1112 17:25:54.141864 3128 healthcheck.go:317] Failed to start node healthz on 0: listen tcp: address 0: missing port in address
Nov 12 17:26:17 minikube localkube[3128]: E1112 17:26:17.911790 3128 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": dial tcp: lookup storage.googleapis.com on 10.0.2.3:53: read udp 10.0.2.15:36849->10.0.2.3:53: i/o timeout
Nov 12 17:26:17 minikube localkube[3128]: E1112 17:26:17.912089 3128 kuberuntime_sandbox.go:54] CreatePodSandbox for pod "kube-addon-manager-minikube_kube-system(9831e93c3188555873fdb49f43198eef)" failed: rpc error: code = Unknown desc = failed pulling image "gcr.io/google_containers/pause-amd64:3.0": dial tcp: lookup storage.googleapis.com on 10.0.2.3:53: read udp 10.0.2.15:36849->10.0.2.3:53: i/o timeout
Nov 12 17:26:17 minikube localkube[3128]: E1112 17:26:17.912444 3128 kuberuntime_manager.go:632] createPodSandbox for pod "kube-addon-manager-minikube_kube-system(9831e93c3188555873fdb49f43198eef)" failed: rpc error: code = Unknown desc = failed pulling image "gcr.io/google_containers/pause-amd64:3.0": dial tcp: lookup storage.googleapis.com on 10.0.2.3:53: read udp 10.0.2.15:36849->10.0.2.3:53: i/o timeout
Nov 12 17:26:17 minikube localkube[3128]: E1112 17:26:17.912592 3128 pod_workers.go:182] Error syncing pod 9831e93c3188555873fdb49f43198eef ("kube-addon-manager-minikube_kube-system(9831e93c3188555873fdb49f43198eef)"), skipping: failed to "CreatePodSandbox" for "kube-addon-manager-minikube_kube-system(9831e93c3188555873fdb49f43198eef)" with CreatePodSandboxError: "CreatePodSandbox for pod \"kube-addon-manager-minikube_kube-system(9831e93c3188555873fdb49f43198eef)\" failed: rpc error: code = Unknown desc = failed pulling image \"gcr.io/google_containers/pause-amd64:3.0\": dial tcp: lookup storage.googleapis.com on 10.0.2.3:53: read udp 10.0.2.15:36849->10.0.2.3:53: i/o timeout"
Nov 12 17:26:54 minikube localkube[3128]: E1112 17:26:54.142632 3128 healthcheck.go:317] Failed to start node healthz on 0: listen tcp: address 0: missing port in address
Nov 12 17:27:54 minikube localkube[3128]: E1112 17:27:54.144896 3128 healthcheck.go:317] Failed to start node healthz on 0: listen tcp: address 0: missing port in address
Nov 12 17:28:54 minikube localkube[3128]: E1112 17:28:54.146597 3128 healthcheck.go:317] Failed to start node healthz on 0: listen tcp: address 0: missing port in address
Nov 12 17:29:03 minikube localkube[3128]: E1112 17:29:03.127246 3128 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": dial tcp: lookup storage.googleapis.com on 10.0.2.3:53: read udp 10.0.2.15:57585->10.0.2.3:53: i/o timeout
Nov 12 17:29:03 minikube localkube[3128]: E1112 17:29:03.127289 3128 kuberuntime_sandbox.go:54] CreatePodSandbox for pod "kube-addon-manager-minikube_kube-system(9831e93c3188555873fdb49f43198eef)" failed: rpc error: code = Unknown desc = failed pulling image "gcr.io/google_containers/pause-amd64:3.0": dial tcp: lookup storage.googleapis.com on 10.0.2.3:53: read udp 10.0.2.15:57585->10.0.2.3:53: i/o timeout
Nov 12 17:29:03 minikube localkube[3128]: E1112 17:29:03.127303 3128 kuberuntime_manager.go:632] createPodSandbox for pod "kube-addon-manager-minikube_kube-system(9831e93c3188555873fdb49f43198eef)" failed: rpc error: code = Unknown desc = failed pulling image "gcr.io/google_containers/pause-amd64:3.0": dial tcp: lookup storage.googleapis.com on 10.0.2.3:53: read udp 10.0.2.15:57585->10.0.2.3:53: i/o timeout
Nov 12 17:29:03 minikube localkube[3128]: E1112 17:29:03.127349 3128 pod_workers.go:182] Error syncing pod 9831e93c3188555873fdb49f43198eef ("kube-addon-manager-minikube_kube-system(9831e93c3188555873fdb49f43198eef)"), skipping: failed to "CreatePodSandbox" for "kube-addon-manager-minikube_kube-system(9831e93c3188555873fdb49f43198eef)" with CreatePodSandboxError: "CreatePodSandbox for pod \"kube-addon-manager-minikube_kube-system(9831e93c3188555873fdb49f43198eef)\" failed: rpc error: code = Unknown desc = failed pulling image \"gcr.io/google_containers/pause-amd64:3.0\": dial tcp: lookup storage.googleapis.com on 10.0.2.3:53: read udp 10.0.2.15:57585->10.0.2.3:53: i/o timeout"
Nov 12 17:29:54 minikube localkube[3128]: E1112 17:29:54.148268 3128 healthcheck.go:317] Failed to start node healthz on 0: listen tcp: address 0: missing port in address
Nov 12 17:30:44 minikube localkube[3128]: store.index: compact 1603
Nov 12 17:30:44 minikube localkube[3128]: finished scheduled compaction at 1603 (took 1.362749ms)
Nov 12 17:30:54 minikube localkube[3128]: E1112 17:30:54.149072 3128 healthcheck.go:317] Failed to start node healthz on 0: listen tcp: address 0: missing port in address
Nov 12 17:31:52 minikube localkube[3128]: E1112 17:31:52.631090 3128 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": dial tcp: lookup storage.googleapis.com on 10.0.2.3:53: read udp 10.0.2.15:36306->10.0.2.3:53: i/o timeout
Nov 12 17:31:52 minikube localkube[3128]: E1112 17:31:52.631125 3128 kuberuntime_sandbox.go:54] CreatePodSandbox for pod "kube-addon-manager-minikube_kube-system(9831e93c3188555873fdb49f43198eef)" failed: rpc error: code = Unknown desc = failed pulling image "gcr.io/google_containers/pause-amd64:3.0": dial tcp: lookup storage.googleapis.com on 10.0.2.3:53: read udp 10.0.2.15:36306->10.0.2.3:53: i/o timeout
Nov 12 17:31:52 minikube localkube[3128]: E1112 17:31:52.631140 3128 kuberuntime_manager.go:632] createPodSandbox for pod "kube-addon-manager-minikube_kube-system(9831e93c3188555873fdb49f43198eef)" failed: rpc error: code = Unknown desc = failed pulling image "gcr.io/google_containers/pause-amd64:3.0": dial tcp: lookup storage.googleapis.com on 10.0.2.3:53: read udp 10.0.2.15:36306->10.0.2.3:53: i/o timeout
Nov 12 17:31:52 minikube localkube[3128]: E1112 17:31:52.631252 3128 pod_workers.go:182] Error syncing pod 9831e93c3188555873fdb49f43198eef ("kube-addon-manager-minikube_kube-system(9831e93c3188555873fdb49f43198eef)"), skipping: failed to "CreatePodSandbox" for "kube-addon-manager-minikube_kube-system(9831e93c3188555873fdb49f43198eef)" with CreatePodSandboxError: "CreatePodSandbox for pod \"kube-addon-manager-minikube_kube-system(9831e93c3188555873fdb49f43198eef)\" failed: rpc error: code = Unknown desc = failed pulling image \"gcr.io/google_containers/pause-amd64:3.0\": dial tcp: lookup storage.googleapis.com on 10.0.2.3:53: read udp 10.0.2.15:36306->10.0.2.3:53: i/o timeout"
Nov 12 17:31:54 minikube localkube[3128]: E1112 17:31:54.151189 3128 healthcheck.go:317] Failed to start node healthz on 0: listen tcp: address 0: missing port in address
Nov 12 17:32:54 minikube localkube[3128]: E1112 17:32:54.151554 3128 healthcheck.go:317] Failed to start node healthz on 0: listen tcp: address 0: missing port in address
Nov 12 17:33:54 minikube localkube[3128]: E1112 17:33:54.152127 3128 healthcheck.go:317] Failed to start node healthz on 0: listen tcp: address 0: missing port in address
Nov 12 17:34:39 minikube localkube[3128]: E1112 17:34:39.834690 3128 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": dial tcp: lookup storage.googleapis.com on 10.0.2.3:53: read udp 10.0.2.15:34596->10.0.2.3:53: i/o timeout
Nov 12 17:34:39 minikube localkube[3128]: E1112 17:34:39.834888 3128 kuberuntime_sandbox.go:54] CreatePodSandbox for pod "kube-addon-manager-minikube_kube-system(9831e93c3188555873fdb49f43198eef)" failed: rpc error: code = Unknown desc = failed pulling image "gcr.io/google_containers/pause-amd64:3.0": dial tcp: lookup storage.googleapis.com on 10.0.2.3:53: read udp 10.0.2.15:34596->10.0.2.3:53: i/o timeout
Nov 12 17:34:39 minikube localkube[3128]: E1112 17:34:39.835267 3128 kuberuntime_manager.go:632] createPodSandbox for pod "kube-addon-manager-minikube_kube-system(9831e93c3188555873fdb49f43198eef)" failed: rpc error: code = Unknown desc = failed pulling image "gcr.io/google_containers/pause-amd64:3.0": dial tcp: lookup storage.googleapis.com on 10.0.2.3:53: read udp 10.0.2.15:34596->10.0.2.3:53: i/o timeout
Nov 12 17:34:39 minikube localkube[3128]: E1112 17:34:39.835534 3128 pod_workers.go:182] Error syncing pod 9831e93c3188555873fdb49f43198eef ("kube-addon-manager-minikube_kube-system(9831e93c3188555873fdb49f43198eef)"), skipping: failed to "CreatePodSandbox" for "kube-addon-manager-minikube_kube-system(9831e93c3188555873fdb49f43198eef)" with CreatePodSandboxError: "CreatePodSandbox for pod \"kube-addon-manager-minikube_kube-system(9831e93c3188555873fdb49f43198eef)\" failed: rpc error: code = Unknown desc = failed pulling image \"gcr.io/google_containers/pause-amd64:3.0\": dial tcp: lookup storage.googleapis.com on 10.0.2.3:53: read udp 10.0.2.15:34596->10.0.2.3:53: i/o timeout"
Nov 12 17:34:54 minikube localkube[3128]: E1112 17:34:54.153234 3128 healthcheck.go:317] Failed to start node healthz on 0: listen tcp: address 0: missing port in address
Nov 12 17:35:44 minikube localkube[3128]: store.index: compact 1943
Nov 12 17:35:44 minikube localkube[3128]: finished scheduled compaction at 1943 (took 1.299136ms)
Nov 12 17:35:54 minikube localkube[3128]: E1112 17:35:54.154019 3128 healthcheck.go:317] Failed to start node healthz on 0: listen tcp: address 0: missing port in address
Nov 12 17:36:54 minikube localkube[3128]: E1112 17:36:54.155093 3128 healthcheck.go:317] Failed to start node healthz on 0: listen tcp: address 0: missing port in address
Nov 12 17:37:27 minikube localkube[3128]: E1112 17:37:27.983344 3128 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": dial tcp: lookup storage.googleapis.com on 10.0.2.3:53: read udp 10.0.2.15:40931->10.0.2.3:53: i/o timeout
Nov 12 17:37:27 minikube localkube[3128]: E1112 17:37:27.983687 3128 kuberuntime_sandbox.go:54] CreatePodSandbox for pod "kube-addon-manager-minikube_kube-system(9831e93c3188555873fdb49f43198eef)" failed: rpc error: code = Unknown desc = failed pulling image "gcr.io/google_containers/pause-amd64:3.0": dial tcp: lookup storage.googleapis.com on 10.0.2.3:53: read udp 10.0.2.15:40931->10.0.2.3:53: i/o timeout
Nov 12 17:37:27 minikube localkube[3128]: E1112 17:37:27.984072 3128 kuberuntime_manager.go:632] createPodSandbox for pod "kube-addon-manager-minikube_kube-system(9831e93c3188555873fdb49f43198eef)" failed: rpc error: code = Unknown desc = failed pulling image "gcr.io/google_containers/pause-amd64:3.0": dial tcp: lookup storage.googleapis.com on 10.0.2.3:53: read udp 10.0.2.15:40931->10.0.2.3:53: i/o timeout
Nov 12 17:37:27 minikube localkube[3128]: E1112 17:37:27.984323 3128 pod_workers.go:182] Error syncing pod 9831e93c3188555873fdb49f43198eef ("kube-addon-manager-minikube_kube-system(9831e93c3188555873fdb49f43198eef)"), skipping: failed to "CreatePodSandbox" for "kube-addon-manager-minikube_kube-system(9831e93c3188555873fdb49f43198eef)" with CreatePodSandboxError: "CreatePodSandbox for pod \"kube-addon-manager-minikube_kube-system(9831e93c3188555873fdb49f43198eef)\" failed: rpc error: code = Unknown desc = failed pulling image \"gcr.io/google_containers/pause-amd64:3.0\": dial tcp: lookup storage.googleapis.com on 10.0.2.3:53: read udp 10.0.2.15:40931->10.0.2.3:53: i/o timeout"
Nov 12 17:37:54 minikube localkube[3128]: E1112 17:37:54.156740 3128 healthcheck.go:317] Failed to start node healthz on 0: listen tcp: address 0: missing port in address
Nov 12 17:38:54 minikube localkube[3128]: E1112 17:38:54.158265 3128 healthcheck.go:317] Failed to start node healthz on 0: listen tcp: address 0: missing port in address
Nov 12 17:39:54 minikube localkube[3128]: E1112 17:39:54.159452 3128 healthcheck.go:317] Failed to start node healthz on 0: listen tcp: address 0: missing port in address
Nov 12 17:40:18 minikube localkube[3128]: E1112 17:40:18.034944 3128 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": dial tcp: lookup storage.googleapis.com on 10.0.2.3:53: read udp 10.0.2.15:47892->10.0.2.3:53: i/o timeout
Nov 12 17:40:18 minikube localkube[3128]: E1112 17:40:18.035201 3128 kuberuntime_sandbox.go:54] CreatePodSandbox for pod "kube-addon-manager-minikube_kube-system(9831e93c3188555873fdb49f43198eef)" failed: rpc error: code = Unknown desc = failed pulling image "gcr.io/google_containers/pause-amd64:3.0": dial tcp: lookup storage.googleapis.com on 10.0.2.3:53: read udp 10.0.2.15:47892->10.0.2.3:53: i/o timeout
Nov 12 17:40:18 minikube localkube[3128]: E1112 17:40:18.035525 3128 kuberuntime_manager.go:632] createPodSandbox for pod "kube-addon-manager-minikube_kube-system(9831e93c3188555873fdb49f43198eef)" failed: rpc error: code = Unknown desc = failed pulling image "gcr.io/google_containers/pause-amd64:3.0": dial tcp: lookup storage.googleapis.com on 10.0.2.3:53: read udp 10.0.2.15:47892->10.0.2.3:53: i/o timeout
Nov 12 17:40:18 minikube localkube[3128]: E1112 17:40:18.035811 3128 pod_workers.go:182] Error syncing pod 9831e93c3188555873fdb49f43198eef ("kube-addon-manager-minikube_kube-system(9831e93c3188555873fdb49f43198eef)"), skipping: failed to "CreatePodSandbox" for "kube-addon-manager-minikube_kube-system(9831e93c3188555873fdb49f43198eef)" with CreatePodSandboxError: "CreatePodSandbox for pod \"kube-addon-manager-minikube_kube-system(9831e93c3188555873fdb49f43198eef)\" failed: rpc error: code = Unknown desc = failed pulling image \"gcr.io/google_containers/pause-amd64:3.0\": dial tcp: lookup storage.googleapis.com on 10.0.2.3:53: read udp 10.0.2.15:47892->10.0.2.3:53: i/o timeout"
Nov 12 17:40:44 minikube localkube[3128]: store.index: compact 2280
Nov 12 17:40:44 minikube localkube[3128]: finished scheduled compaction at 2280 (took 670.283碌s)
Nov 12 17:40:54 minikube localkube[3128]: E1112 17:40:54.161382 3128 healthcheck.go:317] Failed to start node healthz on 0: listen tcp: address 0: missing port in address
Nov 12 17:41:54 minikube localkube[3128]: E1112 17:41:54.162237 3128 healthcheck.go:317] Failed to start node healthz on 0: listen tcp: address 0: missing port in address
Nov 12 17:42:54 minikube localkube[3128]: E1112 17:42:54.165743 3128 healthcheck.go:317] Failed to start node healthz on 0: listen tcp: address 0: missing port in address
Nov 12 17:43:07 minikube localkube[3128]: E1112 17:43:07.206147 3128 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": dial tcp: lookup storage.googleapis.com on 10.0.2.3:53: read udp 10.0.2.15:59126->10.0.2.3:53: i/o timeout
Nov 12 17:43:07 minikube localkube[3128]: E1112 17:43:07.206502 3128 kuberuntime_sandbox.go:54] CreatePodSandbox for pod "kube-addon-manager-minikube_kube-system(9831e93c3188555873fdb49f43198eef)" failed: rpc error: code = Unknown desc = failed pulling image "gcr.io/google_containers/pause-amd64:3.0": dial tcp: lookup storage.googleapis.com on 10.0.2.3:53: read udp 10.0.2.15:59126->10.0.2.3:53: i/o timeout
Nov 12 17:43:07 minikube localkube[3128]: E1112 17:43:07.206782 3128 kuberuntime_manager.go:632] createPodSandbox for pod "kube-addon-manager-minikube_kube-system(9831e93c3188555873fdb49f43198eef)" failed: rpc error: code = Unknown desc = failed pulling image "gcr.io/google_containers/pause-amd64:3.0": dial tcp: lookup storage.googleapis.com on 10.0.2.3:53: read udp 10.0.2.15:59126->10.0.2.3:53: i/o timeout
Nov 12 17:43:07 minikube localkube[3128]: E1112 17:43:07.207223 3128 pod_workers.go:182] Error syncing pod 9831e93c3188555873fdb49f43198eef ("kube-addon-manager-minikube_kube-system(9831e93c3188555873fdb49f43198eef)"), skipping: failed to "CreatePodSandbox" for "kube-addon-manager-minikube_kube-system(9831e93c3188555873fdb49f43198eef)" with CreatePodSandboxError: "CreatePodSandbox for pod \"kube-addon-manager-minikube_kube-system(9831e93c3188555873fdb49f43198eef)\" failed: rpc error: code = Unknown desc = failed pulling image \"gcr.io/google_containers/pause-amd64:3.0\": dial tcp: lookup storage.googleapis.com on 10.0.2.3:53: read udp 10.0.2.15:59126->10.0.2.3:53: i/o timeout"
Nov 12 17:43:54 minikube localkube[3128]: E1112 17:43:54.166623 3128 healthcheck.go:317] Failed to start node healthz on 0: listen tcp: address 0: missing port in address
Nov 12 17:44:54 minikube localkube[3128]: E1112 17:44:54.168587 3128 healthcheck.go:317] Failed to start node healthz on 0: listen tcp: address 0: missing port in address
Nov 12 17:45:44 minikube localkube[3128]: store.index: compact 2620
Nov 12 17:45:44 minikube localkube[3128]: finished scheduled compaction at 2620 (took 668.118碌s)
Nov 12 17:45:52 minikube localkube[3128]: E1112 17:45:52.633782 3128 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": dial tcp: lookup storage.googleapis.com on 10.0.2.3:53: read udp 10.0.2.15:52441->10.0.2.3:53: i/o timeout
Nov 12 17:45:52 minikube localkube[3128]: E1112 17:45:52.634270 3128 kuberuntime_sandbox.go:54] CreatePodSandbox for pod "kube-addon-manager-minikube_kube-system(9831e93c3188555873fdb49f43198eef)" failed: rpc error: code = Unknown desc = failed pulling image "gcr.io/google_containers/pause-amd64:3.0": dial tcp: lookup storage.googleapis.com on 10.0.2.3:53: read udp 10.0.2.15:52441->10.0.2.3:53: i/o timeout
Nov 12 17:45:52 minikube localkube[3128]: E1112 17:45:52.634400 3128 kuberuntime_manager.go:632] createPodSandbox for pod "kube-addon-manager-minikube_kube-system(9831e93c3188555873fdb49f43198eef)" failed: rpc error: code = Unknown desc = failed pulling image "gcr.io/google_containers/pause-amd64:3.0": dial tcp: lookup storage.googleapis.com on 10.0.2.3:53: read udp 10.0.2.15:52441->10.0.2.3:53: i/o timeout
Nov 12 17:45:52 minikube localkube[3128]: E1112 17:45:52.634652 3128 pod_workers.go:182] Error syncing pod 9831e93c3188555873fdb49f43198eef ("kube-addon-manager-minikube_kube-system(9831e93c3188555873fdb49f43198eef)"), skipping: failed to "CreatePodSandbox" for "kube-addon-manager-minikube_kube-system(9831e93c3188555873fdb49f43198eef)" with CreatePodSandboxError: "CreatePodSandbox for pod \"kube-addon-manager-minikube_kube-system(9831e93c3188555873fdb49f43198eef)\" failed: rpc error: code = Unknown desc = failed pulling image \"gcr.io/google_containers/pause-amd64:3.0\": dial tcp: lookup storage.googleapis.com on 10.0.2.3:53: read udp 10.0.2.15:52441->10.0.2.3:53: i/o timeout"
Nov 12 17:45:54 minikube localkube[3128]: E1112 17:45:54.169323 3128 healthcheck.go:317] Failed to start node healthz on 0: listen tcp: address 0: missing port in address
Nov 12 17:46:54 minikube localkube[3128]: E1112 17:46:54.170838 3128 healthcheck.go:317] Failed to start node healthz on 0: listen tcp: address 0: missing port in address
Nov 12 17:47:54 minikube localkube[3128]: E1112 17:47:54.172552 3128 healthcheck.go:317] Failed to start node healthz on 0: listen tcp: address 0: missing port in address
Nov 12 17:48:54 minikube localkube[3128]: E1112 17:48:54.173521 3128 healthcheck.go:317] Failed to start node healthz on 0: listen tcp: address 0: missing port in address
Nov 12 17:49:17 minikube localkube[3128]: E1112 17:49:17.755630 3128 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": dial tcp: lookup storage.googleapis.com on 10.0.2.3:53: read udp 10.0.2.15:34699->10.0.2.3:53: i/o timeout
Nov 12 17:49:17 minikube localkube[3128]: E1112 17:49:17.755685 3128 kuberuntime_sandbox.go:54] CreatePodSandbox for pod "kube-addon-manager-minikube_kube-system(9831e93c3188555873fdb49f43198eef)" failed: rpc error: code = Unknown desc = failed pulling image "gcr.io/google_containers/pause-amd64:3.0": dial tcp: lookup storage.googleapis.com on 10.0.2.3:53: read udp 10.0.2.15:34699->10.0.2.3:53: i/o timeout
Nov 12 17:49:17 minikube localkube[3128]: E1112 17:49:17.755708 3128 kuberuntime_manager.go:632] createPodSandbox for pod "kube-addon-manager-minikube_kube-system(9831e93c3188555873fdb49f43198eef)" failed: rpc error: code = Unknown desc = failed pulling image "gcr.io/google_containers/pause-amd64:3.0": dial tcp: lookup storage.googleapis.com on 10.0.2.3:53: read udp 10.0.2.15:34699->10.0.2.3:53: i/o timeout
Nov 12 17:49:17 minikube localkube[3128]: E1112 17:49:17.755782 3128 pod_workers.go:182] Error syncing pod 9831e93c3188555873fdb49f43198eef ("kube-addon-manager-minikube_kube-system(9831e93c3188555873fdb49f43198eef)"), skipping: failed to "CreatePodSandbox" for "kube-addon-manager-minikube_kube-system(9831e93c3188555873fdb49f43198eef)" with CreatePodSandboxError: "CreatePodSandbox for pod \"kube-addon-manager-minikube_kube-system(9831e93c3188555873fdb49f43198eef)\" failed: rpc error: code = Unknown desc = failed pulling image \"gcr.io/google_containers/pause-amd64:3.0\": dial tcp: lookup storage.googleapis.com on 10.0.2.3:53: read udp 10.0.2.15:34699->10.0.2.3:53: i/o timeout"

Anything else do we need to know:
Looks like it can't get some images from the repository, but i have no limitation in internet access from my laptop.

lifecyclrotten

Most helpful comment

TLDR: Try to ping minikube. If it resolves to an IP, maybe remove the search-server from /etc/resolv.conf.


I experienced the same issue @disparo13 described. I am running:

  • Ubuntu 16.04.4 (HWE kernel 4.13.0-36)
  • Docker CE 17.12.1-ce
  • minikube 0.25.0
  • --vm-driver=none

on a VPS. After executing minikube start --vm-driver=none only the addon-manager came up (checked with docker ps). I checked the kube-addon-manager container logs and it contained the following:

INFO: == Kubernetes addon manager started at 2018-03-10T15:17:54+0000 with ADDON_CHECK_INTERVAL_SEC=60 ==
Unable to connect to the server: dial tcp 46.XXX.XXX.XXX:8443: i/o timeout
WRN: == Error getting default service account, retry in 0.5 second ==
...

The IP the addon-manager failed connecting to (46.XXX.XXX.XXX) was unknown to me (and surprising, since it should use localhost as far as I can tell). Eventually I tried to ping minikube, which resolved to the same IP:

$ ping minikube
PING minikube.vpsdomain.tld (46.XXX.XXX.XXX) 56(84) bytes of data.

vpsdomain.tld is a domain by my VPS-provider that gets configured as a search-server through DHCP in /etc/resolv.conf by default:

search vpsdomain.tld
nameserver 46.YYY.YYY.YYY
nameserver 46.ZZZ.ZZZ.ZZZ

I have solved my issues by removing the search-domain. (Note: simply removing it from /etc/resolv.conf might not be permanent. Check the documentation for your distribution on how to do this permanently.)

kubectl resolving for minikube instead of using the server specified in kubeconfig (see below) seems like a bug to me.

apiVersion: v1
clusters:
- cluster:
    certificate-authority: /var/lib/localkube/certs/ca.crt
    server: https://localhost:8443
  name: minikube
contexts:
- context:
    cluster: minikube
    user: minikube
  name: minikube
current-context: minikube
kind: Config
preferences: {}
users:
- name: minikube
  user:
    as-user-extra: {}
    client-certificate: /var/lib/localkube/certs/apiserver.crt
    client-key: /var/lib/localkube/certs/apiserver.key

Maybe this helps someone!


@r2d4 can you work with this information? Is there anything else I can provide?

All 10 comments

+1

same

+1

This was happening when I had a DNS listener locally on port 53; I moved the local resolver to another port, and the problem went away. I cannot take credit for this -- saw it in some other issue.

@mkw Can you specifically mention how you did that please?

I'm getting :

3047 healthcheck.go:317] Failed to start node healthz on 0: listen tcp: address 0: missing port in address

@karan-kapoor90 I don't remember the error I got, but when researching it I saw it noted that K8s wanted to listen on port 53, and I knew that I had another DNS service listening there. Use netstat -anlv (flags shown for macOS) to see if something else is listening on 53, and if so, move it off.

TLDR: Try to ping minikube. If it resolves to an IP, maybe remove the search-server from /etc/resolv.conf.


I experienced the same issue @disparo13 described. I am running:

  • Ubuntu 16.04.4 (HWE kernel 4.13.0-36)
  • Docker CE 17.12.1-ce
  • minikube 0.25.0
  • --vm-driver=none

on a VPS. After executing minikube start --vm-driver=none only the addon-manager came up (checked with docker ps). I checked the kube-addon-manager container logs and it contained the following:

INFO: == Kubernetes addon manager started at 2018-03-10T15:17:54+0000 with ADDON_CHECK_INTERVAL_SEC=60 ==
Unable to connect to the server: dial tcp 46.XXX.XXX.XXX:8443: i/o timeout
WRN: == Error getting default service account, retry in 0.5 second ==
...

The IP the addon-manager failed connecting to (46.XXX.XXX.XXX) was unknown to me (and surprising, since it should use localhost as far as I can tell). Eventually I tried to ping minikube, which resolved to the same IP:

$ ping minikube
PING minikube.vpsdomain.tld (46.XXX.XXX.XXX) 56(84) bytes of data.

vpsdomain.tld is a domain by my VPS-provider that gets configured as a search-server through DHCP in /etc/resolv.conf by default:

search vpsdomain.tld
nameserver 46.YYY.YYY.YYY
nameserver 46.ZZZ.ZZZ.ZZZ

I have solved my issues by removing the search-domain. (Note: simply removing it from /etc/resolv.conf might not be permanent. Check the documentation for your distribution on how to do this permanently.)

kubectl resolving for minikube instead of using the server specified in kubeconfig (see below) seems like a bug to me.

apiVersion: v1
clusters:
- cluster:
    certificate-authority: /var/lib/localkube/certs/ca.crt
    server: https://localhost:8443
  name: minikube
contexts:
- context:
    cluster: minikube
    user: minikube
  name: minikube
current-context: minikube
kind: Config
preferences: {}
users:
- name: minikube
  user:
    as-user-extra: {}
    client-certificate: /var/lib/localkube/certs/apiserver.crt
    client-key: /var/lib/localkube/certs/apiserver.key

Maybe this helps someone!


@r2d4 can you work with this information? Is there anything else I can provide?

Issues go stale after 90d of inactivity.
Mark the issue as fresh with /remove-lifecycle stale.
Stale issues rot after an additional 30d of inactivity and eventually close.

If this issue is safe to close now please do so with /close.

Send feedback to sig-testing, kubernetes/test-infra and/or fejta.
/lifecycle stale

Stale issues rot after 30d of inactivity.
Mark the issue as fresh with /remove-lifecycle rotten.
Rotten issues close after an additional 30d of inactivity.

If this issue is safe to close now please do so with /close.

Send feedback to sig-testing, kubernetes/test-infra and/or fejta.
/lifecycle rotten
/remove-lifecycle stale

Rotten issues close after 30d of inactivity.
Reopen the issue with /reopen.
Mark the issue as fresh with /remove-lifecycle rotten.

Send feedback to sig-testing, kubernetes/test-infra and/or fejta.
/close

Was this page helpful?
0 / 5 - 0 ratings