use pasta for podman networking

This commit is contained in:
Joerg Lehmann 2023-11-29 19:47:34 +01:00
parent 9f7e7acef8
commit 2ff171d0b8
1 changed files with 3 additions and 1 deletions

View File

@ -82,6 +82,7 @@ command to check who is banned:
## Install Software ## Install Software
```bash ```bash
# dnf install passt
# dnf install git # dnf install git
# dnf install podman # dnf install podman
# dnf install jq # dnf install jq
@ -262,7 +263,7 @@ IMPORTANT: we changed the startup Method to Quadlets, put into
See also https://www.redhat.com/sysadmin/quadlet-podman See also https://www.redhat.com/sysadmin/quadlet-podman
Example of such a quadlet config: Example of such a quadlet config (Network=pasta is not to be used for Traefik):
[containers@onyx-dev ~]$ more ~containers/.config/containers/systemd/onyx-dev-mqtt.kube [containers@onyx-dev ~]$ more ~containers/.config/containers/systemd/onyx-dev-mqtt.kube
[Unit] [Unit]
@ -272,6 +273,7 @@ Before=local-fs.target
[Kube] [Kube]
Yaml=/home/containers/onyx-dev_pods/mqtt/mqtt.yaml Yaml=/home/containers/onyx-dev_pods/mqtt/mqtt.yaml
LogDriver=journald LogDriver=journald
Network=pasta
[Install] [Install]
# Start by default on boot # Start by default on boot