kubernetes / minikube

Run Kubernetes locally
https://minikube.sigs.k8s.io/
Apache License 2.0
29.22k stars 4.87k forks source link

minikube start error : libmachine: Error dialing TCP: ssh: handshake failed and GUEST_PROVISION_CONTAINER_EXITED #15189

Closed yangzhiwei256 closed 1 year ago

yangzhiwei256 commented 1 year ago

What Happened?

I cann't start minikube cluster, What I should do ?

start command: minikube start --driver=docker --image-mirror-country=cn --container-runtime=containerd

minikube error log: detail log please see log file content

I1021 21:11:47.946657   21639 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" minikube
I1021 21:11:47.976537   21639 main.go:134] libmachine: Using SSH client type: native
I1021 21:11:47.976805   21639 main.go:134] libmachine: &{{{<nil> 0 [] [] []} docker [0x7ecce0] 0x7efe60 <nil>  [] 0s} 127.0.0.1 49162 <nil> <nil>}
I1021 21:11:47.976823   21639 main.go:134] libmachine: About to run SSH command:
sudo hostname minikube && echo "minikube" | sudo tee /etc/hostname
I1021 21:11:47.977459   21639 main.go:134] libmachine: Error dialing TCP: ssh: handshake failed: read tcp 127.0.0.1:34446->127.0.0.1:49162: read: connection reset by peer
I1021 21:11:50.978707   21639 main.go:134] libmachine: Error dialing TCP: ssh: handshake failed: read tcp 127.0.0.1:34452->127.0.0.1:49162: read: connection reset by peer
I1021 21:11:53.979491   21639 main.go:134] libmachine: Error dialing TCP: dial tcp 127.0.0.1:49162: connect: connection refused

docker logs minikube command log

+ echo 'entrypoint completed: Linux minikube 5.10.0-amd64-desktop #20.00.50.29-release SMP Tue Sep 6 14:36:16 CST 2022 x86_64 x86_64 x86_64 GNU/Linux'
entrypoint completed: Linux minikube 5.10.0-amd64-desktop #20.00.50.29-release SMP Tue Sep 6 14:36:16 CST 2022 x86_64 x86_64 x86_64 GNU/Linux
+ exec /sbin/init
/usr/local/bin/entrypoint: line 546: /sbin/init: Permission denied

Linux OS Version: Chinese UOS System (Base on Debian Buster Version)

Linux version 5.10.0-amd64-desktop (uos@x86-compile-PC) (gcc (Uos 8.3.0.5-1+dde) 8.3.0, GNU ld (GNU Binutils for Uos) 2.31.1) #20.00.50.29-release SMP Tue Sep 6 14:36:16 CST 2022

minikube version

minikube version: v1.27.1
commit: fe869b5d4da11ba318eb84a3ac00f336411de7ba

docker inspect minikube command log

[
    {
        "Id": "3084bfc3d483edbdeb68edcdcd7dc3b9800b28b5068138bd24987ce5fd66631e",
        "Created": "2022-10-21T13:11:45.053724137Z",
        "Path": "/usr/local/bin/entrypoint",
        "Args": [
            "/sbin/init"
        ],
        "State": {
            "Status": "exited",
            "Running": false,
            "Paused": false,
            "Restarting": false,
            "OOMKilled": false,
            "Dead": false,
            "Pid": 0,
            "ExitCode": 126,
            "Error": "",
            "StartedAt": "2022-10-21T13:11:47.208957853Z",
            "FinishedAt": "2022-10-21T13:11:53.237819023Z"
        },
        "Image": "sha256:7fb60d0ea30e93e44c0f7921a727e383bdb23f33f5111a04820bb63d436cd909",
        "ResolvConfPath": "/data/docker/containers/3084bfc3d483edbdeb68edcdcd7dc3b9800b28b5068138bd24987ce5fd66631e/resolv.conf",
        "HostnamePath": "/data/docker/containers/3084bfc3d483edbdeb68edcdcd7dc3b9800b28b5068138bd24987ce5fd66631e/hostname",
        "HostsPath": "/data/docker/containers/3084bfc3d483edbdeb68edcdcd7dc3b9800b28b5068138bd24987ce5fd66631e/hosts",
        "LogPath": "/data/docker/containers/3084bfc3d483edbdeb68edcdcd7dc3b9800b28b5068138bd24987ce5fd66631e/3084bfc3d483edbdeb68edcdcd7dc3b9800b28b5068138bd24987ce5fd66631e-json.log",
        "Name": "/minikube",
        "RestartCount": 0,
        "Driver": "overlay2",
        "Platform": "linux",
        "MountLabel": "",
        "ProcessLabel": "",
        "AppArmorProfile": "unconfined",
        "ExecIDs": null,
        "HostConfig": {
            "Binds": [
                "/lib/modules:/lib/modules:ro",
                "minikube:/var"
            ],
            "ContainerIDFile": "",
            "LogConfig": {
                "Type": "json-file",
                "Config": {}
            },
            "NetworkMode": "minikube",
            "PortBindings": {
                "22/tcp": [
                    {
                        "HostIp": "127.0.0.1",
                        "HostPort": ""
                    }
                ],
                "2376/tcp": [
                    {
                        "HostIp": "127.0.0.1",
                        "HostPort": ""
                    }
                ],
                "32443/tcp": [
                    {
                        "HostIp": "127.0.0.1",
                        "HostPort": ""
                    }
                ],
                "5000/tcp": [
                    {
                        "HostIp": "127.0.0.1",
                        "HostPort": ""
                    }
                ],
                "8443/tcp": [
                    {
                        "HostIp": "127.0.0.1",
                        "HostPort": ""
                    }
                ]
            },
            "RestartPolicy": {
                "Name": "no",
                "MaximumRetryCount": 0
            },
            "AutoRemove": false,
            "VolumeDriver": "",
            "VolumesFrom": null,
            "CapAdd": null,
            "CapDrop": null,
            "CgroupnsMode": "host",
            "Dns": [],
            "DnsOptions": [],
            "DnsSearch": [],
            "ExtraHosts": null,
            "GroupAdd": null,
            "IpcMode": "private",
            "Cgroup": "",
            "Links": null,
            "OomScoreAdj": 0,
            "PidMode": "",
            "Privileged": true,
            "PublishAllPorts": false,
            "ReadonlyRootfs": false,
            "SecurityOpt": [
                "seccomp=unconfined",
                "apparmor=unconfined",
                "label=disable"
            ],
            "Tmpfs": {
                "/run": "",
                "/tmp": ""
            },
            "UTSMode": "",
            "UsernsMode": "",
            "ShmSize": 67108864,
            "Runtime": "runc",
            "ConsoleSize": [
                0,
                0
            ],
            "Isolation": "",
            "CpuShares": 0,
            "Memory": 3040870400,
            "NanoCpus": 2000000000,
            "CgroupParent": "",
            "BlkioWeight": 0,
            "BlkioWeightDevice": [],
            "BlkioDeviceReadBps": null,
            "BlkioDeviceWriteBps": null,
            "BlkioDeviceReadIOps": null,
            "BlkioDeviceWriteIOps": null,
            "CpuPeriod": 0,
            "CpuQuota": 0,
            "CpuRealtimePeriod": 0,
            "CpuRealtimeRuntime": 0,
            "CpusetCpus": "",
            "CpusetMems": "",
            "Devices": [],
            "DeviceCgroupRules": null,
            "DeviceRequests": null,
            "KernelMemory": 0,
            "KernelMemoryTCP": 0,
            "MemoryReservation": 0,
            "MemorySwap": 6081740800,
            "MemorySwappiness": null,
            "OomKillDisable": false,
            "PidsLimit": null,
            "Ulimits": null,
            "CpuCount": 0,
            "CpuPercent": 0,
            "IOMaximumIOps": 0,
            "IOMaximumBandwidth": 0,
            "MaskedPaths": null,
            "ReadonlyPaths": null
        },
        "GraphDriver": {
            "Data": {
                "LowerDir": "/data/docker/overlay2/81d1f98eb52c792609a79b34b6317f445e52c40f1162f8c2685ff9e89db0aec9-init/diff:/data/docker/overlay2/b5fe0c4bfdd4eed763096a8f5f4543dd40ca93f01c0b1279ca75b740ee9024e0/diff:/data/docker/overlay2/18837a981b1e0e6b8922189fb6ebf4f7cf2a841a9c29f91599514cb371a4bb47/diff:/data/docker/overlay2/4a3683d9e1227927f500a14ae29ec72fdfc7d5c8ccae0db2a0553517b5863dbc/diff:/data/docker/overlay2/b710fc6e47b57fff8c7c636ab3509dc610077c42d336ba7111aa2eb3550b321b/diff:/data/docker/overlay2/50e515f003a766d409af22117ac06075a38b10f322c2621aedc51eea0f844cd1/diff:/data/docker/overlay2/f7b3ad91afff81de8fa8b9132ff4be81e7f38dc7a2015af160d9fd1cfbc41abe/diff:/data/docker/overlay2/73a59422def11d50624345b7567a8933d99565ef108e80ac92e90c08a5210f7c/diff:/data/docker/overlay2/d411ef9417fb4c5cb355a9f296a4a8ade81af9d80b3e8ebe805941c28f34529f/diff:/data/docker/overlay2/4822005ff9157dc5f2b5e79f366467f2bb5c2feb07f04812b4ef5c04fe62c63d/diff:/data/docker/overlay2/d70ab769608399a9466f3d0055ab7b39efae367c18386aff3899541c03b86404/diff:/data/docker/overlay2/88cecb879150093864a6d96d6116b4981dc571ef48121cbcd2f1adad17cc5db1/diff:/data/docker/overlay2/b17a376d7984f07fde574c2c06cd0641f5fa18a97c8e000271d91245d273ee50/diff:/data/docker/overlay2/06444e15a6079580590aa50403971e7f8878ac54210eace4352ac190af156233/diff:/data/docker/overlay2/68c30441f9e18406e5b751ef05cf9916c238c59e425bcfeb3a635f99d3eadcf3/diff:/data/docker/overlay2/81ec6c22b960d87327a06b8f60d1f5b413554ddf9cca513af58141de4010fe9d/diff:/data/docker/overlay2/67f5642413e49932b01d7f43325e3a3435db55cff2f40760d710dbcc5df0b76a/diff:/data/docker/overlay2/b2cea2cf6341236e217cd1a76ec9de465a0d8fbc2dc3aacb9b936381b85b129c/diff:/data/docker/overlay2/9d93bc265140b23df64b47523d1e1015f031b904bfee52fcfb20271f4c8a2e18/diff:/data/docker/overlay2/24fe3192d2e4b43e959417587221551a1fdc1b92fc43f96d1b84f3c3adfbd15c/diff:/data/docker/overlay2/5962c3f2310ef5a4ba9ef9021caa3562b351b998486e5b3f70e307362f6ef849/diff:/data/docker/overlay2/c5937dbd31906bcdd9b39f5fb4caddfd21dc4b71032edc94d9515cc13f6148f3/diff:/data/docker/overlay2/86cf2ba79c14dadc72f3cd2307cb760cd95b7d5f3dc35d6179474f3de7af8e7c/diff:/data/docker/overlay2/bf889fe7f67f8d8624ec0299ac653538efa19d6b4dbba76e350131ec132fc921/diff:/data/docker/overlay2/747f0ca8ad25fb397b327d5acb531e21410586ab0d66dd97ef35c706680cab73/diff:/data/docker/overlay2/4be90cb05beddd38af1dc695f4fe7c120e2b7981492c3e71f516905248043a2a/diff:/data/docker/overlay2/da3c46d9027c1fce97c3585e858ae5f08120fe3783a02c0a68d6c327495c89bc/diff:/data/docker/overlay2/00dc4bcb979205282e07a13fe51b430115559c520dd7da685862ece643aa962a/diff:/data/docker/overlay2/a786ba015b0e8578dbf28431eccd15ca2d4614f930910168426f5cd3b302dd8c/diff:/data/docker/overlay2/e3e1be5edef5e645defc16c68db5e5eb19bc01dc527cb244c7cdf8965ec80d8b/diff:/data/docker/overlay2/c183824b95b0225e3252411c6487fcccc3190ccae4b961bf4c2e0497f780e2f5/diff:/data/docker/overlay2/e000c4de3dfc75062c2c3529d7faf0ae8fed15c2250d856641a3a0043ebbf27e/diff:/data/docker/overlay2/ba94aa0d117f9e4e9e8ae64fddc2e8287b38283e71750c5482a8207d30bb65e2/diff:/data/docker/overlay2/3277ab9924ee75d8610c20bd261f9ea263b0ad536a8b08868417e0d55abf7435/diff:/data/docker/overlay2/a4b8b0fb81a11598eaf137136eec71db0505dc4441a2ffeb7c967d8984b88ebe/diff:/data/docker/overlay2/85facd7ecd69265ea476db644a7cc8fe3c88b1746cffb11c9149329ec586d6c8/diff:/data/docker/overlay2/6e8106e2c60042b652ef830ae514ab512ffb47a15fbd1fe1c8b2010b0f59ad0b/diff:/data/docker/overlay2/b2098005ab98c1e41eb4cf4b3a6c874883684456e74ef419e0fa37a57321dda9/diff:/data/docker/overlay2/f0167069bbc6e57a03346637c6536e2ecbb1c5e3812c3d8255d52f130ebd50de/diff:/data/docker/overlay2/c03d694241e22f50ff8a75a827eaa356408f6b995a807517c34ef7988b7f2b06/diff:/data/docker/overlay2/046418e2043a518483bb8dca644b6f86efee5ec97f236d0a0cc1342eab66b9f9/diff:/data/docker/overlay2/4514ad17fa7ec3c046ca66318512eeba6776bdf2adcee3ef20968c20bca8e3c9/diff:/data/docker/overlay2/64032b9695603bcc84c5e7941aa2a6fb49b8011662a0543290015e084d939474/diff",
                "MergedDir": "/data/docker/overlay2/81d1f98eb52c792609a79b34b6317f445e52c40f1162f8c2685ff9e89db0aec9/merged",
                "UpperDir": "/data/docker/overlay2/81d1f98eb52c792609a79b34b6317f445e52c40f1162f8c2685ff9e89db0aec9/diff",
                "WorkDir": "/data/docker/overlay2/81d1f98eb52c792609a79b34b6317f445e52c40f1162f8c2685ff9e89db0aec9/work"
            },
            "Name": "overlay2"
        },
        "Mounts": [
            {
                "Type": "bind",
                "Source": "/lib/modules",
                "Destination": "/lib/modules",
                "Mode": "ro",
                "RW": false,
                "Propagation": "rprivate"
            },
            {
                "Type": "volume",
                "Name": "minikube",
                "Source": "/data/docker/volumes/minikube/_data",
                "Destination": "/var",
                "Driver": "local",
                "Mode": "z",
                "RW": true,
                "Propagation": ""
            }
        ],
        "Config": {
            "Hostname": "minikube",
            "Domainname": "",
            "User": "root",
            "AttachStdin": false,
            "AttachStdout": false,
            "AttachStderr": false,
            "ExposedPorts": {
                "22/tcp": {},
                "2376/tcp": {},
                "32443/tcp": {},
                "5000/tcp": {},
                "8443/tcp": {}
            },
            "Tty": true,
            "OpenStdin": false,
            "StdinOnce": false,
            "Env": [
                "container=docker",
                "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
            ],
            "Cmd": null,
            "Image": "registry.cn-hangzhou.aliyuncs.com/google_containers/kicbase:v0.0.35@sha256:e6f9b2700841634f3b94907f9cfa6785ca4409ef8e428a0322c1781e809d311b",
            "Volumes": null,
            "WorkingDir": "",
            "Entrypoint": [
                "/usr/local/bin/entrypoint",
                "/sbin/init"
            ],
            "OnBuild": null,
            "Labels": {
                "created_by.minikube.sigs.k8s.io": "true",
                "mode.minikube.sigs.k8s.io": "minikube",
                "name.minikube.sigs.k8s.io": "minikube",
                "role.minikube.sigs.k8s.io": ""
            },
            "StopSignal": "SIGRTMIN+3"
        },
        "NetworkSettings": {
            "Bridge": "",
            "SandboxID": "99c1a7de761023dcc5a7ec4ccbf718484bea45d262fde4ba3f20ef405bc5149b",
            "HairpinMode": false,
            "LinkLocalIPv6Address": "",
            "LinkLocalIPv6PrefixLen": 0,
            "Ports": {},
            "SandboxKey": "/var/run/docker/netns/99c1a7de7610",
            "SecondaryIPAddresses": null,
            "SecondaryIPv6Addresses": null,
            "EndpointID": "",
            "Gateway": "",
            "GlobalIPv6Address": "",
            "GlobalIPv6PrefixLen": 0,
            "IPAddress": "",
            "IPPrefixLen": 0,
            "IPv6Gateway": "",
            "MacAddress": "",
            "Networks": {
                "minikube": {
                    "IPAMConfig": {
                        "IPv4Address": "192.168.49.2"
                    },
                    "Links": null,
                    "Aliases": [
                        "3084bfc3d483",
                        "minikube"
                    ],
                    "NetworkID": "c13b4c9cd45fab554779b3509b2df06faf97dfb4b486bb7c0aa87f7cabc5fa4d",
                    "EndpointID": "",
                    "Gateway": "",
                    "IPAddress": "",
                    "IPPrefixLen": 0,
                    "IPv6Gateway": "",
                    "GlobalIPv6Address": "",
                    "GlobalIPv6PrefixLen": 0,
                    "MacAddress": "",
                    "DriverOpts": null
                }
            }
        }
    }
]

Attach the log file

Log file created at: 2022/10/21 21:42:46 Running on machine: uos Binary: Built with gc go1.19.1 for linux/amd64 Log line format: [IWEF]mmdd hh:mm:ss.uuuuuu threadid file:line] msg I1021 21:42:46.941619 826 out.go:296] Setting OutFile to fd 1 ... I1021 21:42:46.941799 826 out.go:348] isatty.IsTerminal(1) = true I1021 21:42:46.941804 826 out.go:309] Setting ErrFile to fd 2... I1021 21:42:46.941812 826 out.go:348] isatty.IsTerminal(2) = true I1021 21:42:46.942032 826 root.go:333] Updating PATH: /home/yangzhiwei256/.minikube/bin W1021 21:42:46.942181 826 root.go:310] Error reading config file at /home/yangzhiwei256/.minikube/config/config.json: open /home/yangzhiwei256/.min ikube/config/config.json: no such file or directory I1021 21:42:46.943097 826 out.go:303] Setting JSON to false I1021 21:42:46.944253 826 start.go:116] hostinfo: {"hostname":"uos","uptime":5548,"bootTime":1666354219,"procs":314,"os":"linux","platform":"debian ","platformFamily":"debian","platformVersion":"10.10","kernelVersion":"5.10.0-amd64-desktop","kernelArch":"x86_64","virtualizationSystem":"kvm","virtua lizationRole":"host","hostId":"6b5bc1e8-e63f-4c21-acbe-93c123fe2beb"} I1021 21:42:46.944309 826 start.go:126] virtualization: kvm host I1021 21:42:47.061141 826 out.go:177]  Debian 10.10 上的 minikube v1.27.1 W1021 21:42:47.116790 826 preload.go:295] Failed to list preload files: open /home/yangzhiwei256/.minikube/cache/preloaded-tarball: no such file or directory I1021 21:42:47.116834 826 notify.go:220] Checking for updates... I1021 21:42:47.116954 826 driver.go:362] Setting default libvirt URI to qemu:///system I1021 21:42:47.141002 826 docker.go:137] docker version: linux-20.10.18 I1021 21:42:47.141099 826 cli_runner.go:164] Run: docker system info --format "{{json .}}" I1021 21:42:47.207433 826 info.go:265] docker info: {ID:XAK2:BX4D:3Z7I:GIA7:AMDD:SAXZ:U6RC:F64I:WFTY:NJ2Y:U2A2:HXU2 Containers:9 ContainersRunning: 0 ContainersPaused:0 ContainersStopped:9 Images:15 Driver:overlay2 DriverStatus:[[Backing Filesystem extfs] [Supports d_type true] [Native Overlay Diff true] [userxattr false]] SystemStatus: Plugins:{Volume:[local] Network:[bridge host ipvlan macvlan null overlay] Authorization: Log:[awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog]} MemoryLimit:true SwapLimit:true KernelMemory:true KernelMemoryTCP:true CPUCfs Period:true CPUCfsQuota:true CPUShares:true CPUSet:true PidsLimit:true IPv4Forwarding:true BridgeNfIptables:true BridgeNfIP6Tables:true Debug:false NFd :24 OomKillDisable:true NGoroutines:34 SystemTime:2022-10-21 21:42:47.157494943 +0800 CST LoggingDriver:json-file CgroupDriver:systemd NEventsListener: 0 KernelVersion:5.10.0-amd64-desktop OperatingSystem:UnionTech OS Desktop 20 Home OSType:linux Architecture:x86_64 IndexServerAddress:https://index.doc ker.io/v1/ RegistryConfig:{AllowNondistributableArtifactsCIDRs:[] AllowNondistributableArtifactsHostnames:[] InsecureRegistryCIDRs:[127.0.0.0/8] IndexC onfigs:{DockerIo:{Name:docker.io Mirrors:[https://0d45f7820b80f4480f31c0135ac67560.mirror.swr.myhuaweicloud.com/ https://4dt05hi8.mirror.aliyuncs.com/] Secure:true Official:true}} Mirrors:[https://0d45f7820b80f4480f31c0135ac67560.mirror.swr.myhuaweicloud.com/ https://4dt05hi8.mirror.aliyuncs.com/]} NC PU:4 MemTotal:12445810688 GenericResources: DockerRootDir:/data/docker HTTPProxy: HTTPSProxy: NoProxy: Name:uos Labels:[] ExperimentalBuild:false ServerVersion:20.10.18 ClusterStore: ClusterAdvertise: Runtimes:{Runc:{Path:runc}} DefaultRuntime:runc Swarm:{NodeID: NodeAddr: LocalNodeState:inactive ControlAvailable:false Error: RemoteManagers:} LiveRestoreEnabled:false Isolation: InitBinary:docker-init ContainerdCommit:{ID:9cd3357b7fd7218e4a ec3eae239db1f68a5a6ec6 Expected:9cd3357b7fd7218e4aec3eae239db1f68a5a6ec6} RuncCommit:{ID:v1.1.4-0-g5fd4c4d Expected:v1.1.4-0-g5fd4c4d} InitCommit:{ID:d e40ad0 Expected:de40ad0} SecurityOptions:[name=apparmor name=seccomp,profile=default] ProductLicense: Warnings: ServerErrors:[] ClientInfo:{Debug: false Plugins:[map[Experimental:true Name:app Path:/usr/libexec/docker/cli-plugins/docker-app SchemaVersion:0.1.0 ShortDescription:Docker App Vendor:Do cker Inc. Version:v0.9.1-beta3] map[Name:buildx Path:/usr/libexec/docker/cli-plugins/docker-buildx SchemaVersion:0.1.0 ShortDescription:Docker Buildx V endor:Docker Inc. Version:v0.9.1-docker] map[Name:scan Path:/usr/libexec/docker/cli-plugins/docker-scan SchemaVersion:0.1.0 ShortDescription:Docker Sca n Vendor:Docker Inc. Version:v0.17.0]] Warnings:}} I1021 21:42:47.207526 826 docker.go:254] overlay module found I1021 21:42:47.305487 826 out.go:177] ✨ 根据用户配置使用 docker 驱动程序 I1021 21:42:47.338767 826 start.go:282] selected driver: docker I1021 21:42:47.338776 826 start.go:808] validating driver "docker" against I1021 21:42:47.338795 826 start.go:819] status for docker: {Installed:true Healthy:true Running:false NeedsImprovement:false Error: Reason: Fi x: Doc: Version:} I1021 21:42:47.338877 826 cli_runner.go:164] Run: docker system info --format "{{json .}}" I1021 21:42:47.405867 826 info.go:265] docker info: {ID:XAK2:BX4D:3Z7I:GIA7:AMDD:SAXZ:U6RC:F64I:WFTY:NJ2Y:U2A2:HXU2 Containers:9 ContainersRunning: 0 ContainersPaused:0 ContainersStopped:9 Images:15 Driver:overlay2 DriverStatus:[[Backing Filesystem extfs] [Supports d_type true] [Native Overlay Diff true] [userxattr false]] SystemStatus: Plugins:{Volume:[local] Network:[bridge host ipvlan macvlan null overlay] Authorization: Log:[awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog]} MemoryLimit:true SwapLimit:true KernelMemory:true KernelMemoryTCP:true CPUCfs Period:true CPUCfsQuota:true CPUShares:true CPUSet:true PidsLimit:true IPv4Forwarding:true BridgeNfIptables:true BridgeNfIP6Tables:true Debug:false NFd :24 OomKillDisable:true NGoroutines:34 SystemTime:2022-10-21 21:42:47.355345145 +0800 CST LoggingDriver:json-file CgroupDriver:systemd NEventsListener: 0 KernelVersion:5.10.0-amd64-desktop OperatingSystem:UnionTech OS Desktop 20 Home OSType:linux Architecture:x86_64 IndexServerAddress:https://index.doc ker.io/v1/ RegistryConfig:{AllowNondistributableArtifactsCIDRs:[] AllowNondistributableArtifactsHostnames:[] InsecureRegistryCIDRs:[127.0.0.0/8] IndexC onfigs:{DockerIo:{Name:docker.io Mirrors:[https://0d45f7820b80f4480f31c0135ac67560.mirror.swr.myhuaweicloud.com/ https://4dt05hi8.mirror.aliyuncs.com/] Secure:true Official:true}} Mirrors:[https://0d45f7820b80f4480f31c0135ac67560.mirror.swr.myhuaweicloud.com/ https://4dt05hi8.mirror.aliyuncs.com/]} NC PU:4 MemTotal:12445810688 GenericResources: DockerRootDir:/data/docker HTTPProxy: HTTPSProxy: NoProxy: Name:uos Labels:[] ExperimentalBuild:false ServerVersion:20.10.18 ClusterStore: ClusterAdvertise: Runtimes:{Runc:{Path:runc}} DefaultRuntime:runc Swarm:{NodeID: NodeAddr: LocalNodeState:inactive ControlAvailable:false Error: RemoteManagers:} LiveRestoreEnabled:false Isolation: InitBinary:docker-init ContainerdCommit:{ID:9cd3357b7fd7218e4a ec3eae239db1f68a5a6ec6 Expected:9cd3357b7fd7218e4aec3eae239db1f68a5a6ec6} RuncCommit:{ID:v1.1.4-0-g5fd4c4d Expected:v1.1.4-0-g5fd4c4d} InitCommit:{ID:d e40ad0 Expected:de40ad0} SecurityOptions:[name=apparmor name=seccomp,profile=default] ProductLicense: Warnings: ServerErrors:[] ClientInfo:{Debug: false Plugins:[map[Experimental:true Name:app Path:/usr/libexec/docker/cli-plugins/docker-app SchemaVersion:0.1.0 ShortDescription:Docker App Vendor:Do cker Inc. Version:v0.9.1-beta3] map[Name:buildx Path:/usr/libexec/docker/cli-plugins/docker-buildx SchemaVersion:0.1.0 ShortDescription:Docker Buildx V endor:Docker Inc. Version:v0.9.1-docker] map[Name:scan Path:/usr/libexec/docker/cli-plugins/docker-scan SchemaVersion:0.1.0 ShortDescription:Docker Sca n Vendor:Docker Inc. Version:v0.17.0]] Warnings:}} I1021 21:42:47.406100 826 start_flags.go:303] no existing cluster config was found, will generate one from the flags I1021 21:42:47.406769 826 start_flags.go:384] Using suggested 2900MB memory alloc based on sys=11869MB, container=11869MB I1021 21:42:47.406868 826 start.go:878] selecting image repository for country cn ... I1021 21:42:47.881628 826 out.go:177] ✅ 正在使用镜像存储库 registry.cn-hangzhou.aliyuncs.com/google_containers I1021 21:42:47.914950 826 start_flags.go:867] Wait components to verify : map[apiserver:true system_pods:true] I1021 21:42:47.948241 826 out.go:177]  Using Docker driver with root privileges I1021 21:42:47.981591 826 cni.go:95] Creating CNI manager for "" I1021 21:42:47.981605 826 cni.go:162] "docker" driver + containerd runtime found, recommending kindnet I1021 21:42:47.981621 826 start_flags.go:312] Found "CNI" CNI - setting NetworkPlugin=cni I1021 21:42:47.981629 826 start_flags.go:317] config: {Name:minikube KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase:v0.0.35@sha256:e6f9b2700841634f3b94907f9cfa6785 ca4409ef8e428a0322c1781e809d311b Memory:2900 CPUs:2 DiskSize:20000 VMDriver: Driver:docker HyperkitVpnKitSock: HyperkitVSockPorts:[] DockerEnv:[] Conta inerVolumeMounts:[] InsecureRegistry:[] RegistryMirror:[] HostOnlyCIDR:192.168.59.1/24 HypervVirtualSwitch: HypervUseExternalSwitch:false HypervExterna lAdapter: KVMNetwork:default KVMQemuURI:qemu:///system KVMGPU:false KVMHidden:false KVMNUMACount:1 APIServerPort:0 DockerOpt:[] DisableDriverMounts:fal se NFSShare:[] NFSSharesRoot:/nfsshares UUID: NoVTXCheck:false DNSProxy:false HostDNSResolver:true HostOnlyNicType:virtio NatNicType:virtio SSHIPAddres s: SSHUser:root SSHKey: SSHPort:22 KubernetesConfig:{KubernetesVersion:v1.25.2 ClusterName:minikube Namespace:default APIServerName:minikubeCA APIServe rNames:[] APIServerIPs:[] DNSDomain:cluster.local ContainerRuntime:containerd CRISocket: NetworkPlugin:cni FeatureGates: ServiceCIDR:10.96.0.0/12 Image Repository:registry.cn-hangzhou.aliyuncs.com/google_containers LoadBalancerStartIP: LoadBalancerEndIP: CustomIngressCert: RegistryAliases: ExtraOptions :[] ShouldLoadCachedImages:true EnableDefaultCNI:false CNI: NodeIP: NodePort:8443 NodeName:} Nodes:[] Addons:map[] CustomAddonImages:map[] CustomAddonR egistries:map[] VerifyComponents:map[apiserver:true system_pods:true] StartHostTimeout:6m0s ScheduledStop: ExposedPorts:[] ListenAddress: Network: Subnet: MultiNodeRequested:false ExtraDisks:0 CertExpiration:26280h0m0s Mount:false MountString:/home/yangzhiwei256:/minikube-host Mount9PVersion:9p20 00.L MountGID:docker MountIP: MountMSize:262144 MountOptions:[] MountPort:0 MountType:9p MountUID:docker BinaryMirror: DisableOptimizations:false Disab leMetrics:false CustomQemuFirmwarePath: SocketVMnetClientPath:/opt/socket_vmnet/bin/socket_vmnet_client SocketVMnetPath:/var/run/socket_vmnet} I1021 21:42:48.027192 826 out.go:177]  Starting control plane node minikube in cluster minikube I1021 21:42:48.060375 826 cache.go:120] Beginning downloading kic base image for docker with containerd I1021 21:42:48.116019 826 out.go:177]  Pulling base image ... I1021 21:42:48.149350 826 image.go:75] Checking for registry.cn-hangzhou.aliyuncs.com/google_containers/kicbase:v0.0.35@sha256:e6f9b2700841634f3b94 907f9cfa6785ca4409ef8e428a0322c1781e809d311b in local docker daemon I1021 21:42:48.149530 826 cache.go:107] acquiring lock: {Name:mk6f2b9bdd5efe0b828abc6a1833aa893c86faee Clock:{} Delay:500ms Timeout:10m0s Cancel:<n il>} I1021 21:42:48.149531 826 cache.go:107] acquiring lock: {Name:mkbec0ed74df78fcddf1df00e364d3e407340223 Clock:{} Delay:500ms Timeout:10m0s Cancel:<n il>} I1021 21:42:48.149643 826 cache.go:107] acquiring lock: {Name:mkb402f0402b98d3125986d6476dbfc111fc096b Clock:{} Delay:500ms Timeout:10m0s Cancel:<n il>} I1021 21:42:48.149717 826 cache.go:107] acquiring lock: {Name:mk03eeffb98ff46ef17b26f0d5a3fc97f04c7fcd Clock:{} Delay:500ms Timeout:10m0s Cancel:<n il>} I1021 21:42:48.149851 826 profile.go:148] Saving config to /home/yangzhiwei256/.minikube/profiles/minikube/config.json ... I1021 21:42:48.149882 826 lock.go:35] WriteFile acquiring /home/yangzhiwei256/.minikube/profiles/minikube/config.json: {Name:mkb179e9ead879757e0f06 d617f342564e875a07 Clock:{} Delay:500ms Timeout:1m0s Cancel:} I1021 21:42:48.150018 826 image.go:134] retrieving image: registry.cn-hangzhou.aliyuncs.com/google_containers/etcd:3.5.4-0 I1021 21:42:48.150017 826 image.go:134] retrieving image: registry.cn-hangzhou.aliyuncs.com/google_containers/storage-provisioner:v5 I1021 21:42:48.150097 826 cache.go:107] acquiring lock: {Name:mkf75e59266a31c0213d55a1581d9253380270f7 Clock:{} Delay:500ms Timeout:10m0s Cancel:<n il>} I1021 21:42:48.150180 826 cache.go:107] acquiring lock: {Name:mkb182573df97d0b0e61a907765f048bc7174ef0 Clock:{} Delay:500ms Timeout:10m0s Cancel:<n il>} I1021 21:42:48.150242 826 image.go:134] retrieving image: registry.cn-hangzhou.aliyuncs.com/google_containers/kube-controller-manager:v1.25.2 I1021 21:42:48.150291 826 image.go:134] retrieving image: registry.cn-hangzhou.aliyuncs.com/google_containers/coredns:v1.9.3 I1021 21:42:48.150335 826 cache.go:107] acquiring lock: {Name:mk2eb5cc7e9359f24b251f955866e91e562b95a8 Clock:{} Delay:500ms Timeout:10m0s Cancel:<n il>} I1021 21:42:48.150473 826 image.go:134] retrieving image: registry.cn-hangzhou.aliyuncs.com/google_containers/kube-scheduler:v1.25.2 I1021 21:42:48.150524 826 image.go:134] retrieving image: registry.cn-hangzhou.aliyuncs.com/google_containers/pause:3.8 I1021 21:42:48.150668 826 image.go:134] retrieving image: registry.cn-hangzhou.aliyuncs.com/google_containers/kube-proxy:v1.25.2 I1021 21:42:48.150733 826 cache.go:107] acquiring lock: {Name:mk8ec468f0b22f4d38c169b4b3b72e13fee6e3f0 Clock:{} Delay:500ms Timeout:10m0s Cancel:<n il>} I1021 21:42:48.150853 826 image.go:134] retrieving image: registry.cn-hangzhou.aliyuncs.com/google_containers/kube-apiserver:v1.25.2 I1021 21:42:48.151607 826 image.go:177] daemon lookup for registry.cn-hangzhou.aliyuncs.com/google_containers/kube-proxy:v1.25.2: Error: No such im age: registry.cn-hangzhou.aliyuncs.com/google_containers/kube-proxy:v1.25.2 I1021 21:42:48.151912 826 image.go:177] daemon lookup for registry.cn-hangzhou.aliyuncs.com/google_containers/kube-scheduler:v1.25.2: Error: No suc h image: registry.cn-hangzhou.aliyuncs.com/google_containers/kube-scheduler:v1.25.2 I1021 21:42:48.151971 826 image.go:177] daemon lookup for registry.cn-hangzhou.aliyuncs.com/google_containers/etcd:3.5.4-0: Error: No such image: r egistry.cn-hangzhou.aliyuncs.com/google_containers/etcd:3.5.4-0 I1021 21:42:48.152340 826 image.go:177] daemon lookup for registry.cn-hangzhou.aliyuncs.com/google_containers/coredns:v1.9.3: Error: No such image: registry.cn-hangzhou.aliyuncs.com/google_containers/coredns:v1.9.3 I1021 21:42:48.152422 826 image.go:177] daemon lookup for registry.cn-hangzhou.aliyuncs.com/google_containers/storage-provisioner:v5: Error: No suc h image: registry.cn-hangzhou.aliyuncs.com/google_containers/storage-provisioner:v5 I1021 21:42:48.152520 826 image.go:177] daemon lookup for registry.cn-hangzhou.aliyuncs.com/google_containers/kube-controller-manager:v1.25.2: Erro r: No such image: registry.cn-hangzhou.aliyuncs.com/google_containers/kube-controller-manager:v1.25.2 I1021 21:42:48.152547 826 image.go:177] daemon lookup for registry.cn-hangzhou.aliyuncs.com/google_containers/kube-apiserver:v1.25.2: Error: No suc h image: registry.cn-hangzhou.aliyuncs.com/google_containers/kube-apiserver:v1.25.2 I1021 21:42:48.152552 826 image.go:177] daemon lookup for registry.cn-hangzhou.aliyuncs.com/google_containers/pause:3.8: Error: No such image: regi stry.cn-hangzhou.aliyuncs.com/google_containers/pause:3.8 I1021 21:42:48.172943 826 image.go:79] Found registry.cn-hangzhou.aliyuncs.com/google_containers/kicbase:v0.0.35@sha256:e6f9b2700841634f3b94907f9cf a6785ca4409ef8e428a0322c1781e809d311b in local docker daemon, skipping pull I1021 21:42:48.172955 826 cache.go:142] registry.cn-hangzhou.aliyuncs.com/google_containers/kicbase:v0.0.35@sha256:e6f9b2700841634f3b94907f9cfa6785 ca4409ef8e428a0322c1781e809d311b exists in daemon, skipping load I1021 21:42:48.172966 826 cache.go:208] Successfully downloaded all kic artifacts I1021 21:42:48.172987 826 start.go:364] acquiring machines lock for minikube: {Name:mk9d6eb90fdc556e224d7d354b65401072c7a95f Clock:{} Delay:500ms T imeout:10m0s Cancel:} I1021 21:42:48.173077 826 start.go:368] acquired machines lock for "minikube" in 78.064µs I1021 21:42:48.173096 826 start.go:93] Provisioning new machine with config: &{Name:minikube KeepContext:false EmbedCerts:false MinikubeISO: KicBas eImage:registry.cn-hangzhou.aliyuncs.com/google_containers/kicbase:v0.0.35@sha256:e6f9b2700841634f3b94907f9cfa6785ca4409ef8e428a0322c1781e809d311b Memo ry:2900 CPUs:2 DiskSize:20000 VMDriver: Driver:docker HyperkitVpnKitSock: HyperkitVSockPorts:[] DockerEnv:[] ContainerVolumeMounts:[] InsecureRegistry: [] RegistryMirror:[] HostOnlyCIDR:192.168.59.1/24 HypervVirtualSwitch: HypervUseExternalSwitch:false HypervExternalAdapter: KVMNetwork:default KVMQemuU RI:qemu:///system KVMGPU:false KVMHidden:false KVMNUMACount:1 APIServerPort:0 DockerOpt:[] DisableDriverMounts:false NFSShare:[] NFSSharesRoot:/nfsshar es UUID: NoVTXCheck:false DNSProxy:false HostDNSResolver:true HostOnlyNicType:virtio NatNicType:virtio SSHIPAddress: SSHUser:root SSHKey: SSHPort:22 Ku bernetesConfig:{KubernetesVersion:v1.25.2 ClusterName:minikube Namespace:default APIServerName:minikubeCA APIServerNames:[] APIServerIPs:[] DNSDomain:c luster.local ContainerRuntime:containerd CRISocket: NetworkPlugin:cni FeatureGates: ServiceCIDR:10.96.0.0/12 ImageRepository:registry.cn-hangzhou.aliyu ncs.com/google_containers LoadBalancerStartIP: LoadBalancerEndIP: CustomIngressCert: RegistryAliases: ExtraOptions:[] ShouldLoadCachedImages:true Enabl eDefaultCNI:false CNI: NodeIP: NodePort:8443 NodeName:} Nodes:[{Name: IP: Port:8443 KubernetesVersion:v1.25.2 ContainerRuntime:containerd ControlPlane: true Worker:true}] Addons:map[] CustomAddonImages:map[] CustomAddonRegistries:map[] VerifyComponents:map[apiserver:true system_pods:true] StartHostTime out:6m0s ScheduledStop: ExposedPorts:[] ListenAddress: Network: Subnet: MultiNodeRequested:false ExtraDisks:0 CertExpiration:26280h0m0s Mount:fals e MountString:/home/yangzhiwei256:/minikube-host Mount9PVersion:9p2000.L MountGID:docker MountIP: MountMSize:262144 MountOptions:[] MountPort:0 MountTy pe:9p MountUID:docker BinaryMirror: DisableOptimizations:false DisableMetrics:false CustomQemuFirmwarePath: SocketVMnetClientPath:/opt/socket_vmnet/bin /socket_vmnet_client SocketVMnetPath:/var/run/socket_vmnet} &{Name: IP: Port:8443 KubernetesVersion:v1.25.2 ContainerRuntime:containerd ControlPlane:tr ue Worker:true} I1021 21:42:48.173150 826 start.go:125] createHost starting for "" (driver="docker") I1021 21:42:48.227474 826 out.go:204]  Creating docker container (CPUs=2, Memory=2900MB) ... I1021 21:42:48.227732 826 start.go:159] libmachine.API.Create for "minikube" (driver="docker") I1021 21:42:48.227757 826 client.go:168] LocalClient.Create starting I1021 21:42:48.227877 826 main.go:134] libmachine: Creating CA: /home/yangzhiwei256/.minikube/certs/ca.pem I1021 21:42:48.578176 826 cache.go:161] opening: /home/yangzhiwei256/.minikube/cache/images/amd64/registry.cn-hangzhou.aliyuncs.com/google_contain ers/coredns_v1.9.3 I1021 21:42:48.583530 826 cache.go:161] opening: /home/yangzhiwei256/.minikube/cache/images/amd64/registry.cn-hangzhou.aliyuncs.com/google_contain ers/kube-proxy_v1.25.2 I1021 21:42:48.585026 826 cache.go:161] opening: /home/yangzhiwei256/.minikube/cache/images/amd64/registry.cn-hangzhou.aliyuncs.com/google_contain ers/storage-provisioner_v5 I1021 21:42:48.585938 826 cache.go:161] opening: /home/yangzhiwei256/.minikube/cache/images/amd64/registry.cn-hangzhou.aliyuncs.com/google_contain ers/kube-scheduler_v1.25.2 I1021 21:42:48.600656 826 cache.go:161] opening: /home/yangzhiwei256/.minikube/cache/images/amd64/registry.cn-hangzhou.aliyuncs.com/google_contain ers/kube-apiserver_v1.25.2 I1021 21:42:48.610129 826 cache.go:161] opening: /home/yangzhiwei256/.minikube/cache/images/amd64/registry.cn-hangzhou.aliyuncs.com/google_contain ers/etcd_3.5.4-0 I1021 21:42:48.616759 826 cache.go:161] opening: /home/yangzhiwei256/.minikube/cache/images/amd64/registry.cn-hangzhou.aliyuncs.com/google_contain ers/pause_3.8 I1021 21:42:48.628604 826 cache.go:161] opening: /home/yangzhiwei256/.minikube/cache/images/amd64/registry.cn-hangzhou.aliyuncs.com/google_contain ers/kube-controller-manager_v1.25.2 I1021 21:42:48.645609 826 main.go:134] libmachine: Creating client certificate: /home/yangzhiwei256/.minikube/certs/cert.pem I1021 21:42:48.875307 826 cli_runner.go:164] Run: docker network inspect minikube --format "{"Name": "{{.Name}}","Driver": "{{.Driver}}","Subnet": "{{range .IPAM.Config}}{{.Subnet}}{{end}}","Gateway": "{{range .IPAM.Config}}{{.Gateway}}{{end}}","MTU": {{if (index .Options "com.docker.network.drive r.mtu")}}{{(index .Options "com.docker.network.driver.mtu")}}{{else}}0{{end}}, "ContainerIPs": [{{range $k,$v := .Containers }}"{{$v.IPv4Address}}",{{e nd}}]}" W1021 21:42:48.893818 826 cli_runner.go:211] docker network inspect minikube --format "{"Name": "{{.Name}}","Driver": "{{.Driver}}","Subnet": "{{ra nge .IPAM.Config}}{{.Subnet}}{{end}}","Gateway": "{{range .IPAM.Config}}{{.Gateway}}{{end}}","MTU": {{if (index .Options "com.docker.network.driver.mtu ")}}{{(index .Options "com.docker.network.driver.mtu")}}{{else}}0{{end}}, "ContainerIPs": [{{range $k,$v := .Containers }}"{{$v.IPv4Address}}",{{end}}] }" returned with exit code 1 I1021 21:42:48.893871 826 network_create.go:272] running [docker network inspect minikube] to gather additional debugging logs... I1021 21:42:48.893887 826 cli_runner.go:164] Run: docker network inspect minikube W1021 21:42:48.913829 826 cli_runner.go:211] docker network inspect minikube returned with exit code 1 I1021 21:42:48.913846 826 network_create.go:275] error running [docker network inspect minikube]: docker network inspect minikube: exit status 1 stdout: []

stderr: Error: No such network: minikube I1021 21:42:48.913854 826 network_create.go:277] output of [docker network inspect minikube]: -- stdout -- []

-- /stdout -- stderr Error: No such network: minikube

/stderr I1021 21:42:48.913891 826 cli_runner.go:164] Run: docker network inspect bridge --format "{"Name": "{{.Name}}","Driver": "{{.Driver}}","Subnet": "{ {range .IPAM.Config}}{{.Subnet}}{{end}}","Gateway": "{{range .IPAM.Config}}{{.Gateway}}{{end}}","MTU": {{if (index .Options "com.docker.network.driver. mtu")}}{{(index .Options "com.docker.network.driver.mtu")}}{{else}}0{{end}}, "ContainerIPs": [{{range $k,$v := .Containers }}"{{$v.IPv4Address}}",{{end }}]}" I1021 21:42:48.932347 826 network.go:295] reserving subnet 192.168.49.0 for 1m0s: &{mu:{state:0 sema:0} read:{v:{m:map[] amended:true}} dirty:map[1 92.168.49.0:0xc000654418] misses:0} I1021 21:42:48.932372 826 network.go:241] using free private subnet 192.168.49.0/24: &{IP:192.168.49.0 Netmask:255.255.255.0 Prefix:24 CIDR:192.168 .49.0/24 Gateway:192.168.49.1 ClientMin:192.168.49.2 ClientMax:192.168.49.254 Broadcast:192.168.49.255 Interface:{IfaceName: IfaceIPv4: IfaceMTU:0 Ifac eMAC:}} I1021 21:42:48.932384 826 network_create.go:115] attempt to create docker network minikube 192.168.49.0/24 with gateway 192.168.49.1 and MTU of 150 0 ... I1021 21:42:48.932419 826 cli_runner.go:164] Run: docker network create --driver=bridge --subnet=192.168.49.0/24 --gateway=192.168.49.1 -o --ip-mas q -o --icc -o com.docker.network.driver.mtu=1500 --label=created_by.minikube.sigs.k8s.io=true --label=name.minikube.sigs.k8s.io=minikube minikube I1021 21:42:49.105219 826 cache.go:156] /home/yangzhiwei256/.minikube/cache/images/amd64/registry.cn-hangzhou.aliyuncs.com/googlecontainers/pause 3.8 exists I1021 21:42:49.105256 826 cache.go:96] cache image "registry.cn-hangzhou.aliyuncs.com/google_containers/pause:3.8" -> "/home/yangzhiwei256/.minikub e/cache/images/amd64/registry.cn-hangzhou.aliyuncs.com/google_containers/pause_3.8" took 955.610185ms I1021 21:42:49.105267 826 cache.go:80] save to tar file registry.cn-hangzhou.aliyuncs.com/google_containers/pause:3.8 -> /home/yangzhiwei256/.minik ube/cache/images/amd64/registry.cn-hangzhou.aliyuncs.com/google_containers/pause_3.8 succeeded I1021 21:42:49.242294 826 network_create.go:99] docker network minikube 192.168.49.0/24 created I1021 21:42:49.242310 826 kic.go:106] calculated static IP "192.168.49.2" for the "minikube" container I1021 21:42:49.242362 826 cli_runner.go:164] Run: docker ps -a --format {{.Names}} I1021 21:42:49.282700 826 cli_runner.go:164] Run: docker volume create minikube --label name.minikube.sigs.k8s.io=minikube --label created_by.minik ube.sigs.k8s.io=true I1021 21:42:49.340752 826 oci.go:103] Successfully created a docker volume minikube I1021 21:42:49.340810 826 cli_runner.go:164] Run: docker run --rm --name minikube-preload-sidecar --label created_by.minikube.sigs.k8s.io=true --la bel name.minikube.sigs.k8s.io=minikube --entrypoint /usr/bin/test -v minikube:/var registry.cn-hangzhou.aliyuncs.com/google_containers/kicbase:v0.0.35@ sha256:e6f9b2700841634f3b94907f9cfa6785ca4409ef8e428a0322c1781e809d311b -d /var/lib I1021 21:42:54.867080 826 cli_runner.go:217] Completed: docker run --rm --name minikube-preload-sidecar --label created_by.minikube.sigs.k8s.io=tru e --label name.minikube.sigs.k8s.io=minikube --entrypoint /usr/bin/test -v minikube:/var registry.cn-hangzhou.aliyuncs.com/google_containers/kicbase:v0 .0.35@sha256:e6f9b2700841634f3b94907f9cfa6785ca4409ef8e428a0322c1781e809d311b -d /var/lib: (5.52623326s) I1021 21:42:54.867094 826 oci.go:107] Successfully prepared a docker volume minikube I1021 21:42:54.867106 826 preload.go:132] Checking if preload exists for k8s version v1.25.2 and runtime containerd W1021 21:42:58.494998 826 preload.go:115] https://kubernetes.oss-cn-hangzhou.aliyuncs.com/minikube-preloaded-volume-tarballs/v18/v1.25.2/preloaded- images-k8s-v18-v1.25.2-containerd-overlay2-amd64.tar.lz4 status code: 404 W1021 21:42:58.495352 826 cgroups_linux.go:77] Your kernel does not support swap limit capabilities or the cgroup is not mounted. I1021 21:42:58.495433 826 cli_runner.go:164] Run: docker info --format "'{{json .SecurityOptions}}'" I1021 21:42:58.563201 826 cli_runner.go:164] Run: docker run -d -t --privileged --security-opt seccomp=unconfined --tmpfs /tmp --tmpfs /run -v /lib /modules:/lib/modules:ro --hostname minikube --name minikube --label created_by.minikube.sigs.k8s.io=true --label name.minikube.sigs.k8s.io=minikube -- label role.minikube.sigs.k8s.io= --label mode.minikube.sigs.k8s.io=minikube --network minikube --ip 192.168.49.2 --volume minikube:/var --security-opt apparmor=unconfined --memory=2900mb --cpus=2 -e container=docker --expose 8443 --publish=127.0.0.1::8443 --publish=127.0.0.1::22 --publish=127.0.0.1::2 376 --publish=127.0.0.1::5000 --publish=127.0.0.1::32443 registry.cn-hangzhou.aliyuncs.com/google_containers/kicbase:v0.0.35@sha256:e6f9b2700841634f3b9 4907f9cfa6785ca4409ef8e428a0322c1781e809d311b I1021 21:43:01.597867 826 cli_runner.go:217] Completed: docker run -d -t --privileged --security-opt seccomp=unconfined --tmpfs /tmp --tmpfs /run - v /lib/modules:/lib/modules:ro --hostname minikube --name minikube --label created_by.minikube.sigs.k8s.io=true --label name.minikube.sigs.k8s.io=minik ube --label role.minikube.sigs.k8s.io= --label mode.minikube.sigs.k8s.io=minikube --network minikube --ip 192.168.49.2 --volume minikube:/var --securit y-opt apparmor=unconfined --memory=2900mb --cpus=2 -e container=docker --expose 8443 --publish=127.0.0.1::8443 --publish=127.0.0.1::22 --publish=127.0. 0.1::2376 --publish=127.0.0.1::5000 --publish=127.0.0.1::32443 registry.cn-hangzhou.aliyuncs.com/google_containers/kicbase:v0.0.35@sha256:e6f9b27008416 34f3b94907f9cfa6785ca4409ef8e428a0322c1781e809d311b: (3.034611663s) I1021 21:43:01.597909 826 cli_runner.go:164] Run: docker container inspect minikube --format={{.State.Running}} I1021 21:43:01.616972 826 cli_runner.go:164] Run: docker container inspect minikube --format={{.State.Status}} I1021 21:43:01.636884 826 cli_runner.go:164] Run: docker exec minikube stat /var/lib/dpkg/alternatives/iptables I1021 21:43:01.716887 826 oci.go:144] the created container "minikube" has a running status. I1021 21:43:01.716909 826 kic.go:210] Creating ssh key for kic: /home/yangzhiwei256/.minikube/machines/minikube/id_rsa... I1021 21:43:02.109712 826 kic_runner.go:191] docker (temp): /home/yangzhiwei256/.minikube/machines/minikube/id_rsa.pub --> /home/docker/.ssh/author ized_keys (381 bytes) I1021 21:43:02.202583 826 cli_runner.go:164] Run: docker container inspect minikube --format={{.State.Status}} I1021 21:43:02.237957 826 kic_runner.go:93] Run: chown docker:docker /home/docker/.ssh/authorized_keys I1021 21:43:02.237968 826 kic_runner.go:114] Args: [docker exec --privileged minikube chown docker:docker /home/docker/.ssh/authorized_keys] I1021 21:43:02.309537 826 cli_runner.go:164] Run: docker container inspect minikube --format={{.State.Status}} I1021 21:43:02.331877 826 machine.go:88] provisioning docker machine ... I1021 21:43:02.331898 826 ubuntu.go:169] provisioning hostname "minikube" I1021 21:43:02.331949 826 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" mi nikube I1021 21:43:02.352245 826 main.go:134] libmachine: Using SSH client type: native I1021 21:43:02.352406 826 main.go:134] libmachine: &{{{ 0 [] [] []} docker [0x7ecce0] 0x7efe60 [] 0s} 127.0.0.1 49177 } I1021 21:43:02.352415 826 main.go:134] libmachine: About to run SSH command: sudo hostname minikube && echo "minikube" | sudo tee /etc/hostname I1021 21:43:02.352902 826 main.go:134] libmachine: Error dialing TCP: ssh: handshake failed: read tcp 127.0.0.1:36154->127.0.0.1:49177: read: conne ction reset by peer I1021 21:43:04.891188 826 cache.go:156] /home/yangzhiwei256/.minikube/cache/images/amd64/registry.cn-hangzhou.aliyuncs.com/google_containers/storag e-provisioner_v5 exists I1021 21:43:04.891223 826 cache.go:96] cache image "registry.cn-hangzhou.aliyuncs.com/google_containers/storage-provisioner:v5" -> "/home/yangzhiwe i256/.minikube/cache/images/amd64/registry.cn-hangzhou.aliyuncs.com/google_containers/storage-provisioner_v5" took 16.741711173s I1021 21:43:04.891237 826 cache.go:80] save to tar file registry.cn-hangzhou.aliyuncs.com/google_containers/storage-provisioner:v5 -> /home/yangzhi wei256/.minikube/cache/images/amd64/registry.cn-hangzhou.aliyuncs.com/google_containers/storage-provisioner_v5 succeeded I1021 21:43:05.354298 826 main.go:134] libmachine: Error dialing TCP: ssh: handshake failed: read tcp 127.0.0.1:36160->127.0.0.1:49177: read: conne ction reset by peer I1021 21:43:08.355273 826 main.go:134] libmachine: Error dialing TCP: dial tcp 127.0.0.1:49177: connect: connection refused I1021 21:43:11.355914 826 main.go:134] libmachine: Error dialing TCP: dial tcp 127.0.0.1:49177: connect: connection refused I1021 21:43:14.356756 826 main.go:134] libmachine: Error dialing TCP: dial tcp 127.0.0.1:49177: connect: connection refused I1021 21:43:17.357537 826 main.go:134] libmachine: Error dialing TCP: dial tcp 127.0.0.1:49177: connect: connection refused I1021 21:43:17.723800 826 cache.go:156] /home/yangzhiwei256/.minikube/cache/images/amd64/registry.cn-hangzhou.aliyuncs.com/google_containers/kube-s cheduler_v1.25.2 exists I1021 21:43:17.723829 826 cache.go:96] cache image "registry.cn-hangzhou.aliyuncs.com/google_containers/kube-scheduler:v1.25.2" -> "/home/yangzhiwe i256/.minikube/cache/images/amd64/registry.cn-hangzhou.aliyuncs.com/google_containers/kube-scheduler_v1.25.2" took 29.573499346s I1021 21:43:17.723845 826 cache.go:80] save to tar file registry.cn-hangzhou.aliyuncs.com/google_containers/kube-scheduler:v1.25.2 -> /home/yangzhi wei256/.minikube/cache/images/amd64/registry.cn-hangzhou.aliyuncs.com/google_containers/kube-scheduler_v1.25.2 succeeded I1021 21:43:20.357755 826 main.go:134] libmachine: Error dialing TCP: dial tcp 127.0.0.1:49177: connect: connection refused I1021 21:43:21.666510 826 cache.go:156] /home/yangzhiwei256/.minikube/cache/images/amd64/registry.cn-hangzhou.aliyuncs.com/google_containers/kube-p roxy_v1.25.2 exists I1021 21:43:21.666567 826 cache.go:96] cache image "registry.cn-hangzhou.aliyuncs.com/google_containers/kube-proxy:v1.25.2" -> "/home/yangzhiwei256 /.minikube/cache/images/amd64/registry.cn-hangzhou.aliyuncs.com/google_containers/kube-proxy_v1.25.2" took 33.517044038s I1021 21:43:21.666580 826 cache.go:80] save to tar file registry.cn-hangzhou.aliyuncs.com/google_containers/kube-proxy:v1.25.2 -> /home/yangzhiwei2 56/.minikube/cache/images/amd64/registry.cn-hangzhou.aliyuncs.com/google_containers/kube-proxy_v1.25.2 succeeded I1021 21:43:23.358614 826 main.go:134] libmachine: Error dialing TCP: dial tcp 127.0.0.1:49177: connect: connection refused I1021 21:43:26.359685 826 main.go:134] libmachine: Error dialing TCP: dial tcp 127.0.0.1:49177: connect: connection refused I1021 21:43:29.360814 826 main.go:134] libmachine: Error dialing TCP: dial tcp 127.0.0.1:49177: connect: connection refused I1021 21:43:29.710951 826 cache.go:156] /home/yangzhiwei256/.minikube/cache/images/amd64/registry.cn-hangzhou.aliyuncs.com/google_containers/kube-c ontroller-manager_v1.25.2 exists I1021 21:43:29.710982 826 cache.go:96] cache image "registry.cn-hangzhou.aliyuncs.com/google_containers/kube-controller-manager:v1.25.2" -> "/home/ yangzhiwei256/.minikube/cache/images/amd64/registry.cn-hangzhou.aliyuncs.com/google_containers/kube-controller-manager_v1.25.2" took 41.560888828s I1021 21:43:29.710995 826 cache.go:80] save to tar file registry.cn-hangzhou.aliyuncs.com/google_containers/kube-controller-manager:v1.25.2 -> /hom e/yangzhiwei256/.minikube/cache/images/amd64/registry.cn-hangzhou.aliyuncs.com/google_containers/kube-controller-manager_v1.25.2 succeeded I1021 21:43:32.361238 826 main.go:134] libmachine: Error dialing TCP: dial tcp 127.0.0.1:49177: connect: connection refused I1021 21:43:35.361749 826 main.go:134] libmachine: Error dialing TCP: dial tcp 127.0.0.1:49177: connect: connection refused I1021 21:43:36.061327 826 cache.go:156] /home/yangzhiwei256/.minikube/cache/images/amd64/registry.cn-hangzhou.aliyuncs.com/google_containers/kube-a piserver_v1.25.2 exists I1021 21:43:36.061355 826 cache.go:96] cache image "registry.cn-hangzhou.aliyuncs.com/google_containers/kube-apiserver:v1.25.2" -> "/home/yangzhiwe i256/.minikube/cache/images/amd64/registry.cn-hangzhou.aliyuncs.com/google_containers/kube-apiserver_v1.25.2" took 47.910633112s I1021 21:43:36.061368 826 cache.go:80] save to tar file registry.cn-hangzhou.aliyuncs.com/google_containers/kube-apiserver:v1.25.2 -> /home/yangzhi wei256/.minikube/cache/images/amd64/registry.cn-hangzhou.aliyuncs.com/google_containers/kube-apiserver_v1.25.2 succeeded I1021 21:43:38.362259 826 main.go:134] libmachine: Error dialing TCP: dial tcp 127.0.0.1:49177: connect: connection refused I1021 21:43:41.363212 826 main.go:134] libmachine: Error dialing TCP: dial tcp 127.0.0.1:49177: connect: connection refused I1021 21:43:44.364257 826 main.go:134] libmachine: Error dialing TCP: dial tcp 127.0.0.1:49177: connect: connection refused I1021 21:43:47.364662 826 main.go:134] libmachine: Error dialing TCP: dial tcp 127.0.0.1:49177: connect: connection refused I1021 21:43:50.365171 826 main.go:134] libmachine: Error dialing TCP: dial tcp 127.0.0.1:49177: connect: connection refused I1021 21:43:53.365678 826 main.go:134] libmachine: Error dialing TCP: dial tcp 127.0.0.1:49177: connect: connection refused I1021 21:43:56.366152 826 main.go:134] libmachine: Error dialing TCP: dial tcp 127.0.0.1:49177: connect: connection refused I1021 21:43:57.801407 826 cache.go:156] /home/yangzhiwei256/.minikube/cache/images/amd64/registry.cn-hangzhou.aliyuncs.com/google_containers/etcd_3 .5.4-0 exists I1021 21:43:57.801440 826 cache.go:96] cache image "registry.cn-hangzhou.aliyuncs.com/google_containers/etcd:3.5.4-0" -> "/home/yangzhiwei256/.mini kube/cache/images/amd64/registry.cn-hangzhou.aliyuncs.com/google_containers/etcd_3.5.4-0" took 1m9.651725004s I1021 21:43:57.801457 826 cache.go:80] save to tar file registry.cn-hangzhou.aliyuncs.com/google_containers/etcd:3.5.4-0 -> /home/yangzhiwei256/.mi nikube/cache/images/amd64/registry.cn-hangzhou.aliyuncs.com/google_containers/etcd_3.5.4-0 succeeded I1021 21:43:59.367330 826 main.go:134] libmachine: Error dialing TCP: dial tcp 127.0.0.1:49177: connect: connection refused I1021 21:44:02.367937 826 main.go:134] libmachine: Error dialing TCP: dial tcp 127.0.0.1:49177: connect: connection refused I1021 21:44:05.369020 826 main.go:134] libmachine: Error dialing TCP: dial tcp 127.0.0.1:49177: connect: connection refused I1021 21:44:08.369758 826 main.go:134] libmachine: Error dialing TCP: dial tcp 127.0.0.1:49177: connect: connection refused I1021 21:44:11.371023 826 main.go:134] libmachine: Error dialing TCP: dial tcp 127.0.0.1:49177: connect: connection refused I1021 21:44:14.371847 826 main.go:134] libmachine: Error dialing TCP: dial tcp 127.0.0.1:49177: connect: connection refused I1021 21:44:17.372339 826 main.go:134] libmachine: Error dialing TCP: dial tcp 127.0.0.1:49177: connect: connection refused I1021 21:44:20.373304 826 main.go:134] libmachine: Error dialing TCP: dial tcp 127.0.0.1:49177: connect: connection refused I1021 21:44:23.374129 826 main.go:134] libmachine: Error dialing TCP: dial tcp 127.0.0.1:49177: connect: connection refused I1021 21:44:26.374632 826 main.go:134] libmachine: Error dialing TCP: dial tcp 127.0.0.1:49177: connect: connection refused I1021 21:44:29.375767 826 main.go:134] libmachine: Error dialing TCP: dial tcp 127.0.0.1:49177: connect: connection refused I1021 21:44:32.376794 826 main.go:134] libmachine: Error dialing TCP: dial tcp 127.0.0.1:49177: connect: connection refused I1021 21:44:35.377471 826 main.go:134] libmachine: Error dialing TCP: dial tcp 127.0.0.1:49177: connect: connection refused I1021 21:44:38.377944 826 main.go:134] libmachine: Error dialing TCP: dial tcp 127.0.0.1:49177: connect: connection refused I1021 21:44:41.379212 826 main.go:134] libmachine: Error dialing TCP: dial tcp 127.0.0.1:49177: connect: connection refused I1021 21:44:44.380202 826 main.go:134] libmachine: Error dialing TCP: dial tcp 127.0.0.1:49177: connect: connection refused I1021 21:44:47.380884 826 main.go:134] libmachine: Error dialing TCP: dial tcp 127.0.0.1:49177: connect: connection refused I1021 21:44:50.381528 826 main.go:134] libmachine: Error dialing TCP: dial tcp 127.0.0.1:49177: connect: connection refused I1021 21:44:53.381985 826 main.go:134] libmachine: Error dialing TCP: dial tcp 127.0.0.1:49177: connect: connection refused I1021 21:44:56.382545 826 main.go:134] libmachine: Error dialing TCP: dial tcp 127.0.0.1:49177: connect: connection refused I1021 21:44:59.383063 826 main.go:134] libmachine: Error dialing TCP: dial tcp 127.0.0.1:49177: connect: connection refused I1021 21:45:02.383546 826 main.go:134] libmachine: Error dialing TCP: dial tcp 127.0.0.1:49177: connect: connection refused I1021 21:45:05.384381 826 main.go:134] libmachine: Error dialing TCP: dial tcp 127.0.0.1:49177: connect: connection refused I1021 21:45:08.385092 826 main.go:134] libmachine: Error dialing TCP: dial tcp 127.0.0.1:49177: connect: connection refused I1021 21:45:11.386231 826 main.go:134] libmachine: Error dialing TCP: dial tcp 127.0.0.1:49177: connect: connection refused I1021 21:45:14.386438 826 main.go:134] libmachine: Error dialing TCP: dial tcp 127.0.0.1:49177: connect: connection refused I1021 21:45:17.387222 826 main.go:134] libmachine: Error dialing TCP: dial tcp 127.0.0.1:49177: connect: connection refused I1021 21:45:20.388050 826 main.go:134] libmachine: Error dialing TCP: dial tcp 127.0.0.1:49177: connect: connection refused I1021 21:45:23.388847 826 main.go:134] libmachine: Error dialing TCP: dial tcp 127.0.0.1:49177: connect: connection refused I1021 21:45:26.389868 826 main.go:134] libmachine: Error dialing TCP: dial tcp 127.0.0.1:49177: connect: connection refused I1021 21:45:29.390448 826 main.go:134] libmachine: Error dialing TCP: dial tcp 127.0.0.1:49177: connect: connection refused I1021 21:45:32.391255 826 main.go:134] libmachine: Error dialing TCP: dial tcp 127.0.0.1:49177: connect: connection refused I1021 21:45:35.391481 826 main.go:134] libmachine: Error dialing TCP: dial tcp 127.0.0.1:49177: connect: connection refused I1021 21:45:38.392097 826 main.go:134] libmachine: Error dialing TCP: dial tcp 127.0.0.1:49177: connect: connection refused I1021 21:45:41.392614 826 main.go:134] libmachine: Error dialing TCP: dial tcp 127.0.0.1:49177: connect: connection refused I1021 21:45:44.393854 826 main.go:134] libmachine: Error dialing TCP: dial tcp 127.0.0.1:49177: connect: connection refused I1021 21:45:47.394353 826 main.go:134] libmachine: Error dialing TCP: dial tcp 127.0.0.1:49177: connect: connection refused I1021 21:45:50.395381 826 main.go:134] libmachine: Error dialing TCP: dial tcp 127.0.0.1:49177: connect: connection refused I1021 21:45:53.396441 826 main.go:134] libmachine: Error dialing TCP: dial tcp 127.0.0.1:49177: connect: connection refused I1021 21:45:56.397680 826 main.go:134] libmachine: Error dialing TCP: dial tcp 127.0.0.1:49177: connect: connection refused I1021 21:45:59.398883 826 main.go:134] libmachine: Error dialing TCP: dial tcp 127.0.0.1:49177: connect: connection refused I1021 21:46:02.399912 826 main.go:134] libmachine: SSH cmd err, output: : I1021 21:46:02.399966 826 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" mi nikube W1021 21:46:02.426231 826 cli_runner.go:211] docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" minikub e returned with exit code 1 I1021 21:46:02.426270 826 machine.go:91] provisioned docker machine in 3m0.094384099s I1021 21:46:02.426275 826 client.go:171] LocalClient.Create took 3m14.198514921s I1021 21:46:04.426660 826 ssh_runner.go:195] Run: sh -c "df -h /var | awk 'NR==2{print $5}'" I1021 21:46:04.426706 826 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" mi nikube W1021 21:46:04.446908 826 cli_runner.go:211] docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" minikub e returned with exit code 1 I1021 21:46:04.446986 826 retry.go:31] will retry after 276.165072ms: new client: new client: Error creating new ssh host from driver: Error gettin g ssh port for driver: get ssh host-port: unable to inspect a not running container to get SSH port I1021 21:46:04.724299 826 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" mi nikube W1021 21:46:04.743737 826 cli_runner.go:211] docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" minikub e returned with exit code 1 I1021 21:46:04.743815 826 retry.go:31] will retry after 540.190908ms: new client: new client: Error creating new ssh host from driver: Error gettin g ssh port for driver: get ssh host-port: unable to inspect a not running container to get SSH port I1021 21:46:05.284892 826 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" mi nikube W1021 21:46:05.309267 826 cli_runner.go:211] docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" minikub e returned with exit code 1 I1021 21:46:05.309349 826 retry.go:31] will retry after 655.06503ms: new client: new client: Error creating new ssh host from driver: Error getting ssh port for driver: get ssh host-port: unable to inspect a not running container to get SSH port I1021 21:46:05.965265 826 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" mi nikube W1021 21:46:05.989131 826 cli_runner.go:211] docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" minikub e returned with exit code 1 W1021 21:46:05.989245 826 start.go:275] error running df -h /var: NewSession: new client: new client: Error creating new ssh host from driver: Erro r getting ssh port for driver: get ssh host-port: unable to inspect a not running container to get SSH port W1021 21:46:05.989268 826 start.go:242] error getting percentage of /var that is free: NewSession: new client: new client: Error creating new ssh h ost from driver: Error getting ssh port for driver: get ssh host-port: unable to inspect a not running container to get SSH port I1021 21:46:05.989339 826 ssh_runner.go:195] Run: sh -c "df -BG /var | awk 'NR==2{print $4}'" I1021 21:46:05.989379 826 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" mi nikube W1021 21:46:06.011675 826 cli_runner.go:211] docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" minikub e returned with exit code 1 I1021 21:46:06.011778 826 retry.go:31] will retry after 231.159374ms: new client: new client: Error creating new ssh host from driver: Error gettin g ssh port for driver: get ssh host-port: unable to inspect a not running container to get SSH port I1021 21:46:06.243479 826 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" mi nikube W1021 21:46:06.262651 826 cli_runner.go:211] docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" minikub e returned with exit code 1 I1021 21:46:06.262742 826 retry.go:31] will retry after 445.058653ms: new client: new client: Error creating new ssh host from driver: Error gettin g ssh port for driver: get ssh host-port: unable to inspect a not running container to get SSH port I1021 21:46:06.708463 826 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" mi nikube W1021 21:46:06.727733 826 cli_runner.go:211] docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" minikub e returned with exit code 1 I1021 21:46:06.727803 826 retry.go:31] will retry after 318.170823ms: new client: new client: Error creating new ssh host from driver: Error gettin g ssh port for driver: get ssh host-port: unable to inspect a not running container to get SSH port I1021 21:46:07.046289 826 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" mi nikube W1021 21:46:07.065447 826 cli_runner.go:211] docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" minikub e returned with exit code 1 I1021 21:46:07.065535 826 retry.go:31] will retry after 553.938121ms: new client: new client: Error creating new ssh host from driver: Error gettin g ssh port for driver: get ssh host-port: unable to inspect a not running container to get SSH port I1021 21:46:07.619627 826 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" mi nikube W1021 21:46:07.639366 826 cli_runner.go:211] docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" minikub e returned with exit code 1 W1021 21:46:07.639445 826 start.go:290] error running df -BG /var: NewSession: new client: new client: Error creating new ssh host from driver: Err or getting ssh port for driver: get ssh host-port: unable to inspect a not running container to get SSH port W1021 21:46:07.639453 826 start.go:247] error getting GiB of /var that is available: NewSession: new client: new client: Error creating new ssh hos t from driver: Error getting ssh port for driver: get ssh host-port: unable to inspect a not running container to get SSH port I1021 21:46:07.639458 826 start.go:128] duration metric: createHost completed in 3m19.466304064s I1021 21:46:07.639463 826 start.go:83] releasing machines lock for "minikube", held for 3m19.466380125s W1021 21:46:07.639481 826 start.go:603] error starting host: creating host: create: provisioning: get ssh host-port: unable to inspect a not runnin g container to get SSH port I1021 21:46:07.639903 826 cli_runner.go:164] Run: docker container inspect minikube --format={{.State.Status}} I1021 21:46:07.665416 826 stop.go:39] StopHost: minikube W1021 21:46:07.665735 826 register.go:133] "Stopping" was not found within the registered steps for "Initial Minikube Setup": [Initial Minikube Set up Selecting Driver Downloading Artifacts Starting Node Updating Driver Pulling Base Image Running on Localhost Local OS Release Creating Container Cre ating VM Running Remotely Preparing Kubernetes Generating certificates Booting control plane Configuring RBAC rules Configuring CNI Configuring Localho st Environment Verifying Kubernetes Enabling Addons Done] I1021 21:46:07.724000 826 out.go:177] ✋ Stopping node "minikube" ... I1021 21:46:07.768719 826 cli_runner.go:164] Run: docker container inspect minikube --format={{.State.Status}} I1021 21:46:07.794603 826 stop.go:79] host is in state Stopped I1021 21:46:07.794627 826 main.go:134] libmachine: Stopping "minikube"... I1021 21:46:07.794669 826 cli_runner.go:164] Run: docker container inspect minikube --format={{.State.Status}} I1021 21:46:07.816698 826 stop.go:59] stop err: Machine "minikube" is already stopped. I1021 21:46:07.816720 826 stop.go:62] host is already stopped W1021 21:46:08.817902 826 register.go:133] "Stopping" was not found within the registered steps for "Initial Minikube Setup": [Initial Minikube Set up Selecting Driver Downloading Artifacts Starting Node Updating Driver Pulling Base Image Running on Localhost Local OS Release Creating Container Cre ating VM Running Remotely Preparing Kubernetes Generating certificates Booting control plane Configuring RBAC rules Configuring CNI Configuring Localho st Environment Verifying Kubernetes Enabling Addons Done] I1021 21:46:08.875886 826 out.go:177]  正在删除 docker 中的“minikube”… I1021 21:46:08.920315 826 cli_runner.go:164] Run: docker container inspect -f {{.Id}} minikube I1021 21:46:08.939851 826 cli_runner.go:164] Run: docker container inspect minikube --format={{.State.Status}} I1021 21:46:08.959768 826 cli_runner.go:164] Run: docker exec --privileged -t minikube /bin/bash -c "sudo init 0" W1021 21:46:08.980688 826 cli_runner.go:211] docker exec --privileged -t minikube /bin/bash -c "sudo init 0" returned with exit code 1 I1021 21:46:08.980713 826 oci.go:646] error shutdown minikube: docker exec --privileged -t minikube /bin/bash -c "sudo init 0": exit status 1 stdout:

stderr: Error response from daemon: Container 5c229dc89300b435d390d3e69c42fa3b2c0cfa3be911740e7f704e4eedbf3579 is not running I1021 21:46:09.981469 826 cli_runner.go:164] Run: docker container inspect minikube --format={{.State.Status}} I1021 21:46:10.005794 826 oci.go:654] container minikube status is Stopped I1021 21:46:10.005805 826 oci.go:666] Successfully shutdown container minikube I1021 21:46:10.005838 826 cli_runner.go:164] Run: docker rm -f -v minikube I1021 21:46:10.276161 826 cli_runner.go:164] Run: docker container inspect -f {{.Id}} minikube W1021 21:46:10.294325 826 cli_runner.go:211] docker container inspect -f {{.Id}} minikube returned with exit code 1 I1021 21:46:10.294375 826 cli_runner.go:164] Run: docker network inspect minikube --format "{"Name": "{{.Name}}","Driver": "{{.Driver}}","Subnet": "{{range .IPAM.Config}}{{.Subnet}}{{end}}","Gateway": "{{range .IPAM.Config}}{{.Gateway}}{{end}}","MTU": {{if (index .Options "com.docker.network.drive r.mtu")}}{{(index .Options "com.docker.network.driver.mtu")}}{{else}}0{{end}}, "ContainerIPs": [{{range $k,$v := .Containers }}"{{$v.IPv4Address}}",{{e nd}}]}" I1021 21:46:10.313321 826 cli_runner.go:164] Run: docker network rm minikube W1021 21:46:10.801120 826 out.go:239] 臘 StartHost failed, but will try again: creating host: create: provisioning: get ssh host-port: unable to i nspect a not running container to get SSH port I1021 21:46:10.801144 826 start.go:618] Will try again in 5 seconds ... I1021 21:46:15.803566 826 start.go:364] acquiring machines lock for minikube: {Name:mk9d6eb90fdc556e224d7d354b65401072c7a95f Clock:{} Delay:500ms T imeout:10m0s Cancel:} I1021 21:46:15.803725 826 start.go:368] acquired machines lock for "minikube" in 135.871µs I1021 21:46:15.803743 826 start.go:93] Provisioning new machine with config: &{Name:minikube KeepContext:false EmbedCerts:false MinikubeISO: KicBas eImage:registry.cn-hangzhou.aliyuncs.com/google_containers/kicbase:v0.0.35@sha256:e6f9b2700841634f3b94907f9cfa6785ca4409ef8e428a0322c1781e809d311b Memo ry:2900 CPUs:2 DiskSize:20000 VMDriver: Driver:docker HyperkitVpnKitSock: HyperkitVSockPorts:[] DockerEnv:[] ContainerVolumeMounts:[] InsecureRegistry: [] RegistryMirror:[] HostOnlyCIDR:192.168.59.1/24 HypervVirtualSwitch: HypervUseExternalSwitch:false HypervExternalAdapter: KVMNetwork:default KVMQemuU RI:qemu:///system KVMGPU:false KVMHidden:false KVMNUMACount:1 APIServerPort:0 DockerOpt:[] DisableDriverMounts:false NFSShare:[] NFSSharesRoot:/nfsshar es UUID: NoVTXCheck:false DNSProxy:false HostDNSResolver:true HostOnlyNicType:virtio NatNicType:virtio SSHIPAddress: SSHUser:root SSHKey: SSHPort:22 Ku bernetesConfig:{KubernetesVersion:v1.25.2 ClusterName:minikube Namespace:default APIServerName:minikubeCA APIServerNames:[] APIServerIPs:[] DNSDomain:c luster.local ContainerRuntime:containerd CRISocket: NetworkPlugin:cni FeatureGates: ServiceCIDR:10.96.0.0/12 ImageRepository:registry.cn-hangzhou.aliyu ncs.com/google_containers LoadBalancerStartIP: LoadBalancerEndIP: CustomIngressCert: RegistryAliases: ExtraOptions:[] ShouldLoadCachedImages:true Enabl eDefaultCNI:false CNI: NodeIP: NodePort:8443 NodeName:} Nodes:[{Name: IP: Port:8443 KubernetesVersion:v1.25.2 ContainerRuntime:containerd ControlPlane: true Worker:true}] Addons:map[] CustomAddonImages:map[] CustomAddonRegistries:map[] VerifyComponents:map[apiserver:true system_pods:true] StartHostTime out:6m0s ScheduledStop: ExposedPorts:[] ListenAddress: Network: Subnet: MultiNodeRequested:false ExtraDisks:0 CertExpiration:26280h0m0s Mount:fals e MountString:/home/yangzhiwei256:/minikube-host Mount9PVersion:9p2000.L MountGID:docker MountIP: MountMSize:262144 MountOptions:[] MountPort:0 MountTy pe:9p MountUID:docker BinaryMirror: DisableOptimizations:false DisableMetrics:false CustomQemuFirmwarePath: SocketVMnetClientPath:/opt/socket_vmnet/bin /socket_vmnet_client SocketVMnetPath:/var/run/socket_vmnet} &{Name: IP: Port:8443 KubernetesVersion:v1.25.2 ContainerRuntime:containerd ControlPlane:tr ue Worker:true} I1021 21:46:15.803824 826 start.go:125] createHost starting for "" (driver="docker") I1021 21:46:15.875939 826 out.go:204]  Creating docker container (CPUs=2, Memory=2900MB) ... I1021 21:46:15.876080 826 start.go:159] libmachine.API.Create for "minikube" (driver="docker") I1021 21:46:15.876097 826 client.go:168] LocalClient.Create starting I1021 21:46:15.876817 826 main.go:134] libmachine: Reading certificate data from /home/yangzhiwei256/.minikube/certs/ca.pem I1021 21:46:15.876935 826 main.go:134] libmachine: Decoding PEM data... I1021 21:46:15.876955 826 main.go:134] libmachine: Parsing certificate... I1021 21:46:15.877044 826 main.go:134] libmachine: Reading certificate data from /home/yangzhiwei256/.minikube/certs/cert.pem I1021 21:46:15.877098 826 main.go:134] libmachine: Decoding PEM data... I1021 21:46:15.877112 826 main.go:134] libmachine: Parsing certificate... I1021 21:46:15.877394 826 cli_runner.go:164] Run: docker network inspect minikube --format "{"Name": "{{.Name}}","Driver": "{{.Driver}}","Subnet": "{{range .IPAM.Config}}{{.Subnet}}{{end}}","Gateway": "{{range .IPAM.Config}}{{.Gateway}}{{end}}","MTU": {{if (index .Options "com.docker.network.drive r.mtu")}}{{(index .Options "com.docker.network.driver.mtu")}}{{else}}0{{end}}, "ContainerIPs": [{{range $k,$v := .Containers }}"{{$v.IPv4Address}}",{{e nd}}]}" W1021 21:46:15.908673 826 cli_runner.go:211] docker network inspect minikube --format "{"Name": "{{.Name}}","Driver": "{{.Driver}}","Subnet": "{{ra nge .IPAM.Config}}{{.Subnet}}{{end}}","Gateway": "{{range .IPAM.Config}}{{.Gateway}}{{end}}","MTU": {{if (index .Options "com.docker.network.driver.mtu ")}}{{(index .Options "com.docker.network.driver.mtu")}}{{else}}0{{end}}, "ContainerIPs": [{{range $k,$v := .Containers }}"{{$v.IPv4Address}}",{{end}}] }" returned with exit code 1 I1021 21:46:15.908715 826 network_create.go:272] running [docker network inspect minikube] to gather additional debugging logs... I1021 21:46:15.908725 826 cli_runner.go:164] Run: docker network inspect minikube W1021 21:46:15.930257 826 cli_runner.go:211] docker network inspect minikube returned with exit code 1 I1021 21:46:15.930274 826 network_create.go:275] error running [docker network inspect minikube]: docker network inspect minikube: exit status 1 stdout: []

stderr: Error: No such network: minikube I1021 21:46:15.930284 826 network_create.go:277] output of [docker network inspect minikube]: -- stdout -- []

-- /stdout -- stderr Error: No such network: minikube

/stderr I1021 21:46:15.930319 826 cli_runner.go:164] Run: docker network inspect bridge --format "{"Name": "{{.Name}}","Driver": "{{.Driver}}","Subnet": "{ {range .IPAM.Config}}{{.Subnet}}{{end}}","Gateway": "{{range .IPAM.Config}}{{.Gateway}}{{end}}","MTU": {{if (index .Options "com.docker.network.driver. mtu")}}{{(index .Options "com.docker.network.driver.mtu")}}{{else}}0{{end}}, "ContainerIPs": [{{range $k,$v := .Containers }}"{{$v.IPv4Address}}",{{end }}]}" I1021 21:46:15.953724 826 network.go:291] reusing subnet 192.168.49.0 that has expired reservation: &{mu:{state:0 sema:0} read:{v:{m:map[192.168.49 .0:0xc000654418] amended:false}} dirty:map[] misses:0} I1021 21:46:15.953768 826 network.go:241] using free private subnet 192.168.49.0/24: &{IP:192.168.49.0 Netmask:255.255.255.0 Prefix:24 CIDR:192.168 .49.0/24 Gateway:192.168.49.1 ClientMin:192.168.49.2 ClientMax:192.168.49.254 Broadcast:192.168.49.255 Interface:{IfaceName: IfaceIPv4: IfaceMTU:0 Ifac eMAC:}} I1021 21:46:15.953780 826 network_create.go:115] attempt to create docker network minikube 192.168.49.0/24 with gateway 192.168.49.1 and MTU of 150 0 ... I1021 21:46:15.953822 826 cli_runner.go:164] Run: docker network create --driver=bridge --subnet=192.168.49.0/24 --gateway=192.168.49.1 -o --ip-mas q -o --icc -o com.docker.network.driver.mtu=1500 --label=created_by.minikube.sigs.k8s.io=true --label=name.minikube.sigs.k8s.io=minikube minikube I1021 21:46:16.257685 826 network_create.go:99] docker network minikube 192.168.49.0/24 created I1021 21:46:16.257707 826 kic.go:106] calculated static IP "192.168.49.2" for the "minikube" container I1021 21:46:16.257771 826 cli_runner.go:164] Run: docker ps -a --format {{.Names}} I1021 21:46:16.301115 826 cli_runner.go:164] Run: docker volume create minikube --label name.minikube.sigs.k8s.io=minikube --label created_by.minik ube.sigs.k8s.io=true I1021 21:46:16.337446 826 oci.go:103] Successfully created a docker volume minikube I1021 21:46:16.337501 826 cli_runner.go:164] Run: docker run --rm --name minikube-preload-sidecar --label created_by.minikube.sigs.k8s.io=true --la bel name.minikube.sigs.k8s.io=minikube --entrypoint /usr/bin/test -v minikube:/var registry.cn-hangzhou.aliyuncs.com/google_containers/kicbase:v0.0.35@ sha256:e6f9b2700841634f3b94907f9cfa6785ca4409ef8e428a0322c1781e809d311b -d /var/lib I1021 21:46:21.371247 826 cli_runner.go:217] Completed: docker run --rm --name minikube-preload-sidecar --label created_by.minikube.sigs.k8s.io=tru e --label name.minikube.sigs.k8s.io=minikube --entrypoint /usr/bin/test -v minikube:/var registry.cn-hangzhou.aliyuncs.com/google_containers/kicbase:v0 .0.35@sha256:e6f9b2700841634f3b94907f9cfa6785ca4409ef8e428a0322c1781e809d311b -d /var/lib: (5.033704162s) I1021 21:46:21.371265 826 oci.go:107] Successfully prepared a docker volume minikube I1021 21:46:21.371280 826 preload.go:132] Checking if preload exists for k8s version v1.25.2 and runtime containerd W1021 21:46:21.371437 826 cgroups_linux.go:77] Your kernel does not support swap limit capabilities or the cgroup is not mounted. I1021 21:46:21.371562 826 cli_runner.go:164] Run: docker info --format "'{{json .SecurityOptions}}'" I1021 21:46:21.445662 826 cli_runner.go:164] Run: docker run -d -t --privileged --security-opt seccomp=unconfined --tmpfs /tmp --tmpfs /run -v /lib /modules:/lib/modules:ro --hostname minikube --name minikube --label created_by.minikube.sigs.k8s.io=true --label name.minikube.sigs.k8s.io=minikube -- label role.minikube.sigs.k8s.io= --label mode.minikube.sigs.k8s.io=minikube --network minikube --ip 192.168.49.2 --volume minikube:/var --security-opt apparmor=unconfined --memory=2900mb --cpus=2 -e container=docker --expose 8443 --publish=127.0.0.1::8443 --publish=127.0.0.1::22 --publish=127.0.0.1::2 376 --publish=127.0.0.1::5000 --publish=127.0.0.1::32443 registry.cn-hangzhou.aliyuncs.com/google_containers/kicbase:v0.0.35@sha256:e6f9b2700841634f3b9 4907f9cfa6785ca4409ef8e428a0322c1781e809d311b I1021 21:46:23.864368 826 cli_runner.go:217] Completed: docker run -d -t --privileged --security-opt seccomp=unconfined --tmpfs /tmp --tmpfs /run - v /lib/modules:/lib/modules:ro --hostname minikube --name minikube --label created_by.minikube.sigs.k8s.io=true --label name.minikube.sigs.k8s.io=minik ube --label role.minikube.sigs.k8s.io= --label mode.minikube.sigs.k8s.io=minikube --network minikube --ip 192.168.49.2 --volume minikube:/var --securit y-opt apparmor=unconfined --memory=2900mb --cpus=2 -e container=docker --expose 8443 --publish=127.0.0.1::8443 --publish=127.0.0.1::22 --publish=127.0. 0.1::2376 --publish=127.0.0.1::5000 --publish=127.0.0.1::32443 registry.cn-hangzhou.aliyuncs.com/google_containers/kicbase:v0.0.35@sha256:e6f9b27008416 34f3b94907f9cfa6785ca4409ef8e428a0322c1781e809d311b: (2.418667333s) I1021 21:46:23.864409 826 cli_runner.go:164] Run: docker container inspect minikube --format={{.State.Running}} I1021 21:46:23.883633 826 cli_runner.go:164] Run: docker container inspect minikube --format={{.State.Status}} I1021 21:46:23.907771 826 cli_runner.go:164] Run: docker exec minikube stat /var/lib/dpkg/alternatives/iptables I1021 21:46:24.009828 826 oci.go:144] the created container "minikube" has a running status. I1021 21:46:24.009847 826 kic.go:210] Creating ssh key for kic: /home/yangzhiwei256/.minikube/machines/minikube/id_rsa... I1021 21:46:24.501502 826 kic_runner.go:191] docker (temp): /home/yangzhiwei256/.minikube/machines/minikube/id_rsa.pub --> /home/docker/.ssh/author ized_keys (381 bytes) I1021 21:46:24.583022 826 cli_runner.go:164] Run: docker container inspect minikube --format={{.State.Status}} I1021 21:46:24.613520 826 kic_runner.go:93] Run: chown docker:docker /home/docker/.ssh/authorized_keys I1021 21:46:24.613544 826 kic_runner.go:114] Args: [docker exec --privileged minikube chown docker:docker /home/docker/.ssh/authorized_keys] I1021 21:46:24.684758 826 cli_runner.go:164] Run: docker container inspect minikube --format={{.State.Status}} I1021 21:46:24.705680 826 machine.go:88] provisioning docker machine ... I1021 21:46:24.705706 826 ubuntu.go:169] provisioning hostname "minikube" I1021 21:46:24.705741 826 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" mi nikube I1021 21:46:24.726856 826 main.go:134] libmachine: Using SSH client type: native I1021 21:46:24.727066 826 main.go:134] libmachine: &{{{ 0 [] [] []} docker [0x7ecce0] 0x7efe60 [] 0s} 127.0.0.1 49182 } I1021 21:46:24.727076 826 main.go:134] libmachine: About to run SSH command: sudo hostname minikube && echo "minikube" | sudo tee /etc/hostname I1021 21:46:24.727620 826 main.go:134] libmachine: Error dialing TCP: ssh: handshake failed: read tcp 127.0.0.1:35874->127.0.0.1:49182: read: conne ction reset by peer I1021 21:46:27.728660 826 main.go:134] libmachine: Error dialing TCP: ssh: handshake failed: read tcp 127.0.0.1:35880->127.0.0.1:49182: read: conne ction reset by peer I1021 21:46:30.728931 826 main.go:134] libmachine: Error dialing TCP: dial tcp 127.0.0.1:49182: connect: connection refused I1021 21:46:33.729423 826 main.go:134] libmachine: Error dialing TCP: dial tcp 127.0.0.1:49182: connect: connection refused I1021 21:46:36.730000 826 main.go:134] libmachine: Error dialing TCP: dial tcp 127.0.0.1:49182: connect: connection refused I1021 21:46:39.730820 826 main.go:134] libmachine: Error dialing TCP: dial tcp 127.0.0.1:49182: connect: connection refused I1021 21:46:42.731931 826 main.go:134] libmachine: Error dialing TCP: dial tcp 127.0.0.1:49182: connect: connection refused I1021 21:46:45.732527 826 main.go:134] libmachine: Error dialing TCP: dial tcp 127.0.0.1:49182: connect: connection refused I1021 21:46:48.732768 826 main.go:134] libmachine: Error dialing TCP: dial tcp 127.0.0.1:49182: connect: connection refused I1021 21:46:51.733923 826 main.go:134] libmachine: Error dialing TCP: dial tcp 127.0.0.1:49182: connect: connection refused I1021 21:46:54.734928 826 main.go:134] libmachine: Error dialing TCP: dial tcp 127.0.0.1:49182: connect: connection refused I1021 21:46:57.735212 826 main.go:134] libmachine: Error dialing TCP: dial tcp 127.0.0.1:49182: connect: connection refused I1021 21:47:00.736131 826 main.go:134] libmachine: Error dialing TCP: dial tcp 127.0.0.1:49182: connect: connection refused I1021 21:47:03.736678 826 main.go:134] libmachine: Error dialing TCP: dial tcp 127.0.0.1:49182: connect: connection refused I1021 21:47:06.737128 826 main.go:134] libmachine: Error dialing TCP: dial tcp 127.0.0.1:49182: connect: connection refused I1021 21:47:09.737666 826 main.go:134] libmachine: Error dialing TCP: dial tcp 127.0.0.1:49182: connect: connection refused I1021 21:47:12.738594 826 main.go:134] libmachine: Error dialing TCP: dial tcp 127.0.0.1:49182: connect: connection refused I1021 21:47:15.739115 826 main.go:134] libmachine: Error dialing TCP: dial tcp 127.0.0.1:49182: connect: connection refused I1021 21:47:18.740259 826 main.go:134] libmachine: Error dialing TCP: dial tcp 127.0.0.1:49182: connect: connection refused I1021 21:47:21.740621 826 main.go:134] libmachine: Error dialing TCP: dial tcp 127.0.0.1:49182: connect: connection refused I1021 21:47:24.741111 826 main.go:134] libmachine: Error dialing TCP: dial tcp 127.0.0.1:49182: connect: connection refused I1021 21:47:27.741405 826 main.go:134] libmachine: Error dialing TCP: dial tcp 127.0.0.1:49182: connect: connection refused I1021 21:47:30.742552 826 main.go:134] libmachine: Error dialing TCP: dial tcp 127.0.0.1:49182: connect: connection refused I1021 21:47:33.743705 826 main.go:134] libmachine: Error dialing TCP: dial tcp 127.0.0.1:49182: connect: connection refused I1021 21:47:36.744441 826 main.go:134] libmachine: Error dialing TCP: dial tcp 127.0.0.1:49182: connect: connection refused I1021 21:47:39.745232 826 main.go:134] libmachine: Error dialing TCP: dial tcp 127.0.0.1:49182: connect: connection refused I1021 21:47:42.746236 826 main.go:134] libmachine: Error dialing TCP: dial tcp 127.0.0.1:49182: connect: connection refused I1021 21:47:45.746691 826 main.go:134] libmachine: Error dialing TCP: dial tcp 127.0.0.1:49182: connect: connection refused I1021 21:47:48.747315 826 main.go:134] libmachine: Error dialing TCP: dial tcp 127.0.0.1:49182: connect: connection refused I1021 21:47:51.747926 826 main.go:134] libmachine: Error dialing TCP: dial tcp 127.0.0.1:49182: connect: connection refused I1021 21:47:54.748852 826 main.go:134] libmachine: Error dialing TCP: dial tcp 127.0.0.1:49182: connect: connection refused I1021 21:47:57.750091 826 main.go:134] libmachine: Error dialing TCP: dial tcp 127.0.0.1:49182: connect: connection refused I1021 21:48:00.751273 826 main.go:134] libmachine: Error dialing TCP: dial tcp 127.0.0.1:49182: connect: connection refused I1021 21:48:03.751900 826 main.go:134] libmachine: Error dialing TCP: dial tcp 127.0.0.1:49182: connect: connection refused I1021 21:48:06.752503 826 main.go:134] libmachine: Error dialing TCP: dial tcp 127.0.0.1:49182: connect: connection refused I1021 21:48:09.753100 826 main.go:134] libmachine: Error dialing TCP: dial tcp 127.0.0.1:49182: connect: connection refused I1021 21:48:12.753780 826 main.go:134] libmachine: Error dialing TCP: dial tcp 127.0.0.1:49182: connect: connection refused I1021 21:48:15.754598 826 main.go:134] libmachine: Error dialing TCP: dial tcp 127.0.0.1:49182: connect: connection refused I1021 21:48:18.755089 826 main.go:134] libmachine: Error dialing TCP: dial tcp 127.0.0.1:49182: connect: connection refused I1021 21:48:21.755635 826 main.go:134] libmachine: Error dialing TCP: dial tcp 127.0.0.1:49182: connect: connection refused I1021 21:48:24.756656 826 main.go:134] libmachine: Error dialing TCP: dial tcp 127.0.0.1:49182: connect: connection refused I1021 21:48:27.757805 826 main.go:134] libmachine: Error dialing TCP: dial tcp 127.0.0.1:49182: connect: connection refused I1021 21:48:28.479828 826 cache.go:96] cache image "registry.cn-hangzhou.aliyuncs.com/google_containers/coredns:v1.9.3" -> "/home/yangzhiwei256/.mi nikube/cache/images/amd64/registry.cn-hangzhou.aliyuncs.com/google_containers/coredns_v1.9.3" took 5m40.329636793s I1021 21:48:30.758527 826 main.go:134] libmachine: Error dialing TCP: dial tcp 127.0.0.1:49182: connect: connection refused I1021 21:48:33.759828 826 main.go:134] libmachine: Error dialing TCP: dial tcp 127.0.0.1:49182: connect: connection refused I1021 21:48:36.761038 826 main.go:134] libmachine: Error dialing TCP: dial tcp 127.0.0.1:49182: connect: connection refused I1021 21:48:39.761975 826 main.go:134] libmachine: Error dialing TCP: dial tcp 127.0.0.1:49182: connect: connection refused I1021 21:48:42.762812 826 main.go:134] libmachine: Error dialing TCP: dial tcp 127.0.0.1:49182: connect: connection refused I1021 21:48:45.763859 826 main.go:134] libmachine: Error dialing TCP: dial tcp 127.0.0.1:49182: connect: connection refused I1021 21:48:48.764204 826 main.go:134] libmachine: Error dialing TCP: dial tcp 127.0.0.1:49182: connect: connection refused I1021 21:48:51.764820 826 main.go:134] libmachine: Error dialing TCP: dial tcp 127.0.0.1:49182: connect: connection refused I1021 21:48:54.765604 826 main.go:134] libmachine: Error dialing TCP: dial tcp 127.0.0.1:49182: connect: connection refused I1021 21:48:57.766156 826 main.go:134] libmachine: Error dialing TCP: dial tcp 127.0.0.1:49182: connect: connection refused I1021 21:49:00.766624 826 main.go:134] libmachine: Error dialing TCP: dial tcp 127.0.0.1:49182: connect: connection refused I1021 21:49:03.766981 826 main.go:134] libmachine: Error dialing TCP: dial tcp 127.0.0.1:49182: connect: connection refused I1021 21:49:06.768136 826 main.go:134] libmachine: Error dialing TCP: dial tcp 127.0.0.1:49182: connect: connection refused I1021 21:49:09.768343 826 main.go:134] libmachine: Error dialing TCP: dial tcp 127.0.0.1:49182: connect: connection refused I1021 21:49:12.769665 826 main.go:134] libmachine: Error dialing TCP: dial tcp 127.0.0.1:49182: connect: connection refused I1021 21:49:15.770651 826 main.go:134] libmachine: Error dialing TCP: dial tcp 127.0.0.1:49182: connect: connection refused I1021 21:49:18.771255 826 main.go:134] libmachine: Error dialing TCP: dial tcp 127.0.0.1:49182: connect: connection refused I1021 21:49:21.771984 826 main.go:134] libmachine: Error dialing TCP: dial tcp 127.0.0.1:49182: connect: connection refused I1021 21:49:24.772490 826 main.go:134] libmachine: SSH cmd err, output: : I1021 21:49:24.772546 826 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" mi nikube W1021 21:49:24.791156 826 cli_runner.go:211] docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" minikub e returned with exit code 1 I1021 21:49:24.791187 826 machine.go:91] provisioned docker machine in 3m0.085495605s I1021 21:49:24.791193 826 client.go:171] LocalClient.Create took 3m8.915092023s I1021 21:49:26.791901 826 ssh_runner.go:195] Run: sh -c "df -h /var | awk 'NR==2{print $5}'" I1021 21:49:26.791936 826 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" mi nikube W1021 21:49:26.814120 826 cli_runner.go:211] docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" minikub e returned with exit code 1 I1021 21:49:26.814207 826 retry.go:31] will retry after 200.227965ms: new client: new client: Error creating new ssh host from driver: Error gettin g ssh port for driver: get ssh host-port: unable to inspect a not running container to get SSH port I1021 21:49:27.015294 826 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" mi nikube W1021 21:49:27.034244 826 cli_runner.go:211] docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" minikub e returned with exit code 1 I1021 21:49:27.034333 826 retry.go:31] will retry after 380.704736ms: new client: new client: Error creating new ssh host from driver: Error gettin g ssh port for driver: get ssh host-port: unable to inspect a not running container to get SSH port I1021 21:49:27.416030 826 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" mi nikube W1021 21:49:27.440081 826 cli_runner.go:211] docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" minikub e returned with exit code 1 I1021 21:49:27.440186 826 retry.go:31] will retry after 738.922478ms: new client: new client: Error creating new ssh host from driver: Error gettin g ssh port for driver: get ssh host-port: unable to inspect a not running container to get SSH port I1021 21:49:28.179418 826 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" mi nikube W1021 21:49:28.203772 826 cli_runner.go:211] docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" minikub e returned with exit code 1 W1021 21:49:28.203859 826 start.go:275] error running df -h /var: NewSession: new client: new client: Error creating new ssh host from driver: Erro r getting ssh port for driver: get ssh host-port: unable to inspect a not running container to get SSH port W1021 21:49:28.203869 826 start.go:242] error getting percentage of /var that is free: NewSession: new client: new client: Error creating new ssh h ost from driver: Error getting ssh port for driver: get ssh host-port: unable to inspect a not running container to get SSH port I1021 21:49:28.203898 826 ssh_runner.go:195] Run: sh -c "df -BG /var | awk 'NR==2{print $4}'" I1021 21:49:28.203968 826 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" mi nikube W1021 21:49:28.229350 826 cli_runner.go:211] docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" minikub e returned with exit code 1 I1021 21:49:28.229437 826 retry.go:31] will retry after 220.164297ms: new client: new client: Error creating new ssh host from driver: Error gettin g ssh port for driver: get ssh host-port: unable to inspect a not running container to get SSH port I1021 21:49:28.450122 826 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" mi nikube W1021 21:49:28.473386 826 cli_runner.go:211] docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" minikub e returned with exit code 1 I1021 21:49:28.473470 826 retry.go:31] will retry after 306.771815ms: new client: new client: Error creating new ssh host from driver: Error gettin g ssh port for driver: get ssh host-port: unable to inspect a not running container to get SSH port I1021 21:49:28.780514 826 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" mi nikube W1021 21:49:28.806376 826 cli_runner.go:211] docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" minikub e returned with exit code 1 I1021 21:49:28.806455 826 retry.go:31] will retry after 545.000538ms: new client: new client: Error creating new ssh host from driver: Error gettin g ssh port for driver: get ssh host-port: unable to inspect a not running container to get SSH port I1021 21:49:29.352373 826 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" mi nikube W1021 21:49:29.378397 826 cli_runner.go:211] docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" minikub e returned with exit code 1 I1021 21:49:29.378493 826 retry.go:31] will retry after 660.685065ms: new client: new client: Error creating new ssh host from driver: Error gettin g ssh port for driver: get ssh host-port: unable to inspect a not running container to get SSH port I1021 21:49:30.039802 826 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" mi nikube W1021 21:49:30.062390 826 cli_runner.go:211] docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" minikub e returned with exit code 1 W1021 21:49:30.062491 826 start.go:290] error running df -BG /var: NewSession: new client: new client: Error creating new ssh host from driver: Err or getting ssh port for driver: get ssh host-port: unable to inspect a not running container to get SSH port W1021 21:49:30.062507 826 start.go:247] error getting GiB of /var that is available: NewSession: new client: new client: Error creating new ssh hos t from driver: Error getting ssh port for driver: get ssh host-port: unable to inspect a not running container to get SSH port I1021 21:49:30.062512 826 start.go:128] duration metric: createHost completed in 3m14.258681805s I1021 21:49:30.062518 826 start.go:83] releasing machines lock for "minikube", held for 3m14.258784657s W1021 21:49:30.062735 826 out.go:239] 😿 Failed to start docker container. Running "minikube delete" may fix it: creating host: create: provisioni ng: get ssh host-port: unable to inspect a not running container to get SSH port I1021 21:49:30.157597 826 out.go:177] W1021 21:49:30.213228 826 out.go:239] ❌ Exiting due to GUEST_PROVISION_CONTAINER_EXITED: Docker container exited prematurely after it was created , consider investigating Docker's performance/health. I1021 21:49:30.290775 826 out.go:177]

Operating System

Chinese UOS System (Base on Debian Buster Version)

Driver

Docker

RA489 commented 1 year ago

/kind support

k8s-triage-robot commented 1 year ago

The Kubernetes project currently lacks enough contributors to adequately respond to all issues and PRs.

This bot triages issues and PRs according to the following rules:

You can:

Please send feedback to sig-contributor-experience at kubernetes/community.

/lifecycle stale

k8s-triage-robot commented 1 year ago

The Kubernetes project currently lacks enough active contributors to adequately respond to all issues.

This bot triages un-triaged issues according to the following rules:

You can:

Please send feedback to sig-contributor-experience at kubernetes/community.

/lifecycle rotten

k8s-triage-robot commented 1 year ago

The Kubernetes project currently lacks enough active contributors to adequately respond to all issues and PRs.

This bot triages issues according to the following rules:

You can:

Please send feedback to sig-contributor-experience at kubernetes/community.

/close not-planned

k8s-ci-robot commented 1 year ago

@k8s-triage-robot: Closing this issue, marking it as "Not Planned".

In response to [this](https://github.com/kubernetes/minikube/issues/15189#issuecomment-1483696220): >The Kubernetes project currently lacks enough active contributors to adequately respond to all issues and PRs. > >This bot triages issues according to the following rules: >- After 90d of inactivity, `lifecycle/stale` is applied >- After 30d of inactivity since `lifecycle/stale` was applied, `lifecycle/rotten` is applied >- After 30d of inactivity since `lifecycle/rotten` was applied, the issue is closed > >You can: >- Reopen this issue with `/reopen` >- Mark this issue as fresh with `/remove-lifecycle rotten` >- Offer to help out with [Issue Triage][1] > >Please send feedback to sig-contributor-experience at [kubernetes/community](https://github.com/kubernetes/community). > >/close not-planned > >[1]: https://www.kubernetes.dev/docs/guide/issue-triage/ Instructions for interacting with me using PR comments are available [here](https://git.k8s.io/community/contributors/guide/pull-requests.md). If you have questions or suggestions related to my behavior, please file an issue against the [kubernetes/test-infra](https://github.com/kubernetes/test-infra/issues/new?title=Prow%20issue:) repository.