-
-
Notifications
You must be signed in to change notification settings - Fork 689
Description
Search before asking
- I had searched in the issues and found no similar issues.
Environment
What happened
with I/O timeout and outdated Qemu binaries
Body
Problem Description
I'm encountering two issues while trying to set up my environment.
Outdated Qemu Binaries
I'm running an outdated version of Qemu binaries on my host. The architecture of my system is arm64. This might cause potential problems in the virtualization process.
Image Pulling Failure
I'm trying to pull the labring/kubernetes:v1.24.9 image. Here is the detailed command output:
How to reproduce
The error indicates that there is an I/O timeout when trying to connect to the Docker Hub registry.
Environment Information
Operating System: [Please fill in your OS here, e.g., Ubuntu 20.04]
Container Runtime: [Podman or Docker, and its version]
Qemu Version: [The current version of Qemu you are using]
Steps to Reproduce
Set up the environment with the above - mentioned OS and container runtime.
Try to pull the labring/kubernetes:v1.24.9 image using the relevant container runtime command.
Expected Behavior
The Qemu binaries should be up - to - date to ensure smooth virtualization operations.
The labring/kubernetes:v1.24.9 image should be pulled successfully without any I/O timeout errors.
Possible Solutions Tried
Checked the network connectivity by pinging other websites, and the network seems to be working fine.
There are no proxy settings configured in my environment.
I would appreciate any help or suggestions to resolve these issues.
Are you willing to submit PR?
- Yes I am willing to submit a PR!