carrulop
carrulop
Have you tried to create the podman machine with root privileges? I had the same issue than you, and I realized that I had created the machine without root privileges,...
I read the local-registry solution, but I need help to understand it. I see there is a script called "kind-with-registry.sh". I have Windows 11, and I saved it to a...
I have executed the script inside the linux VM where Windows use, but I got an error because kind does not exist in this VM. How can I make work...
Finally what I did was click on "Push image to Kind cluster" from Podman-desktop, and now, the pod is created successfully, reading the image fine. Now, the issue that I...
Thanks!! I have used: kubectl port-foward demo-app 30080:8080, and with this, I can do: http://localhost:30080 to access to my microservice