This is a cache of https://docs.okd.io/4.9/networking/multiple_networks/removing-pod.html. It is a snapshot of the page at 2025-02-06T23:28:01.666+0000.
Removing a <strong>pod</strong> from an additional network - Multiple networks | Networking | OKD 4.9
×

As a cluster user you can remove a pod from an additional network.

Removing a pod from an additional network

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

Prerequisites
  • An additional 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.