This is a cache of https://docs.okd.io/4.17/networking/multiple_networks/secondary_networks/removing-pod.html. It is a snapshot of the page at 2026-01-11T00:18:08.278+0000.
Removing a <strong>pod</strong> from an additional network - Multiple networks | Networking | OKD 4.17
×

You can remove a pod from a secondary network. You remove pods from secondary networks to disconnect them from specific network configurations.

Removing a pod from a secondary network

You can remove a pod from a secondary network. You remove pods from secondary networks to disconnect them from specific network configurations.

Prerequisites
  • A secondary network is attached to the pod.

  • Install the OpenShift CLI (oc).

  • Log in to the cluster.

Procedure
  • Delete the pod by entering the following command:

    $ oc delete pod <name> -n <namespace>

    where:

    <name>

    Specifies the name of the pod.

    <namespace>

    Specifies the namespace that contains the pod.