Open matzew opened 5 months ago
Error: "pasta" is not supported: invalid network mode
what this error really means? can you open this in the podman project, is not clear what we can do here without having more details about the error
I think this is basically that rootless podman networks don't support "connect".
For all other runtimes, it makes sense to create the registry first then later connect to the cluster network.
For rootless podman you may have to take a different approach.
What happened:
Running the https://github.com/kubernetes-sigs/kind/blob/main/site/static/examples/kind-with-registry.sh gives me the following error via
docker connect
:What you expected to happen:
The error would not happen
How to reproduce it (as minimally and precisely as possible):
Running w/ podman the above mentioned script
Environment:
kind v0.23.0 go1.21.10 linux/amd64
docker info
,podman info
ornerdctl info
):/etc/os-release
):kubectl version
): client (1.27)