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 2025-06-03T22:34:08.980+0000.
Removing a <strong>pod</strong> from an additional network - Multiple networks | Networking | OKD 4.17
×

As a cluster user you can remove a pod from a secondary network.

Removing a pod from a secondary network

You can remove a pod from a secondary network only by deleting the pod.

Prerequisites
  • A secondary network is attached to the pod.

  • Install the OpenShift CLI (oc).

  • Log in to the cluster.

Procedure
  • To delete the pod, enter the following command:

    $ oc delete pod <name> -n <namespace>
    • <name> is the name of the pod.

    • <namespace> is the namespace that contains the pod.