You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
gilberto.andrade@C430760:~$ minikube config set rootless true
gilberto.andrade@C430760:~$ minikube start --driver=podman --container-runtime=containerd
😄 minikube v1.35.0 on Opensuse-Leap 15.6
▪ MINIKUBE_ROOTLESS=true
✨ Using the podman driver based on user configuration
📌 Using rootless Podman driver
👍 Starting "minikube" primary control-plane node in "minikube" cluster
🚜 Pulling base image v0.0.46 ...
💾 Downloading Kubernetes v1.32.0 preload ...
> preloaded-images-k8s-v18-v1...: 379.64 MiB / 379.64 MiB 100.00% 29.61 M
> gcr.io/k8s-minikube/kicbase...: 500.31 MiB / 500.31 MiB 100.00% 28.55 M
E0225 13:45:30.254467 25543 cache.go:222] Error downloading kic artifacts: not yet implemented, see issue #8426
🔥 Creating podman container (CPUs=2, Memory=3900MB) ...
❗ Failing to connect to https://registry.k8s.io/ from inside the minikube container
💡 To pull new external images, you may need to configure a proxy: https://minikube.sigs.k8s.io/docs/reference/networking/proxy/
📦 Preparing Kubernetes v1.32.0 on containerd 1.7.24 ...
▪ Generating certificates and keys ...
▪ Booting up control plane ...
▪ Configuring RBAC rules ...
🔗 Configuring CNI (Container Networking Interface) ...
🔎 Verifying Kubernetes components...
▪ Using image gcr.io/k8s-minikube/storage-provisioner:v5
🌟 Enabled addons: storage-provisioner, default-storageclass
🏄 Done! kubectl is now configured to use "minikube" cluster and "default" namespace by default
I've noted that it complained "Failing to connect to https://registry.k8s.io/ from inside the minikube container" and so I've tried to pull an image from inside:
gilberto.andrade@C430760:~$ minikube ssh
docker@minikube:~$ podman version
WARN[0000] The cgroupv2 manager is set to systemd but there is no systemd user session available
WARN[0000] For using systemd, you may need to login using an user session
WARN[0000] Alternatively, you can enable lingering with: `loginctl enable-linger 1000` (possibly as root)
WARN[0000] Falling back to --cgroup-manager=cgroupfs
Error: command required for rootless mode with multiple IDs: exec: "newuidmap": executable file not found in $PATH
docker@minikube:~$ sudo podman version
Version: 3.4.4
API Version: 3.4.4
Go Version: go1.18.1
Built: Thu Jan 1 00:00:00 1970
OS/Arch: linux/amd64
docker@minikube:~$ sudo podman pull registry.access.redhat.com/ubi8/ubi
Trying to pull registry.access.redhat.com/ubi8/ubi:latest...
Error: initializing source docker://registry.access.redhat.com/ubi8/ubi:latest: pinging container registry registry.access.redhat.com: Get "https://registry.access.redhat.com/v2/": dial tcp: lookup registry.access.redhat.com on 192.168.49.1:53: read udp 192.168.49.2:59184->192.168.49.1:53: i/o timeout
docker@minikube:~$ exit
logout
ssh: Process exited with status 125
gilberto.andrade@C430760:~$ podman pull registry.access.redhat.com/ubi8/ubi
Trying to pull registry.access.redhat.com/ubi8/ubi:latest...
Getting image source signatures
Copying blob f8750fc49bf2 done |
Copying config dc564c6cc0 done |
Writing manifest to image destination
dc564c6cc036db0628baa2d1dd623054d115a2528c57b1cf5324ee9dedb019cb
gilberto.andrade@C430760:~$
Is it possível to update podman in minukube image? Maybe it is the problem?
What Happened?
Following the docs on using podman in rootless mode, I've execute:
Checking:
I've noted that it complained "Failing to connect to https://registry.k8s.io/ from inside the minikube container" and so I've tried to pull an image from inside:
Is it possível to update podman in minukube image? Maybe it is the problem?
Attach the log file
log.txt
Operating System
Other
Driver
Podman
The text was updated successfully, but these errors were encountered: