mirror of
https://github.com/podman-container-tools/podman.git
synced 2026-08-05 00:15:44 +00:00
docs: remove rootless CNI troubleshooting section
Signed-off-by: Lokesh Mandvekar <lsm5@redhat.com>
This commit is contained in:
parent
040e6784d8
commit
9837656d26
1 changed files with 0 additions and 19 deletions
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue