-
Notifications
You must be signed in to change notification settings - Fork 4.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
minikube start fails with podman or kvm2 drivers on s390x #11658
Comments
Only the "none" driver, as for now. I suppose the remote "ssh" driver could work as well. Currently we are adding support for arm64 as the second architecture (beyond amd64). But there is no ETA on other kubernetes architectures, whether arm(v7) or s390x/ppc64le. * and podman, same image (KIC) So The problem is that we don't have an OS distribution, not for the KIC image and not for the ISO. You might want to try if kicbase and ubuntu works, by building the docker/podman image yourself ? But there is currenly no way of testing these exotic architectures, so it will have to be contributed... |
I think I might have messed up the warnings, when I refactored SupportedDrivers var (
// SupportedArchitectures is the list of supported architectures
SupportedArchitectures = [5]string{"amd64", "arm", "arm64", "ppc64le", "s390x"}
) We need to filter the supportedDrivers as well, the same way as done for |
I may be able to help with this.. |
KIC (container) ISO (hypervisor) In general we could use some more instructions on how to install an environment for the none/ssh driver. Previously I have been using Vagrant for such testing, so having those Vagrantfile available might help a bit. |
minikube claims to run on s390x, but I have not had success yet. I am on Fedora 33 here, so perhaps another disto would would better, but I've seen Ubuntu fail similarly using the kvm2 driver.
Steps to reproduce the issue:
or
Full output of
minikube logs
command (forpodman
)stderr:
Error: error inspecting object: no such container minikube
I0615 14:42:12.630208 30552 cli_runner.go:115] Run: sudo -n podman version --format {{.Version}}
I0615 14:42:12.733566 30552 cli_runner.go:115] Run: sudo -n podman container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" minikube
W0615 14:42:12.843522 30552 cli_runner.go:162] sudo -n podman container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" minikube returned with exit code 125
I0615 14:42:12.843573 30552 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: error inspecting object: no such container minikube
I0615 14:42:13.384633 30552 cli_runner.go:115] Run: sudo -n podman version --format {{.Version}}
I0615 14:42:13.513535 30552 cli_runner.go:115] Run: sudo -n podman container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" minikube
W0615 14:42:13.623653 30552 cli_runner.go:162] sudo -n podman container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" minikube returned with exit code 125
I0615 14:42:13.623710 30552 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: 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: error inspecting object: no such container minikube
I0615 14:42:14.279839 30552 cli_runner.go:115] Run: sudo -n podman version --format {{.Version}}
I0615 14:42:14.423423 30552 cli_runner.go:115] Run: sudo -n podman container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" minikube
W0615 14:42:14.543373 30552 cli_runner.go:162] sudo -n podman container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" minikube returned with exit code 125
W0615 14:42:14.543426 30552 start.go:257] 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: error inspecting object: no such container minikube
W0615 14:42:14.543432 30552 start.go:239] 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: error inspecting object: no such container minikube
I0615 14:42:14.543436 30552 start.go:129] duration metric: createHost completed in 5.259896732s
I0615 14:42:14.543440 30552 start.go:80] releasing machines lock for "minikube", held for 5.259942055s
W0615 14:42:14.543449 30552 start.go:518] 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.23 -d /var/lib: exit status 125
stdout:
stderr:
Trying to pull gcr.io/k8s-minikube/kicbase:v0.0.23...
no image found in manifest list for architecture s390x, variant "", OS linux
Error: Error choosing an image from manifest list docker://gcr.io/k8s-minikube/kicbase:v0.0.23: no image found in manifest list for architecture s390x, variant "", OS linux
I0615 14:42:14.543773 30552 cli_runner.go:115] Run: sudo -n podman container inspect minikube --format={{.State.Status}}
W0615 14:42:14.683483 30552 cli_runner.go:162] sudo -n podman container inspect minikube --format={{.State.Status}} returned with exit code 125
I0615 14:42:14.683504 30552 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: error inspecting object: no such container minikube
W0615 14:42:14.683568 30552 out.go:235] 🤦 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.23 -d /var/lib: exit status 125
stdout:
stderr:
Trying to pull gcr.io/k8s-minikube/kicbase:v0.0.23...
no image found in manifest list for architecture s390x, variant "", OS linux
Error: Error choosing an image from manifest list docker://gcr.io/k8s-minikube/kicbase:v0.0.23: no image found in manifest list for architecture s390x, variant "", OS linux
I0615 14:42:14.683719 30552 start.go:533] Will try again in 5 seconds ...
I0615 14:42:19.684326 30552 start.go:313] acquiring machines lock for minikube: {Name:mkfbd64e670de175ef3ec6dd8be25ea1851f8d07 Clock:{} Delay:500ms Timeout:10m0s Cancel:}
I0615 14:42:19.684380 30552 start.go:317] acquired machines lock for "minikube" in 42.164µs
I0615 14:42:19.684389 30552 start.go:93] Skipping create...Using existing machine configuration
I0615 14:42:19.684393 30552 fix.go:55] fixHost starting:
I0615 14:42:19.684563 30552 cli_runner.go:115] Run: sudo -n podman container inspect minikube --format={{.State.Status}}
W0615 14:42:19.813413 30552 cli_runner.go:162] sudo -n podman container inspect minikube --format={{.State.Status}} returned with exit code 125
I0615 14:42:19.813429 30552 fix.go:108] recreateIfNeeded on minikube: state= err=unknown state "minikube": sudo -n podman container inspect minikube --format={{.State.Status}}: exit status 125
stdout:
stderr:
Error: error inspecting object: no such container minikube
I0615 14:42:19.813439 30552 fix.go:113] machineExists: true. err=unknown state "minikube": sudo -n podman container inspect minikube --format={{.State.Status}}: exit status 125
stdout:
stderr:
Error: error inspecting object: no such container minikube
W0615 14:42:19.813444 30552 fix.go:134] unexpected machine state, will restart: unknown state "minikube": sudo -n podman container inspect minikube --format={{.State.Status}}: exit status 125
stdout:
stderr:
Error: error inspecting object: no such container minikube
I0615 14:42:19.815104 30552 out.go:170] 🔄 Restarting existing podman container for "minikube" ...
I0615 14:42:19.815145 30552 cli_runner.go:115] Run: sudo -n podman start --cgroup-manager cgroupfs minikube
W0615 14:42:19.953379 30552 cli_runner.go:162] sudo -n podman start --cgroup-manager cgroupfs minikube returned with exit code 125
I0615 14:42:19.953414 30552 cli_runner.go:115] Run: sudo -n podman inspect minikube
I0615 14:42:20.073749 30552 errors.go:84] Postmortem inspect ("sudo -n podman inspect minikube"): -- stdout --
[
{
"Name": "minikube",
"Driver": "local",
"Mountpoint": "/var/lib/containers/storage/volumes/minikube/_data",
"CreatedAt": "2021-06-15T14:42:09.614053773Z",
"Labels": {
"created_by.minikube.sigs.k8s.io": "true",
"name.minikube.sigs.k8s.io": "minikube"
},
"Scope": "local",
"Options": {}
}
]
-- /stdout --
I0615 14:42:20.073838 30552 cli_runner.go:115] Run: sudo -n podman logs --timestamps minikube
W0615 14:42:20.203437 30552 cli_runner.go:162] sudo -n podman logs --timestamps minikube returned with exit code 125
W0615 14:42:20.203447 30552 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
I0615 14:42:20.203478 30552 cli_runner.go:115] Run: sudo -n podman system info --format json
I0615 14:42:20.353543 30552 info.go:281] podman info: {Host:{BuildahVersion:1.20.1 CgroupVersion:v2 Conmon:{Package:conmon-2.0.27-2.fc33.s390x Path:/usr/bin/conmon Version:conmon version 2.0.27, commit: } Distribution:{Distribution:fedora Version:33} MemFree:1243226112 MemTotal:4198801408 OCIRuntime:{Name:crun Package:crun-0.19.1-3.fc33.s390x Path:/usr/bin/crun Version:crun version 0.19.1
commit: 1535fedf0b83fb898d449f9680000f729ba719f5
spec: 1.0.0
+SYSTEMD +SELINUX +APPARMOR +CAP +SECCOMP +EBPF +CRIU +YAJL} SwapFree:0 SwapTotal:0 Arch:s390x Cpus:2 Eventlogger:journald Hostname:minikube1.zdalisv.dfw.ibm.com Kernel:5.12.10-200.fc33.s390x Os:linux Rootless:false Uptime:1h 0m 54.72s (Approximately 0.04 days)} Registries:{Search:[registry.fedoraproject.org registry.access.redhat.com docker.io]} Store:{ConfigFile:/etc/containers/storage.conf ContainerStore:{Number:0} GraphDriverName:overlay GraphOptions:{} GraphRoot:/var/lib/containers/storage GraphStatus:{BackingFilesystem:extfs NativeOverlayDiff:true SupportsDType:true UsingMetacopy:false} ImageStore:{Number:0} RunRoot:/run/containers/storage VolumePath:/var/lib/containers/storage/volumes}}
I0615 14:42:20.353562 30552 errors.go:106] postmortem podman info: {Host:{BuildahVersion:1.20.1 CgroupVersion:v2 Conmon:{Package:conmon-2.0.27-2.fc33.s390x Path:/usr/bin/conmon Version:conmon version 2.0.27, commit: } Distribution:{Distribution:fedora Version:33} MemFree:1243226112 MemTotal:4198801408 OCIRuntime:{Name:crun Package:crun-0.19.1-3.fc33.s390x Path:/usr/bin/crun Version:crun version 0.19.1
commit: 1535fedf0b83fb898d449f9680000f729ba719f5
spec: 1.0.0
+SYSTEMD +SELINUX +APPARMOR +CAP +SECCOMP +EBPF +CRIU +YAJL} SwapFree:0 SwapTotal:0 Arch:s390x Cpus:2 Eventlogger:journald Hostname:minikube1.zdalisv.dfw.ibm.com Kernel:5.12.10-200.fc33.s390x Os:linux Rootless:false Uptime:1h 0m 54.72s (Approximately 0.04 days)} Registries:{Search:[registry.fedoraproject.org registry.access.redhat.com docker.io]} Store:{ConfigFile:/etc/containers/storage.conf ContainerStore:{Number:0} GraphDriverName:overlay GraphOptions:{} GraphRoot:/var/lib/containers/storage GraphStatus:{BackingFilesystem:extfs NativeOverlayDiff:true SupportsDType:true UsingMetacopy:false} ImageStore:{Number:0} RunRoot:/run/containers/storage VolumePath:/var/lib/containers/storage/volumes}}
I0615 14:42:20.353590 30552 network_create.go:255] running [podman network inspect minikube] to gather additional debugging logs...
I0615 14:42:20.353609 30552 cli_runner.go:115] Run: sudo -n podman network inspect minikube
I0615 14:42:20.483538 30552 network_create.go:260] output of [sudo -n podman network inspect minikube]: -- stdout --
[
{
"cniVersion": "0.4.0",
"name": "minikube",
"plugins": [
{
"bridge": "cni-podman1",
"hairpinMode": true,
"ipMasq": true,
"ipam": {
"ranges": [
[
{
"gateway": "192.168.49.1",
"subnet": "192.168.49.0/24"
}
]
],
"routes": [
{
"dst": "0.0.0.0/0"
}
],
"type": "host-local"
},
"isGateway": true,
"type": "bridge"
},
{
"capabilities": {
"portMappings": true
},
"type": "portmap"
},
{
"backend": "",
"type": "firewall"
},
{
"type": "tuning"
},
{
"capabilities": {
"aliases": true
},
"domainName": "dns.podman",
"type": "dnsname"
}
]
}
]
-- /stdout --
I0615 14:42:20.483583 30552 cli_runner.go:115] Run: sudo -n podman system info --format json
I0615 14:42:20.643548 30552 info.go:281] podman info: {Host:{BuildahVersion:1.20.1 CgroupVersion:v2 Conmon:{Package:conmon-2.0.27-2.fc33.s390x Path:/usr/bin/conmon Version:conmon version 2.0.27, commit: } Distribution:{Distribution:fedora Version:33} MemFree:1243791360 MemTotal:4198801408 OCIRuntime:{Name:crun Package:crun-0.19.1-3.fc33.s390x Path:/usr/bin/crun Version:crun version 0.19.1
commit: 1535fedf0b83fb898d449f9680000f729ba719f5
spec: 1.0.0
+SYSTEMD +SELINUX +APPARMOR +CAP +SECCOMP +EBPF +CRIU +YAJL} SwapFree:0 SwapTotal:0 Arch:s390x Cpus:2 Eventlogger:journald Hostname:minikube1.zdalisv.dfw.ibm.com Kernel:5.12.10-200.fc33.s390x Os:linux Rootless:false Uptime:1h 0m 55.01s (Approximately 0.04 days)} Registries:{Search:[registry.fedoraproject.org registry.access.redhat.com docker.io]} Store:{ConfigFile:/etc/containers/storage.conf ContainerStore:{Number:0} GraphDriverName:overlay GraphOptions:{} GraphRoot:/var/lib/containers/storage GraphStatus:{BackingFilesystem:extfs NativeOverlayDiff:true SupportsDType:true UsingMetacopy:false} ImageStore:{Number:0} RunRoot:/run/containers/storage VolumePath:/var/lib/containers/storage/volumes}}
I0615 14:42:20.643777 30552 cli_runner.go:115] Run: sudo -n podman container inspect -f {{.NetworkSettings.IPAddress}} minikube
W0615 14:42:20.793518 30552 cli_runner.go:162] sudo -n podman container inspect -f {{.NetworkSettings.IPAddress}} minikube returned with exit code 125
I0615 14:42:20.793559 30552 ssh_runner.go:149] Run: sh -c "df -h /var | awk 'NR==2{print $5}'"
I0615 14:42:20.793592 30552 cli_runner.go:115] Run: sudo -n podman version --format {{.Version}}
I0615 14:42:20.943495 30552 cli_runner.go:115] Run: sudo -n podman container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" minikube
W0615 14:42:21.083399 30552 cli_runner.go:162] sudo -n podman container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" minikube returned with exit code 125
I0615 14:42:21.083457 30552 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: error inspecting object: no such container minikube
I0615 14:42:21.318877 30552 cli_runner.go:115] Run: sudo -n podman version --format {{.Version}}
I0615 14:42:21.443589 30552 cli_runner.go:115] Run: sudo -n podman container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" minikube
W0615 14:42:21.573394 30552 cli_runner.go:162] sudo -n podman container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" minikube returned with exit code 125
I0615 14:42:21.573444 30552 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: error inspecting object: no such container minikube
I0615 14:42:21.920931 30552 cli_runner.go:115] Run: sudo -n podman version --format {{.Version}}
I0615 14:42:22.053534 30552 cli_runner.go:115] Run: sudo -n podman container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" minikube
W0615 14:42:22.203360 30552 cli_runner.go:162] sudo -n podman container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" minikube returned with exit code 125
I0615 14:42:22.203409 30552 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: error inspecting object: no such container minikube
I0615 14:42:22.871144 30552 cli_runner.go:115] Run: sudo -n podman version --format {{.Version}}
I0615 14:42:22.993505 30552 cli_runner.go:115] Run: sudo -n podman container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" minikube
W0615 14:42:23.123357 30552 cli_runner.go:162] sudo -n podman container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" minikube returned with exit code 125
W0615 14:42:23.123417 30552 start.go:257] 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: error inspecting object: no such container minikube
W0615 14:42:23.123423 30552 start.go:239] 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: error inspecting object: no such container minikube
I0615 14:42:23.123428 30552 fix.go:57] fixHost completed within 3.439034957s
I0615 14:42:23.123432 30552 start.go:80] releasing machines lock for "minikube", held for 3.43904856s
W0615 14:42:23.123519 30552 out.go:235] 😿 Failed to start podman container. Running "minikube delete" may fix it: podman inspect ip minikube: sudo -n podman container inspect -f {{.NetworkSettings.IPAddress}} minikube: exit status 125
stdout:
stderr:
Error: error inspecting object: no such container minikube
I0615 14:42:23.125747 30552 out.go:170]
W0615 14:42:23.125806 30552 out.go:235] ❌ Exiting due to GUEST_PROVISION: Failed to start host: podman inspect ip minikube: sudo -n podman container inspect -f minikube: exit status 125
stdout:
stderr:
Error: error inspecting object: no such container minikube
W0615 14:42:23.125913 30552 out.go:235]
W0615 14:42:23.126777 30552 out.go:235] ╭────────────────────────────────────────────────────────────────────╮
W0615 14:42:23.126788 30552 out.go:235] │ │
W0615 14:42:23.126807 30552 out.go:235] │ 😿 If the above advice does not help, please let us know: │
W0615 14:42:23.126827 30552 out.go:235] │ 👉 https://github.com/kubernetes/minikube/issues/new/choose │
W0615 14:42:23.126842 30552 out.go:235] │ │
W0615 14:42:23.126856 30552 out.go:235] │ Please attach the following file to the GitHub issue: │
W0615 14:42:23.126867 30552 out.go:235] │ - /home/fedora/.minikube/logs/lastStart.txt │
W0615 14:42:23.126877 30552 out.go:235] │ │
W0615 14:42:23.126888 30552 out.go:235] ╰────────────────────────────────────────────────────────────────────╯
W0615 14:42:23.126900 30552 out.go:235]
❌ Exiting due to GUEST_STATUS: state: unknown state "minikube": sudo -n podman container inspect minikube --format=: exit status 125
stdout:
stderr:
Error: error inspecting object: no such container minikube
╭───────────────────────────────────────────────────────────────────────────╮
│ │
│ 😿 If the above advice does not help, please let us know: │
│ 👉 https://github.com/kubernetes/minikube/issues/new/choose │
│ │
│ Please attach the following file to the GitHub issue: │
│ - /tmp/minikube_logs_f30b94c7b8be27a1785d74f9772c624a74c09c39_0.log │
│ │
╰───────────────────────────────────────────────────────────────────────────╯
Full output of
minikube logs
command (forkvm2
)==> Last Start <==
Log file created at: 2021/06/15 14:45:09
Running on machine: minikube1
Binary: Built with gc go1.16.4 for linux/s390x
Log line format: [IWEF]mmdd hh:mm:ss.uuuuuu threadid file:line] msg
I0615 14:45:09.494355 35758 out.go:291] Setting OutFile to fd 1 ...
I0615 14:45:09.494462 35758 out.go:343] isatty.IsTerminal(1) = true
I0615 14:45:09.494465 35758 out.go:304] Setting ErrFile to fd 2...
I0615 14:45:09.494468 35758 out.go:343] isatty.IsTerminal(2) = true
I0615 14:45:09.494545 35758 root.go:316] Updating PATH: /home/fedora/.minikube/bin
I0615 14:45:09.494725 35758 out.go:298] Setting JSON to false
I0615 14:45:09.495146 35758 start.go:111] hostinfo: {"hostname":"minikube1.zdalisv.dfw.ibm.com","uptime":3824,"bootTime":1623764485,"procs":92,"os":"linux","platform":"fedora","platformFamily":"fedora","platformVersion":"33","kernelVersion":"5.12.10-200.fc33.s390x","kernelArch":"s390x","virtualizationSystem":"kvm","virtualizationRole":"host","hostId":"457c81ed-72d0-436d-a743-6a916ac685bb"}
I0615 14:45:09.495190 35758 start.go:121] virtualization: kvm host
I0615 14:45:09.496967 35758 out.go:170] 😄 minikube v1.21.0 on Fedora 33 (s390x)
I0615 14:45:09.497089 35758 notify.go:169] Checking for updates...
I0615 14:45:09.497486 35758 driver.go:335] Setting default libvirt URI to qemu:///system
I0615 14:45:09.498712 35758 out.go:170] ✨ Using the kvm2 driver based on user configuration
I0615 14:45:09.498722 35758 start.go:279] selected driver: kvm2
I0615 14:45:09.498725 35758 start.go:752] validating driver "kvm2" against
I0615 14:45:09.498731 35758 start.go:763] status for kvm2: {Installed:true Healthy:false Running:true NeedsImprovement:false Error:libvirt group membership check failed:
error getting current user's GIDs: user: GroupIds requires cgo Reason:PR_KVM_USER_PERMISSION Fix:Check that libvirtd is properly installed and that you are a member of the appropriate libvirt group (remember to relogin for group changes to take effect!) Doc:https://minikube.sigs.k8s.io/docs/reference/drivers/kvm2/}
I0615 14:45:09.499768 35758 out.go:170]
W0615 14:45:09.499816 35758 out.go:235] 🚫 Exiting due to PR_KVM_USER_PERMISSION: libvirt group membership check failed:
error getting current user's GIDs: user: GroupIds requires cgo
W0615 14:45:09.499939 35758 out.go:235] 💡 Suggestion: Ensure that you are a member of the appropriate libvirt group (remember to relogin for group changes to take effect!)
W0615 14:45:09.499974 35758 out.go:235] 📘 Documentation: https://minikube.sigs.k8s.io/docs/reference/drivers/kvm2/
W0615 14:45:09.499985 35758 out.go:235] 🍿 Related issues:
W0615 14:45:09.500018 35758 out.go:235] ▪ #5617
W0615 14:45:09.500049 35758 out.go:235] ▪ #10070
🤷 Profile "minikube" not found. Run "minikube profile list" to view all profiles.
👉 To start a cluster, run: "minikube start"
The text was updated successfully, but these errors were encountered: