Document URL: https://docs.openshift.com/container-platform/4.6/networking/network_policy/multitenant-network-policy.html Section Number and Name: (title) Describe the issue: "Multitenant mode" refers to a specific way of configuring OpenShift SDN such that it isolates all namespaces from each other automatically and does not support NetworkPolicy. The linked page is currently titled "Configuring multitenant mode with network policy", but it is NOT about using Multitenant mode, it's about how to get behavior similar to Multitenant mode when using NetworkPolicy mode. This is a problem because now sometimes customers say things like "I am using multitenant mode and I want to do X", and we tell them "you can't do that in multitenant mode, sorry", and then later it turns out that they were not actually using Multitenant mode, they were using NetworkPolicy mode and following the instructions on this page, and so they *can* do what they wanted. Suggestions for improvement: The words "multitenant mode" should only be used to refer to clusters with `mode: Multitenant`. The linked page should be called something like "Configuring multitenant isolation with network policy". Additional information:
I've created a draft PR[0] to clarify this and avoid any confusion. [0] https://github.com/openshift/openshift-docs/pull/30507