RFE-9862: Document Podman default subnet overlap on RHCOS nodes - #119747
RFE-9862: Document Podman default subnet overlap on RHCOS nodes#119747DeokarT wants to merge 1 commit into
Conversation
A plain podman run on a node creates 10.88.0.0/16 and can black-hole production traffic. Spell out --network host, leftover bridge cleanup, and a MachineConfig drop-in so we do not change the MCO default.
|
@DeokarT: This pull request references RFE-9862 which is a valid jira issue. Warning: The referenced jira issue has an invalid target version for the target branch this PR targets: expected the feature request to target the "5.1.0" version, but no target version was set. DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the openshift-eng/jira-lifecycle-plugin repository. |
|
Hi @DeokarT. Thanks for your PR. I'm waiting for a openshift member to verify that this patch is reasonable to test. If it is, they should reply with Regular contributors should join the org to skip this step. Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
RFE-9862. Same collision as OCPBUGS-9296:
oc debugplus a plainpodman runbrings up10.88.0.0/16, and that route can stay after the container is gone.This PR only documents the workaround. It does not change the default CIDR in MCO.
--network host/--network none, delete leftoverpodman0/cni-podman0, optional MachineConfig drop-in fordefault_subnet.oc debughost access.Test plan
chroot /host.Related: https://redhat.atlassian.net/browse/RFE-9862, https://redhat.atlassian.net/browse/OCPBUGS-9296, https://redhat.atlassian.net/browse/RHEL-34282, https://access.redhat.com/solutions/6961655, podman-container-tools/podman#17847