kubernetes / minikube

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

Can't install minikube behind proxy #15182

Closed mooky31 closed 1 year ago

mooky31 commented 1 year ago

What Happened?

Hello,

I'm trying to install minikube 1.27.1 behind a proxy on Rocky Linux 9 and it fails:

[root@awx21 ~]# cat > /etc/profile.d/http_proxy.sh << EOF
export HTTP_PROXY=http://192.168.30.129:3128/
export HTTPS_PROXY=http://192.168.30.129:3128/
export NO_PROXY=localhost,127.0.0.1,192.168.99.0/24,192.168.39.0/24,10.96.0.0/12
EOF
su - minikube
[minikube@awx21 ~]$ env | grep -i proxy
NO_PROXY=localhost,127.0.0.1,192.168.99.0/24,192.168.39.0/24,10.96.0.0/12
HTTPS_PROXY=http://192.168.30.129:3128/
HTTP_PROXY=http://192.168.30.129:3128/
[minikube@awx21 ~]$ minikube start
๐Ÿ˜„  minikube v1.27.1 on Rocky 9.0
โœจ  Automatically selected the podman driver. Other choices: ssh, none
๐Ÿ“Œ  Using Podman driver with root privileges
๐Ÿ‘  Starting control plane node minikube in cluster minikube
๐Ÿšœ  Pulling base image ...
๐Ÿ’พ  Downloading Kubernetes v1.25.2 preload ...
    > preloaded-images-k8s-v18-v1...:  385.41 MiB / 385.41 MiB  100.00% 57.87 M
    > gcr.io/k8s-minikube/kicbase:  387.11 MiB / 387.11 MiB  100.00% 24.66 MiB
E1019 15:08:57.473486   36408 cache.go:203] Error downloading kic artifacts:  not yet implemented, see issue #8426
๐Ÿ”ฅ  Creating podman container (CPUs=2, Memory=2900MB) ...
๐Ÿคฆ  StartHost failed, but will try again: creating host: create: creating: setting up container node: preparing volume for minikube container: sudo -n podman run --rm --name minikube-preload-sidecar --label created_by.minikube.sigs.k8s.io=true --label name.minikube.sigs.k8s.io=minikube --entrypoint /usr/bin/test -v minikube:/var gcr.io/k8s-minikube/kicbase:v0.0.35 -d /var/lib: exit status 125
stdout:

stderr:
Trying to pull gcr.io/k8s-minikube/kicbase:v0.0.35...
Error: initializing source docker://gcr.io/k8s-minikube/kicbase:v0.0.35: pinging container registry gcr.io: Get "https://gcr.io/v2/": dial tcp 142.250.27.82:443: i/o timeout

It doesn't proxyfies some requests to gcr.io :

[root@awx21 ~]# tcpdump -ni ens192 'host 192.168.30.19 and (port 53 or port 443)'
dropped privs to tcpdump
tcpdump: verbose output suppressed, use -v[v]... for full protocol decode
listening on ens192, link-type EN10MB (Ethernet), snapshot length 262144 bytes
15:08:58.910098 IP 192.168.30.19.55857 > 8.8.8.8.domain: 30443+ AAAA? gcr.io. (24)
15:08:58.910223 IP 8.8.8.8.domain > 192.168.30.19.55857: 30443 1/0/0 AAAA 2a00:1450:400c:c00::52 (52)
15:08:58.910283 IP 192.168.30.19.49917 > 8.8.8.8.domain: 7086+ A? gcr.io. (24)
15:08:58.910452 IP 8.8.8.8.domain > 192.168.30.19.49917: 7086 1/0/0 A 142.250.27.82 (40)
15:08:58.910876 IP 192.168.30.19.33836 > 142.250.27.82.https: Flags [S], seq 1627112811, win 64240, options [mss 1460,sackOK,TS val 2688275086 ecr 0,nop,wscale 7], length 0
15:08:59.974615 IP 192.168.30.19.33836 > 142.250.27.82.https: Flags [S], seq 1627112811, win 64240, options [mss 1460,sackOK,TS val 2688276150 ecr 0,nop,wscale 7], length 0
15:09:02.022536 IP 192.168.30.19.33836 > 142.250.27.82.https: Flags [S], seq 1627112811, win 64240, options [mss 1460,sackOK,TS val 2688278198 ecr 0,nop,wscale 7], length 0
15:09:06.054525 IP 192.168.30.19.33836 > 142.250.27.82.https: Flags [S], seq 1627112811, win 64240, options [mss 1460,sackOK,TS val 2688282230 ecr 0,nop,wscale 7], length 0
15:09:14.374576 IP 192.168.30.19.33836 > 142.250.27.82.https: Flags [S], seq 1627112811, win 64240, options [mss 1460,sackOK,TS val 2688290550 ecr 0,nop,wscale 7], length 0

Attach the log file

[minikube@awx21 ~]$ cat logs.txt
*
* ==> Audit <==
* |---------|------|----------|----------|---------|----------------------|----------|
| Command | Args | Profile  |   User   | Version |      Start Time      | End Time |
|---------|------|----------|----------|---------|----------------------|----------|
| start   |      | minikube | minikube | v1.27.1 | 19 Oct 22 15:08 CEST |          |
|---------|------|----------|----------|---------|----------------------|----------|

*
* ==> Last Start <==
* Log file created at: 2022/10/19 15:08:40
Running on machine: awx21
Binary: Built with gc go1.19.1 for linux/amd64
Log line format: [IWEF]mmdd hh:mm:ss.uuuuuu threadid file:line] msg
I1019 15:08:40.301039   36408 out.go:296] Setting OutFile to fd 1 ...
I1019 15:08:40.301379   36408 out.go:348] isatty.IsTerminal(1) = true
I1019 15:08:40.301383   36408 out.go:309] Setting ErrFile to fd 2...
I1019 15:08:40.301387   36408 out.go:348] isatty.IsTerminal(2) = true
I1019 15:08:40.303110   36408 root.go:333] Updating PATH: /home/minikube/.minikube/bin
W1019 15:08:40.303267   36408 root.go:310] Error reading config file at /home/minikube/.minikube/config/config.json: open /home/minikube/.minikube/config/config.json: no such file or directory
I1019 15:08:40.303896   36408 out.go:303] Setting JSON to false
I1019 15:08:40.306184   36408 start.go:116] hostinfo: {"hostname":"awx21","uptime":549,"bootTime":1666184372,"procs":289,"os":"linux","platform":"rocky","platformFamily":"rhel","platformVersion":"9.0","kernelVersion":"5.14.0-70.22.1.el9_0.x86_64","kernelArch":"x86_64","virtualizationSystem":"","virtualizationRole":"","hostId":"b378518e-37e7-4bcb-8a8d-68deb6a96020"}
I1019 15:08:40.306240   36408 start.go:126] virtualization:
I1019 15:08:40.307839   36408 out.go:177] ๐Ÿ˜„  minikube v1.27.1 on Rocky 9.0
W1019 15:08:40.308222   36408 preload.go:295] Failed to list preload files: open /home/minikube/.minikube/cache/preloaded-tarball: no such file or directory
I1019 15:08:40.308242   36408 notify.go:220] Checking for updates...
I1019 15:08:40.308294   36408 driver.go:362] Setting default libvirt URI to qemu:///system
I1019 15:08:40.308320   36408 global.go:111] Querying for installed drivers using PATH=/home/minikube/.minikube/bin:/home/minikube/.local/bin:/home/minikube/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin
I1019 15:08:40.308354   36408 global.go:119] qemu2 default: true priority: 3, state: {Installed:false Healthy:false Running:false NeedsImprovement:false Error:exec: "qemu-system-x86_64": executable file not found in $PATH Reason: Fix:Install qemu-system Doc:https://minikube.sigs.k8s.io/docs/reference/drivers/qemu/ Version:}
I1019 15:08:40.308370   36408 global.go:119] ssh default: false priority: 4, state: {Installed:true Healthy:true Running:false NeedsImprovement:false Error:<nil> Reason: Fix: Doc: Version:}
I1019 15:08:40.308396   36408 global.go:119] virtualbox default: true priority: 6, state: {Installed:false Healthy:false Running:false NeedsImprovement:false Error:unable to find VBoxManage in $PATH Reason: Fix:Install VirtualBox Doc:https://minikube.sigs.k8s.io/docs/reference/drivers/virtualbox/ Version:}
I1019 15:08:40.308416   36408 global.go:119] vmware default: true priority: 7, state: {Installed:false Healthy:false Running:false NeedsImprovement:false Error:exec: "docker-machine-driver-vmware": executable file not found in $PATH Reason: Fix:Install docker-machine-driver-vmware Doc:https://minikube.sigs.k8s.io/docs/reference/drivers/vmware/ Version:}
I1019 15:08:40.308436   36408 global.go:119] docker default: true priority: 9, state: {Installed:false Healthy:false Running:false NeedsImprovement:false Error:exec: "docker": executable file not found in $PATH Reason: Fix:Install Docker Doc:https://minikube.sigs.k8s.io/docs/drivers/docker/ Version:}
I1019 15:08:40.308484   36408 global.go:119] kvm2 default: true priority: 8, state: {Installed:false Healthy:false Running:false NeedsImprovement:false Error:exec: "virsh": executable file not found in $PATH Reason: Fix:Install libvirt Doc:https://minikube.sigs.k8s.io/docs/reference/drivers/kvm2/ Version:}
I1019 15:08:40.333256   36408 global.go:119] none default: false priority: 4, state: {Installed:true Healthy:true Running:false NeedsImprovement:false Error:<nil> Reason: Fix: Doc: Version:}
I1019 15:08:40.552735   36408 podman.go:123] podman version: 4.1.1
I1019 15:08:40.552767   36408 global.go:119] podman default: true priority: 7, state: {Installed:true Healthy:true Running:false NeedsImprovement:false Error:<nil> Reason: Fix: Doc: Version:}
I1019 15:08:40.552825   36408 driver.go:297] not recommending "ssh" due to default: false
I1019 15:08:40.552835   36408 driver.go:297] not recommending "none" due to default: false
I1019 15:08:40.552869   36408 driver.go:332] Picked: podman
I1019 15:08:40.552877   36408 driver.go:333] Alternatives: [ssh none]
I1019 15:08:40.552885   36408 driver.go:334] Rejects: [qemu2 virtualbox vmware docker kvm2]
I1019 15:08:40.554881   36408 out.go:177] โœจ  Automatically selected the podman driver. Other choices: ssh, none
I1019 15:08:40.555269   36408 start.go:282] selected driver: podman
I1019 15:08:40.555289   36408 start.go:808] validating driver "podman" against <nil>
I1019 15:08:40.555312   36408 start.go:819] status for podman: {Installed:true Healthy:true Running:false NeedsImprovement:false Error:<nil> Reason: Fix: Doc: Version:}
I1019 15:08:40.555434   36408 cli_runner.go:164] Run: sudo -n podman system info --format json
I1019 15:08:40.742782   36408 info.go:287] podman info: {Host:{BuildahVersion:1.26.2 CgroupVersion:v2 Conmon:{Package:conmon-2.1.2-2.el9_0.x86_64 Path:/usr/bin/conmon Version:conmon version 2.1.2, commit: c22a156d8b67bfc2959fafd1ae718134423045ab} Distribution:{Distribution:"rocky" Version:9.0} MemFree:8925552640 MemTotal:12182794240 OCIRuntime:{Name:crun Package:crun-1.4.5-2.el9_0.x86_64 Path:/usr/bin/crun Version:crun version 1.4.5
commit: c381048530aa750495cf502ddb7181f2ded5b400
spec: 1.0.0
+SYSTEMD +SELINUX +APPARMOR +CAP +SECCOMP +EBPF +CRIU +YAJL} SwapFree:3439325184 SwapTotal:3439325184 Arch:amd64 Cpus:4 Eventlogger:journald Hostname:awx21 Kernel:5.14.0-70.22.1.el9_0.x86_64 Os:linux Security:{Rootless:false} Uptime:9m 8.49s} Registries:{Search:[registry.access.redhat.com registry.redhat.io docker.io]} Store:{ConfigFile:/etc/containers/storage.conf ContainerStore:{Number:0} GraphDriverName:overlay GraphOptions:{} GraphRoot:/var/lib/containers/storage GraphStatus:{BackingFilesystem:xfs NativeOverlayDiff:false SupportsDType:true UsingMetacopy:true} ImageStore:{Number:0} RunRoot:/run/containers/storage VolumePath:/var/lib/containers/storage/volumes}}
I1019 15:08:40.742901   36408 start_flags.go:303] no existing cluster config was found, will generate one from the flags
I1019 15:08:40.743650   36408 start_flags.go:384] Using suggested 2900MB memory alloc based on sys=11618MB, container=11618MB
I1019 15:08:40.743844   36408 start_flags.go:867] Wait components to verify : map[apiserver:true system_pods:true]
I1019 15:08:40.745535   36408 out.go:177] ๐Ÿ“Œ  Using Podman driver with root privileges
I1019 15:08:40.746040   36408 cni.go:95] Creating CNI manager for ""
I1019 15:08:40.746065   36408 cni.go:169] CNI unnecessary in this configuration, recommending no CNI
I1019 15:08:40.746085   36408 start_flags.go:317] config:
{Name:minikube KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase:v0.0.35@sha256:e6f9b2700841634f3b94907f9cfa6785ca4409ef8e428a0322c1781e809d311b Memory:2900 CPUs:2 DiskSize:20000 VMDriver: Driver:podman HyperkitVpnKitSock: HyperkitVSockPorts:[] DockerEnv:[] ContainerVolumeMounts:[] InsecureRegistry:[] RegistryMirror:[] HostOnlyCIDR:192.168.59.1/24 HypervVirtualSwitch: HypervUseExternalSwitch:false HypervExternalAdapter: KVMNetwork:default KVMQemuURI:qemu:///system KVMGPU:false KVMHidden:false KVMNUMACount:1 APIServerPort:0 DockerOpt:[] DisableDriverMounts:false NFSShare:[] NFSSharesRoot:/nfsshares UUID: NoVTXCheck:false DNSProxy:false HostDNSResolver:true HostOnlyNicType:virtio NatNicType:virtio SSHIPAddress: SSHUser:root SSHKey: SSHPort:22 KubernetesConfig:{KubernetesVersion:v1.25.2 ClusterName:minikube Namespace:default APIServerName:minikubeCA APIServerNames:[] APIServerIPs:[] DNSDomain:cluster.local ContainerRuntime:docker CRISocket: NetworkPlugin: FeatureGates: ServiceCIDR:10.96.0.0/12 ImageRepository: LoadBalancerStartIP: LoadBalancerEndIP: CustomIngressCert: RegistryAliases: ExtraOptions:[] ShouldLoadCachedImages:true EnableDefaultCNI:false CNI: NodeIP: NodePort:8443 NodeName:} Nodes:[] Addons:map[] CustomAddonImages:map[] CustomAddonRegistries:map[] VerifyComponents:map[apiserver:true system_pods:true] StartHostTimeout:6m0s ScheduledStop:<nil> ExposedPorts:[] ListenAddress: Network: Subnet: MultiNodeRequested:false ExtraDisks:0 CertExpiration:26280h0m0s Mount:false MountString:/home/minikube:/minikube-host Mount9PVersion:9p2000.L MountGID:docker MountIP: MountMSize:262144 MountOptions:[] MountPort:0 MountType:9p MountUID:docker BinaryMirror: DisableOptimizations:false DisableMetrics:false CustomQemuFirmwarePath: SocketVMnetClientPath:/opt/socket_vmnet/bin/socket_vmnet_client SocketVMnetPath:/var/run/socket_vmnet}
I1019 15:08:40.748361   36408 out.go:177] ๐Ÿ‘  Starting control plane node minikube in cluster minikube
I1019 15:08:40.748757   36408 cache.go:120] Beginning downloading kic base image for podman with docker
I1019 15:08:40.749620   36408 out.go:177] ๐Ÿšœ  Pulling base image ...
I1019 15:08:40.750075   36408 preload.go:132] Checking if preload exists for k8s version v1.25.2 and runtime docker
I1019 15:08:40.750192   36408 cache.go:147] Downloading gcr.io/k8s-minikube/kicbase:v0.0.35@sha256:e6f9b2700841634f3b94907f9cfa6785ca4409ef8e428a0322c1781e809d311b to local cache
I1019 15:08:40.750982   36408 image.go:59] Checking for gcr.io/k8s-minikube/kicbase:v0.0.35@sha256:e6f9b2700841634f3b94907f9cfa6785ca4409ef8e428a0322c1781e809d311b in local cache directory
I1019 15:08:40.751111   36408 image.go:119] Writing gcr.io/k8s-minikube/kicbase:v0.0.35@sha256:e6f9b2700841634f3b94907f9cfa6785ca4409ef8e428a0322c1781e809d311b to local cache
I1019 15:08:40.891060   36408 preload.go:119] Found remote preload: https://storage.googleapis.com/minikube-preloaded-volume-tarballs/v18/v1.25.2/preloaded-images-k8s-v18-v1.25.2-docker-overlay2-amd64.tar.lz4
I1019 15:08:40.891076   36408 cache.go:57] Caching tarball of preloaded images
I1019 15:08:40.891330   36408 preload.go:132] Checking if preload exists for k8s version v1.25.2 and runtime docker
I1019 15:08:40.892669   36408 out.go:177] ๐Ÿ’พ  Downloading Kubernetes v1.25.2 preload ...
I1019 15:08:40.893110   36408 preload.go:238] getting checksum for preloaded-images-k8s-v18-v1.25.2-docker-overlay2-amd64.tar.lz4 ...
I1019 15:08:41.072373   36408 download.go:101] Downloading: https://storage.googleapis.com/minikube-preloaded-volume-tarballs/v18/v1.25.2/preloaded-images-k8s-v18-v1.25.2-docker-overlay2-amd64.tar.lz4?checksum=md5:b0e374b6adbebc5b5e0cfc12622b2408 -> /home/minikube/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.25.2-docker-overlay2-amd64.tar.lz4
I1019 15:08:49.057112   36408 preload.go:249] saving checksum for preloaded-images-k8s-v18-v1.25.2-docker-overlay2-amd64.tar.lz4 ...
I1019 15:08:49.057183   36408 preload.go:256] verifying checksum of /home/minikube/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.25.2-docker-overlay2-amd64.tar.lz4 ...
I1019 15:08:49.767625   36408 cache.go:60] Finished verifying existence of preloaded tar for  v1.25.2 on docker
I1019 15:08:49.767835   36408 profile.go:148] Saving config to /home/minikube/.minikube/profiles/minikube/config.json ...
I1019 15:08:49.767849   36408 lock.go:35] WriteFile acquiring /home/minikube/.minikube/profiles/minikube/config.json: {Name:mk7b1bf6e58ccea0fa456de044f9f00ce36bc780 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I1019 15:08:57.473430   36408 cache.go:150] successfully saved gcr.io/k8s-minikube/kicbase:v0.0.35@sha256:e6f9b2700841634f3b94907f9cfa6785ca4409ef8e428a0322c1781e809d311b as a tarball
E1019 15:08:57.473486   36408 cache.go:203] Error downloading kic artifacts:  not yet implemented, see issue #8426
I1019 15:08:57.473527   36408 cache.go:208] Successfully downloaded all kic artifacts
I1019 15:08:57.473614   36408 start.go:364] acquiring machines lock for minikube: {Name:mk76cf3094cc353c5d1852e6a2f9ca8a2d93ec0d Clock:{} Delay:500ms Timeout:10m0s Cancel:<nil>}
I1019 15:08:57.474015   36408 start.go:368] acquired machines lock for "minikube" in 340.047ยตs
I1019 15:08:57.475193   36408 start.go:93] Provisioning new machine with config: &{Name:minikube KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase:v0.0.35@sha256:e6f9b2700841634f3b94907f9cfa6785ca4409ef8e428a0322c1781e809d311b Memory:2900 CPUs:2 DiskSize:20000 VMDriver: Driver:podman HyperkitVpnKitSock: HyperkitVSockPorts:[] DockerEnv:[] ContainerVolumeMounts:[] InsecureRegistry:[] RegistryMirror:[] HostOnlyCIDR:192.168.59.1/24 HypervVirtualSwitch: HypervUseExternalSwitch:false HypervExternalAdapter: KVMNetwork:default KVMQemuURI:qemu:///system KVMGPU:false KVMHidden:false KVMNUMACount:1 APIServerPort:0 DockerOpt:[] DisableDriverMounts:false NFSShare:[] NFSSharesRoot:/nfsshares UUID: NoVTXCheck:false DNSProxy:false HostDNSResolver:true HostOnlyNicType:virtio NatNicType:virtio SSHIPAddress: SSHUser:root SSHKey: SSHPort:22 KubernetesConfig:{KubernetesVersion:v1.25.2 ClusterName:minikube Namespace:default APIServerName:minikubeCA APIServerNames:[] APIServerIPs:[] DNSDomain:cluster.local ContainerRuntime:docker CRISocket: NetworkPlugin: FeatureGates: ServiceCIDR:10.96.0.0/12 ImageRepository: LoadBalancerStartIP: LoadBalancerEndIP: CustomIngressCert: RegistryAliases: ExtraOptions:[] ShouldLoadCachedImages:true EnableDefaultCNI:false CNI: NodeIP: NodePort:8443 NodeName:} Nodes:[{Name: IP: Port:8443 KubernetesVersion:v1.25.2 ContainerRuntime:docker ControlPlane:true Worker:true}] Addons:map[] CustomAddonImages:map[] CustomAddonRegistries:map[] VerifyComponents:map[apiserver:true system_pods:true] StartHostTimeout:6m0s ScheduledStop:<nil> ExposedPorts:[] ListenAddress: Network: Subnet: MultiNodeRequested:false ExtraDisks:0 CertExpiration:26280h0m0s Mount:false MountString:/home/minikube:/minikube-host Mount9PVersion:9p2000.L MountGID:docker MountIP: MountMSize:262144 MountOptions:[] MountPort:0 MountType: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:docker ControlPlane:true Worker:true}
I1019 15:08:57.475345   36408 start.go:125] createHost starting for "" (driver="podman")
I1019 15:08:57.477548   36408 out.go:204] ๐Ÿ”ฅ  Creating podman container (CPUs=2, Memory=2900MB) ...
I1019 15:08:57.478107   36408 start.go:159] libmachine.API.Create for "minikube" (driver="podman")
I1019 15:08:57.478138   36408 client.go:168] LocalClient.Create starting
I1019 15:08:57.478347   36408 main.go:134] libmachine: Creating CA: /home/minikube/.minikube/certs/ca.pem
I1019 15:08:57.611342   36408 main.go:134] libmachine: Creating client certificate: /home/minikube/.minikube/certs/cert.pem
I1019 15:08:57.678093   36408 cli_runner.go:164] Run: sudo -n podman version --format {{.Version}}
I1019 15:08:57.859543   36408 cli_runner.go:164] Run: sudo -n podman network inspect minikube --format "{{range .}}{{if eq .Driver "bridge"}}{{(index .Subnets 0).Subnet}},{{(index .Subnets 0).Gateway}}{{end}}{{end}}"
W1019 15:08:57.937119   36408 cli_runner.go:211] sudo -n podman network inspect minikube --format "{{range .}}{{if eq .Driver "bridge"}}{{(index .Subnets 0).Subnet}},{{(index .Subnets 0).Gateway}}{{end}}{{end}}" returned with exit code 125
I1019 15:08:57.937186   36408 network_create.go:272] running [podman network inspect minikube] to gather additional debugging logs...
I1019 15:08:57.937222   36408 cli_runner.go:164] Run: sudo -n podman network inspect minikube
W1019 15:08:58.013377   36408 cli_runner.go:211] sudo -n podman network inspect minikube returned with exit code 125
I1019 15:08:58.013406   36408 network_create.go:275] error running [sudo -n podman network inspect minikube]: sudo -n podman network inspect minikube: exit status 125
stdout:
[]

stderr:
Error: inspecting object: network minikube: unable to find network with name or ID minikube: network not found
I1019 15:08:58.013425   36408 network_create.go:277] output of [sudo -n podman network inspect minikube]: -- stdout --
[]

-- /stdout --
** stderr **
Error: inspecting object: network minikube: unable to find network with name or ID minikube: network not found

** /stderr **
I1019 15:08:58.013576   36408 cli_runner.go:164] Run: sudo -n podman version --format {{.Version}}
I1019 15:08:58.188087   36408 cli_runner.go:164] Run: sudo -n podman network inspect podman --format "{{range .}}{{if eq .Driver "bridge"}}{{(index .Subnets 0).Subnet}},{{(index .Subnets 0).Gateway}}{{end}}{{end}}"
I1019 15:08:58.266423   36408 network.go:295] reserving subnet 192.168.49.0 for 1m0s: &{mu:{state:0 sema:0} read:{v:{m:map[] amended:true}} dirty:map[192.168.49.0:0xc00001abd0] misses:0}
I1019 15:08:58.266467   36408 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 IfaceMAC:}}
I1019 15:08:58.266480   36408 network_create.go:115] attempt to create podman network minikube 192.168.49.0/24 with gateway 192.168.49.1 and MTU of 0 ...
I1019 15:08:58.266523   36408 cli_runner.go:164] Run: sudo -n podman network create --driver=bridge --subnet=192.168.49.0/24 --gateway=192.168.49.1 --label=created_by.minikube.sigs.k8s.io=true --label=name.minikube.sigs.k8s.io=minikube minikube
I1019 15:08:58.437095   36408 network_create.go:99] podman network minikube 192.168.49.0/24 created
I1019 15:08:58.437126   36408 kic.go:106] calculated static IP "192.168.49.2" for the "minikube" container
I1019 15:08:58.437240   36408 cli_runner.go:164] Run: sudo -n podman ps -a --format {{.Names}}
I1019 15:08:58.612543   36408 cli_runner.go:164] Run: sudo -n podman volume create minikube --label name.minikube.sigs.k8s.io=minikube --label created_by.minikube.sigs.k8s.io=true
I1019 15:08:58.792368   36408 oci.go:103] Successfully created a podman volume minikube
I1019 15:08:58.792524   36408 cli_runner.go:164] Run: sudo -n podman run --rm --name minikube-preload-sidecar --label created_by.minikube.sigs.k8s.io=true --label name.minikube.sigs.k8s.io=minikube --entrypoint /usr/bin/test -v minikube:/var gcr.io/k8s-minikube/kicbase:v0.0.35 -d /var/lib
W1019 15:09:58.920023   36408 cli_runner.go:211] sudo -n podman run --rm --name minikube-preload-sidecar --label created_by.minikube.sigs.k8s.io=true --label name.minikube.sigs.k8s.io=minikube --entrypoint /usr/bin/test -v minikube:/var gcr.io/k8s-minikube/kicbase:v0.0.35 -d /var/lib returned with exit code 125
I1019 15:09:58.920068   36408 cli_runner.go:217] Completed: sudo -n podman run --rm --name minikube-preload-sidecar --label created_by.minikube.sigs.k8s.io=true --label name.minikube.sigs.k8s.io=minikube --entrypoint /usr/bin/test -v minikube:/var gcr.io/k8s-minikube/kicbase:v0.0.35 -d /var/lib: (1m0.127447835s)
I1019 15:09:58.920127   36408 client.go:171] LocalClient.Create took 1m1.441981331s
I1019 15:10:00.920979   36408 ssh_runner.go:195] Run: sh -c "df -h /var | awk 'NR==2{print $5}'"
I1019 15:10:00.921073   36408 cli_runner.go:164] Run: sudo -n podman version --format {{.Version}}
I1019 15:10:01.104874   36408 cli_runner.go:164] Run: sudo -n podman container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" minikube
W1019 15:10:01.181256   36408 cli_runner.go:211] sudo -n podman container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" minikube returned with exit code 125
I1019 15:10:01.181388   36408 retry.go:31] will retry after 276.165072ms: new client: new client: Error creating new ssh host from driver: Error getting ssh port for driver: get ssh host-port: get port 22 for "minikube": sudo -n podman container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" minikube: exit status 125
stdout:

stderr:
Error: inspecting object: no such container minikube
I1019 15:10:01.458078   36408 cli_runner.go:164] Run: sudo -n podman version --format {{.Version}}
I1019 15:10:01.644895   36408 cli_runner.go:164] Run: sudo -n podman container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" minikube
W1019 15:10:01.723928   36408 cli_runner.go:211] sudo -n podman container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" minikube returned with exit code 125
I1019 15:10:01.724049   36408 retry.go:31] will retry after 540.190908ms: new client: new client: Error creating new ssh host from driver: Error getting ssh port for driver: get ssh host-port: get port 22 for "minikube": sudo -n podman container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" minikube: exit status 125
stdout:

stderr:
Error: inspecting object: no such container minikube
I1019 15:10:02.264440   36408 cli_runner.go:164] Run: sudo -n podman version --format {{.Version}}
I1019 15:10:02.444352   36408 cli_runner.go:164] Run: sudo -n podman container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" minikube
W1019 15:10:02.519212   36408 cli_runner.go:211] sudo -n podman container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" minikube returned with exit code 125
W1019 15:10:02.519340   36408 start.go:275] error running df -h /var: NewSession: new client: new client: Error creating new ssh host from driver: Error getting ssh port for driver: get ssh host-port: get port 22 for "minikube": sudo -n podman container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" minikube: exit status 125
stdout:

stderr:
Error: inspecting object: no such container minikube

W1019 15:10:02.519356   36408 start.go:242] error getting percentage of /var that is free: NewSession: new client: new client: Error creating new ssh host from driver: Error getting ssh port for driver: get ssh host-port: get port 22 for "minikube": sudo -n podman container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" minikube: exit status 125
stdout:

stderr:
Error: inspecting object: no such container minikube
I1019 15:10:02.519395   36408 ssh_runner.go:195] Run: sh -c "df -BG /var | awk 'NR==2{print $4}'"
I1019 15:10:02.519436   36408 cli_runner.go:164] Run: sudo -n podman version --format {{.Version}}
I1019 15:10:02.684807   36408 cli_runner.go:164] Run: sudo -n podman container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" minikube
W1019 15:10:02.759551   36408 cli_runner.go:211] sudo -n podman container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" minikube returned with exit code 125
I1019 15:10:02.759684   36408 retry.go:31] will retry after 234.428547ms: new client: new client: Error creating new ssh host from driver: Error getting ssh port for driver: get ssh host-port: get port 22 for "minikube": sudo -n podman container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" minikube: exit status 125
stdout:

stderr:
Error: inspecting object: no such container minikube
I1019 15:10:02.994637   36408 cli_runner.go:164] Run: sudo -n podman version --format {{.Version}}
I1019 15:10:03.073227   36408 cli_runner.go:164] Run: sudo -n podman container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" minikube
W1019 15:10:03.134746   36408 cli_runner.go:211] sudo -n podman container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" minikube returned with exit code 125
I1019 15:10:03.134863   36408 retry.go:31] will retry after 346.739061ms: new client: new client: Error creating new ssh host from driver: Error getting ssh port for driver: get ssh host-port: get port 22 for "minikube": sudo -n podman container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" minikube: exit status 125
stdout:

stderr:
Error: inspecting object: no such container minikube
I1019 15:10:03.482330   36408 cli_runner.go:164] Run: sudo -n podman version --format {{.Version}}
I1019 15:10:03.661118   36408 cli_runner.go:164] Run: sudo -n podman container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" minikube
W1019 15:10:03.743097   36408 cli_runner.go:211] sudo -n podman container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" minikube returned with exit code 125
I1019 15:10:03.743251   36408 retry.go:31] will retry after 667.587979ms: new client: new client: Error creating new ssh host from driver: Error getting ssh port for driver: get ssh host-port: get port 22 for "minikube": sudo -n podman container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" minikube: exit status 125
stdout:

stderr:
Error: inspecting object: no such container minikube
I1019 15:10:04.411164   36408 cli_runner.go:164] Run: sudo -n podman version --format {{.Version}}
I1019 15:10:04.596946   36408 cli_runner.go:164] Run: sudo -n podman container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" minikube
W1019 15:10:04.669825   36408 cli_runner.go:211] sudo -n podman container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" minikube returned with exit code 125
W1019 15:10:04.669967   36408 start.go:290] error running df -BG /var: NewSession: new client: new client: Error creating new ssh host from driver: Error getting ssh port for driver: get ssh host-port: get port 22 for "minikube": sudo -n podman container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" minikube: exit status 125
stdout:

stderr:
Error: inspecting object: no such container minikube

W1019 15:10:04.670003   36408 start.go:247] error getting GiB of /var that is available: NewSession: new client: new client: Error creating new ssh host from driver: Error getting ssh port for driver: get ssh host-port: get port 22 for "minikube": sudo -n podman container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" minikube: exit status 125
stdout:

stderr:
Error: inspecting object: no such container minikube
I1019 15:10:04.670012   36408 start.go:128] duration metric: createHost completed in 1m7.19465824s
I1019 15:10:04.670018   36408 start.go:83] releasing machines lock for "minikube", held for 1m7.195992056s
W1019 15:10:04.670059   36408 start.go:603] error starting host: creating host: create: creating: setting up container node: preparing volume for minikube container: sudo -n podman run --rm --name minikube-preload-sidecar --label created_by.minikube.sigs.k8s.io=true --label name.minikube.sigs.k8s.io=minikube --entrypoint /usr/bin/test -v minikube:/var gcr.io/k8s-minikube/kicbase:v0.0.35 -d /var/lib: exit status 125
stdout:

stderr:
Trying to pull gcr.io/k8s-minikube/kicbase:v0.0.35...
Error: initializing source docker://gcr.io/k8s-minikube/kicbase:v0.0.35: pinging container registry gcr.io: Get "https://gcr.io/v2/": dial tcp 142.250.27.82:443: i/o timeout
I1019 15:10:04.670690   36408 cli_runner.go:164] Run: sudo -n podman container inspect minikube --format={{.State.Status}}
W1019 15:10:04.729683   36408 cli_runner.go:211] sudo -n podman container inspect minikube --format={{.State.Status}} returned with exit code 125
I1019 15:10:04.729734   36408 delete.go:82] Unable to get host status for minikube, assuming it has already been deleted: state: unknown state "minikube": sudo -n podman container inspect minikube --format={{.State.Status}}: exit status 125
stdout:

stderr:
Error: inspecting object: no such container minikube
W1019 15:10:04.729846   36408 out.go:239] ๐Ÿคฆ  StartHost failed, but will try again: creating host: create: creating: setting up container node: preparing volume for minikube container: sudo -n podman run --rm --name minikube-preload-sidecar --label created_by.minikube.sigs.k8s.io=true --label name.minikube.sigs.k8s.io=minikube --entrypoint /usr/bin/test -v minikube:/var gcr.io/k8s-minikube/kicbase:v0.0.35 -d /var/lib: exit status 125
stdout:

stderr:
Trying to pull gcr.io/k8s-minikube/kicbase:v0.0.35...
Error: initializing source docker://gcr.io/k8s-minikube/kicbase:v0.0.35: pinging container registry gcr.io: Get "https://gcr.io/v2/": dial tcp 142.250.27.82:443: i/o timeout

I1019 15:10:04.729882   36408 start.go:618] Will try again in 5 seconds ...
I1019 15:10:09.733543   36408 start.go:364] acquiring machines lock for minikube: {Name:mk76cf3094cc353c5d1852e6a2f9ca8a2d93ec0d Clock:{} Delay:500ms Timeout:10m0s Cancel:<nil>}
I1019 15:10:09.733768   36408 start.go:368] acquired machines lock for "minikube" in 190.158ยตs
I1019 15:10:09.733797   36408 start.go:96] Skipping create...Using existing machine configuration
I1019 15:10:09.733805   36408 fix.go:55] fixHost starting:
I1019 15:10:09.734252   36408 cli_runner.go:164] Run: sudo -n podman container inspect minikube --format={{.State.Status}}
W1019 15:10:09.815722   36408 cli_runner.go:211] sudo -n podman container inspect minikube --format={{.State.Status}} returned with exit code 125
I1019 15:10:09.815757   36408 fix.go:103] recreateIfNeeded on minikube: state= err=unknown state "minikube": sudo -n podman container inspect minikube --format={{.State.Status}}: exit status 125
stdout:

stderr:
Error: inspecting object: no such container minikube
I1019 15:10:09.815768   36408 fix.go:108] machineExists: true. err=unknown state "minikube": sudo -n podman container inspect minikube --format={{.State.Status}}: exit status 125
stdout:

stderr:
Error: inspecting object: no such container minikube
W1019 15:10:09.815777   36408 fix.go:129] unexpected machine state, will restart: unknown state "minikube": sudo -n podman container inspect minikube --format={{.State.Status}}: exit status 125
stdout:

stderr:
Error: inspecting object: no such container minikube
I1019 15:10:09.816931   36408 out.go:177] ๐Ÿ”„  Restarting existing podman container for "minikube" ...
I1019 15:10:09.817909   36408 cli_runner.go:164] Run: sudo -n podman start --cgroup-manager cgroupfs minikube
W1019 15:10:09.880748   36408 cli_runner.go:211] sudo -n podman start --cgroup-manager cgroupfs minikube returned with exit code 125
I1019 15:10:09.880799   36408 cli_runner.go:164] Run: sudo -n podman inspect minikube
I1019 15:10:10.040041   36408 errors.go:84] Postmortem inspect ("sudo -n podman inspect minikube"): -- stdout --
[
     {
          "Name": "minikube",
          "Driver": "local",
          "Mountpoint": "/var/lib/containers/storage/volumes/minikube/_data",
          "CreatedAt": "2022-10-19T15:08:58.684965969+02:00",
          "Labels": {
               "created_by.minikube.sigs.k8s.io": "true",
               "name.minikube.sigs.k8s.io": "minikube"
          },
          "Scope": "local",
          "Options": {},
          "MountCount": 0,
          "NeedsCopyUp": true,
          "NeedsChown": true
     }
]

-- /stdout --
I1019 15:10:10.040135   36408 cli_runner.go:164] Run: sudo -n podman logs --timestamps minikube
W1019 15:10:10.107969   36408 cli_runner.go:211] sudo -n podman logs --timestamps minikube returned with exit code 125
W1019 15:10:10.108002   36408 errors.go:89] Failed to get postmortem logs. sudo -n podman logs --timestamps minikube :sudo -n podman logs --timestamps minikube: exit status 125
stdout:

stderr:
Error: no container with name or ID "minikube" found: no such container
I1019 15:10:10.108085   36408 cli_runner.go:164] Run: sudo -n podman system info --format json
I1019 15:10:10.268750   36408 info.go:287] podman info: {Host:{BuildahVersion:1.26.2 CgroupVersion:v2 Conmon:{Package:conmon-2.1.2-2.el9_0.x86_64 Path:/usr/bin/conmon Version:conmon version 2.1.2, commit: c22a156d8b67bfc2959fafd1ae718134423045ab} Distribution:{Distribution:"rocky" Version:9.0} MemFree:7698370560 MemTotal:12182794240 OCIRuntime:{Name:crun Package:crun-1.4.5-2.el9_0.x86_64 Path:/usr/bin/crun Version:crun version 1.4.5
commit: c381048530aa750495cf502ddb7181f2ded5b400
spec: 1.0.0
+SYSTEMD +SELINUX +APPARMOR +CAP +SECCOMP +EBPF +CRIU +YAJL} SwapFree:3439325184 SwapTotal:3439325184 Arch:amd64 Cpus:4 Eventlogger:journald Hostname:awx21 Kernel:5.14.0-70.22.1.el9_0.x86_64 Os:linux Security:{Rootless:false} Uptime:10m 38.01s} Registries:{Search:[registry.access.redhat.com registry.redhat.io docker.io]} Store:{ConfigFile:/etc/containers/storage.conf ContainerStore:{Number:0} GraphDriverName:overlay GraphOptions:{} GraphRoot:/var/lib/containers/storage GraphStatus:{BackingFilesystem:xfs NativeOverlayDiff:false SupportsDType:true UsingMetacopy:true} ImageStore:{Number:0} RunRoot:/run/containers/storage VolumePath:/var/lib/containers/storage/volumes}}
I1019 15:10:10.268805   36408 errors.go:106] postmortem podman info: {Host:{BuildahVersion:1.26.2 CgroupVersion:v2 Conmon:{Package:conmon-2.1.2-2.el9_0.x86_64 Path:/usr/bin/conmon Version:conmon version 2.1.2, commit: c22a156d8b67bfc2959fafd1ae718134423045ab} Distribution:{Distribution:"rocky" Version:9.0} MemFree:7698370560 MemTotal:12182794240 OCIRuntime:{Name:crun Package:crun-1.4.5-2.el9_0.x86_64 Path:/usr/bin/crun Version:crun version 1.4.5
commit: c381048530aa750495cf502ddb7181f2ded5b400
spec: 1.0.0
+SYSTEMD +SELINUX +APPARMOR +CAP +SECCOMP +EBPF +CRIU +YAJL} SwapFree:3439325184 SwapTotal:3439325184 Arch:amd64 Cpus:4 Eventlogger:journald Hostname:awx21 Kernel:5.14.0-70.22.1.el9_0.x86_64 Os:linux Security:{Rootless:false} Uptime:10m 38.01s} Registries:{Search:[registry.access.redhat.com registry.redhat.io docker.io]} Store:{ConfigFile:/etc/containers/storage.conf ContainerStore:{Number:0} GraphDriverName:overlay GraphOptions:{} GraphRoot:/var/lib/containers/storage GraphStatus:{BackingFilesystem:xfs NativeOverlayDiff:false SupportsDType:true UsingMetacopy:true} ImageStore:{Number:0} RunRoot:/run/containers/storage VolumePath:/var/lib/containers/storage/volumes}}
I1019 15:10:10.268876   36408 network_create.go:272] running [podman network inspect minikube] to gather additional debugging logs...
I1019 15:10:10.268921   36408 cli_runner.go:164] Run: sudo -n podman network inspect minikube
I1019 15:10:10.441667   36408 network_create.go:277] output of [sudo -n podman network inspect minikube]: -- stdout --
[
     {
          "name": "minikube",
          "id": "b2e8153bde8a7363fc613cfbb54527cab8ede384220f0814ac1c1a6025a0b99e",
          "driver": "bridge",
          "network_interface": "podman1",
          "created": "2022-10-19T15:08:58.330276956+02:00",
          "subnets": [
               {
                    "subnet": "192.168.49.0/24",
                    "gateway": "192.168.49.1"
               }
          ],
          "ipv6_enabled": false,
          "internal": false,
          "dns_enabled": true,
          "labels": {
               "created_by.minikube.sigs.k8s.io": "true",
               "name.minikube.sigs.k8s.io": "minikube"
          },
          "ipam_options": {
               "driver": "host-local"
          }
     }
]

-- /stdout --
I1019 15:10:10.441764   36408 cli_runner.go:164] Run: sudo -n podman system info --format json
I1019 15:10:10.715671   36408 info.go:287] podman info: {Host:{BuildahVersion:1.26.2 CgroupVersion:v2 Conmon:{Package:conmon-2.1.2-2.el9_0.x86_64 Path:/usr/bin/conmon Version:conmon version 2.1.2, commit: c22a156d8b67bfc2959fafd1ae718134423045ab} Distribution:{Distribution:"rocky" Version:9.0} MemFree:7700434944 MemTotal:12182794240 OCIRuntime:{Name:crun Package:crun-1.4.5-2.el9_0.x86_64 Path:/usr/bin/crun Version:crun version 1.4.5
commit: c381048530aa750495cf502ddb7181f2ded5b400
spec: 1.0.0
+SYSTEMD +SELINUX +APPARMOR +CAP +SECCOMP +EBPF +CRIU +YAJL} SwapFree:3439325184 SwapTotal:3439325184 Arch:amd64 Cpus:4 Eventlogger:journald Hostname:awx21 Kernel:5.14.0-70.22.1.el9_0.x86_64 Os:linux Security:{Rootless:false} Uptime:10m 38.42s} Registries:{Search:[registry.access.redhat.com registry.redhat.io docker.io]} Store:{ConfigFile:/etc/containers/storage.conf ContainerStore:{Number:0} GraphDriverName:overlay GraphOptions:{} GraphRoot:/var/lib/containers/storage GraphStatus:{BackingFilesystem:xfs NativeOverlayDiff:false SupportsDType:true UsingMetacopy:true} ImageStore:{Number:0} RunRoot:/run/containers/storage VolumePath:/var/lib/containers/storage/volumes}}
I1019 15:10:10.715850   36408 ssh_runner.go:195] Run: sh -c "df -h /var | awk 'NR==2{print $5}'"
I1019 15:10:10.715919   36408 cli_runner.go:164] Run: sudo -n podman version --format {{.Version}}
I1019 15:10:10.894171   36408 cli_runner.go:164] Run: sudo -n podman container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" minikube
W1019 15:10:10.976665   36408 cli_runner.go:211] sudo -n podman container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" minikube returned with exit code 125
I1019 15:10:10.976757   36408 retry.go:31] will retry after 164.129813ms: new client: new client: Error creating new ssh host from driver: Error getting ssh port for driver: get ssh host-port: get port 22 for "minikube": sudo -n podman container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" minikube: exit status 125
stdout:

stderr:
Error: inspecting object: no such container minikube
I1019 15:10:11.141340   36408 cli_runner.go:164] Run: sudo -n podman version --format {{.Version}}
I1019 15:10:11.327388   36408 cli_runner.go:164] Run: sudo -n podman container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" minikube
W1019 15:10:11.406695   36408 cli_runner.go:211] sudo -n podman container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" minikube returned with exit code 125
I1019 15:10:11.406771   36408 retry.go:31] will retry after 223.863569ms: new client: new client: Error creating new ssh host from driver: Error getting ssh port for driver: get ssh host-port: get port 22 for "minikube": sudo -n podman container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" minikube: exit status 125
stdout:

stderr:
Error: inspecting object: no such container minikube
I1019 15:10:11.631566   36408 cli_runner.go:164] Run: sudo -n podman version --format {{.Version}}
I1019 15:10:11.707630   36408 cli_runner.go:164] Run: sudo -n podman container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" minikube
W1019 15:10:11.786419   36408 cli_runner.go:211] sudo -n podman container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" minikube returned with exit code 125
I1019 15:10:11.786581   36408 retry.go:31] will retry after 450.512921ms: new client: new client: Error creating new ssh host from driver: Error getting ssh port for driver: get ssh host-port: get port 22 for "minikube": sudo -n podman container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" minikube: exit status 125
stdout:

stderr:
Error: inspecting object: no such container minikube
I1019 15:10:12.237370   36408 cli_runner.go:164] Run: sudo -n podman version --format {{.Version}}
I1019 15:10:12.408679   36408 cli_runner.go:164] Run: sudo -n podman container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" minikube
W1019 15:10:12.485234   36408 cli_runner.go:211] sudo -n podman container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" minikube returned with exit code 125
W1019 15:10:12.485318   36408 start.go:275] error running df -h /var: NewSession: new client: new client: Error creating new ssh host from driver: Error getting ssh port for driver: get ssh host-port: get port 22 for "minikube": sudo -n podman container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" minikube: exit status 125
stdout:

stderr:
Error: inspecting object: no such container minikube

W1019 15:10:12.485327   36408 start.go:242] error getting percentage of /var that is free: NewSession: new client: new client: Error creating new ssh host from driver: Error getting ssh port for driver: get ssh host-port: get port 22 for "minikube": sudo -n podman container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" minikube: exit status 125
stdout:

stderr:
Error: inspecting object: no such container minikube
I1019 15:10:12.485359   36408 ssh_runner.go:195] Run: sh -c "df -BG /var | awk 'NR==2{print $4}'"
I1019 15:10:12.485385   36408 cli_runner.go:164] Run: sudo -n podman version --format {{.Version}}
I1019 15:10:12.649973   36408 cli_runner.go:164] Run: sudo -n podman container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" minikube
W1019 15:10:12.724271   36408 cli_runner.go:211] sudo -n podman container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" minikube returned with exit code 125
I1019 15:10:12.724397   36408 retry.go:31] will retry after 328.409991ms: new client: new client: Error creating new ssh host from driver: Error getting ssh port for driver: get ssh host-port: get port 22 for "minikube": sudo -n podman container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" minikube: exit status 125
stdout:

stderr:
Error: inspecting object: no such container minikube
I1019 15:10:13.053063   36408 cli_runner.go:164] Run: sudo -n podman version --format {{.Version}}
I1019 15:10:13.249725   36408 cli_runner.go:164] Run: sudo -n podman container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" minikube
W1019 15:10:13.338662   36408 cli_runner.go:211] sudo -n podman container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" minikube returned with exit code 125
I1019 15:10:13.338809   36408 retry.go:31] will retry after 267.848952ms: new client: new client: Error creating new ssh host from driver: Error getting ssh port for driver: get ssh host-port: get port 22 for "minikube": sudo -n podman container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" minikube: exit status 125
stdout:

stderr:
Error: inspecting object: no such container minikube
I1019 15:10:13.607497   36408 cli_runner.go:164] Run: sudo -n podman version --format {{.Version}}
I1019 15:10:13.798179   36408 cli_runner.go:164] Run: sudo -n podman container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" minikube
W1019 15:10:13.874931   36408 cli_runner.go:211] sudo -n podman container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" minikube returned with exit code 125
I1019 15:10:13.875010   36408 retry.go:31] will retry after 495.369669ms: new client: new client: Error creating new ssh host from driver: Error getting ssh port for driver: get ssh host-port: get port 22 for "minikube": sudo -n podman container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" minikube: exit status 125
stdout:

stderr:
Error: inspecting object: no such container minikube
I1019 15:10:14.370842   36408 cli_runner.go:164] Run: sudo -n podman version --format {{.Version}}
I1019 15:10:14.451540   36408 cli_runner.go:164] Run: sudo -n podman container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" minikube
W1019 15:10:14.510129   36408 cli_runner.go:211] sudo -n podman container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" minikube returned with exit code 125
W1019 15:10:14.510290   36408 start.go:290] error running df -BG /var: NewSession: new client: new client: Error creating new ssh host from driver: Error getting ssh port for driver: get ssh host-port: get port 22 for "minikube": sudo -n podman container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" minikube: exit status 125
stdout:

stderr:
Error: inspecting object: no such container minikube

W1019 15:10:14.510314   36408 start.go:247] error getting GiB of /var that is available: NewSession: new client: new client: Error creating new ssh host from driver: Error getting ssh port for driver: get ssh host-port: get port 22 for "minikube": sudo -n podman container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" minikube: exit status 125
stdout:

stderr:
Error: inspecting object: no such container minikube
I1019 15:10:14.510330   36408 fix.go:57] fixHost completed within 4.7765256s
I1019 15:10:14.510339   36408 start.go:83] releasing machines lock for "minikube", held for 4.776559732s
W1019 15:10:14.510589   36408 out.go:239] ๐Ÿ˜ฟ  Failed to start podman container. Running "minikube delete" may fix it: driver start: start: sudo -n podman start --cgroup-manager cgroupfs minikube: exit status 125
stdout:

stderr:
Error: no container with name or ID "minikube" found: no such container

I1019 15:10:14.512229   36408 out.go:177]
W1019 15:10:14.513086   36408 out.go:239] โŒ  Exiting due to GUEST_PROVISION: Failed to start host: driver start: start: sudo -n podman start --cgroup-manager cgroupfs minikube: exit status 125
stdout:

stderr:
Error: no container with name or ID "minikube" found: no such container

W1019 15:10:14.513142   36408 out.go:239]
W1019 15:10:14.514908   36408 out.go:239] โ•ญโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ•ฎ
โ”‚                                                                                           โ”‚
โ”‚    ๐Ÿ˜ฟ  If the above advice does not help, please let us know:                             โ”‚
โ”‚    ๐Ÿ‘‰  https://github.com/kubernetes/minikube/issues/new/choose                           โ”‚
โ”‚                                                                                           โ”‚
โ”‚    Please run `minikube logs --file=logs.txt` and attach logs.txt to the GitHub issue.    โ”‚
โ”‚                                                                                           โ”‚
โ•ฐโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ•ฏ
I1019 15:10:14.515390   36408 out.go:177]

*

Operating System

Redhat/Fedora

Driver

Podman

mooky31 commented 1 year ago

UPDATE : if I pull the kickbase image manually before starting minikube, it works

podman pull docker://gcr.io/k8s-minikube/kicbase:v0.0.35
minikube start
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/15182#issuecomment-1484795398): >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.