IPv6 failure with podman trying to set up access to KinD's internal image registry. #24880
Closed
jmazzitelli
started this conversation in
General
Replies: 1 comment
-
Hm. I think I know what the problem is. My host doesn't have ipv6 disabled, but the container does. The answer: make sure |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Fedora
41
, Podman5.3.1
, KinD0.20.0
Following step 4 here to setup KinD registry (using podman, not docker):
https://kind.sigs.k8s.io/docs/user/local-registry/#create-a-cluster-and-registry
Run
podman network connect kind kind-registry
and this error appears - question is, what is wrong and how to fix this?Strange thing is - if I run that command again, it tells me it is already connected:
Note: IPv6 is enabled, and SELinux is completely disabled:
When I run
podman --log-level=debug network connect kind kind-registry
, it finds the network, sets some sysctl values it wants set without issue, then that error (with no other indications of what the problem is):Run that command again, and it says the network is already connected (??) and fails-fast:
Other than this, KinD is started and I can access it fine via "kubectl get ns" for example.
This is how /proc is mounted:
Beta Was this translation helpful? Give feedback.
All reactions