Merge pull request #21512 from Luap99/pasta-netname-removal

drop support for "pasta" as a network name
This commit is contained in:
openshift-merge-bot[bot]
2024-02-08 17:17:55 +00:00
committed by GitHub
12 changed files with 15 additions and 51 deletions

View File

@ -76,5 +76,3 @@ Valid _mode_ values are:
- **pasta:-T,5201**: enable forwarding of TCP port 5201 from container to
host, using the loopback interface instead of the tap interface for improved
performance
NOTE: For backward compatibility reasons, if there is an existing network named `pasta`, Podman uses it instead of the pasta mode."?

View File

@ -15,11 +15,6 @@ If no options are provided, Podman assigns a free subnet and name for the networ
Upon completion of creating the network, Podman displays the name of the newly added network.
NOTE: The support for "pasta" as network *name* value is deprecated and will not be accepted in the next major
Podman version 5.0, because it is used as a special network mode in **podman run/create --network**.
The CNI backend is also deprecated and will also be removed in the next major Podman version 5.0, in preference
of Netavark, see **[podman-network(1)](podman-network.1.md)** on how to change the backend.
## OPTIONS
#### **--disable-dns**