From 9837656d26839e393795541f141a3b7ad2ba2a24 Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Tue, 17 Mar 2026 15:52:22 +0530 Subject: [PATCH] docs: remove rootless CNI troubleshooting section Signed-off-by: Lokesh Mandvekar --- troubleshooting.md | 19 ------------------- 1 file changed, 19 deletions(-) diff --git a/troubleshooting.md b/troubleshooting.md index e7be7bc77e..35418d9def 100644 --- a/troubleshooting.md +++ b/troubleshooting.md @@ -779,25 +779,6 @@ And now this should work: $ podman-remote info ``` -### 29) Rootless CNI networking fails in RHEL with Podman v2.2.1 to v3.0.1. - -A failure is encountered when trying to use networking on a rootless -container in Podman v2.2.1 through v3.0.1 on RHEL. This error does not -occur on other Linux distributions. - -#### Symptom - -A rootless container is created using a CNI network, but the `podman run` command -returns an error that an image must be built. - -#### Solution - -In order to use a CNI network in a rootless container on RHEL, -an Infra container image for CNI-in-slirp4netns must be created. The -instructions for building the Infra container image can be found for -v2.2.1 [here](https://github.com/containers/podman/tree/v2.2.1-rhel/contrib/rootless-cni-infra), -and for v3.0.1 [here](https://github.com/containers/podman/tree/v3.0.1-rhel/contrib/rootless-cni-infra). - ### 30) Container related firewall rules are lost after reloading firewalld Container network can't be reached after `firewall-cmd --reload` and `systemctl restart firewalld` Running `podman network reload` will fix it but it has to be done manually.