This is a cache of https://docs.okd.io/4.10/networking/openshift_sdn/disabling-multicast.html. It is a snapshot of the page at 2025-08-24T21:40:56.956+0000.
Disabling multicast for a project - OpenShift SDN default CNI network provider | Networking | OKD 4.10
×

Disabling multicast between pods

You can disable multicast between pods for your project.

Prerequisites
  • Install the OpenShift CLI (oc).

  • You must log in to the cluster with a user that has the cluster-admin role.

Procedure
  • Disable multicast by running the following command:

    $ oc annotate netnamespace <namespace> \ (1)
        netnamespace.network.openshift.io/multicast-enabled-
    1 The namespace for the project you want to disable multicast for.