User Details
User Details
- User Since
- May 7 2025, 10:06 PM (30 w, 4 d)
May 9 2025
May 9 2025
covalente added a comment to T7441: container: podman container static ip broken.
@Viacheslav,
default must have the same ipv4 subnet of "podman" default network, if changed, Podman doesn't detect it (via conf-mode commands).
covalente added a comment to T7441: container: podman container static ip broken.
After further debugging, it's the network name that causes the issue with CNI creation (pod-*) and static ip.
Podman overlaps "podman" default network and the user-defined "default" network.
containers get assigned to "podman" default network and CNIs ignored, so causing this primary issue.
