This is a cache of https://docs.openshift.com/container-platform/4.7/networking/ovn_kubernetes_network_provider/removing-egress-firewall-ovn.html. It is a snapshot of the page at 2024-09-27T19:54:15.614+0000.
Removing an <strong>egress</strong> firewall from a project - OVN-Kubernetes default CNI network provider | Networking | OpenShift Container Platform 4.7
×

As a cluster administrator, you can remove an egress firewall from a project to remove all restrictions on network traffic from the project that leaves the OpenShift Container Platform cluster.

Removing an egressFirewall object

As a cluster administrator, you can remove an egress firewall from a project.

Prerequisites
  • A cluster using the OVN-Kubernetes default Container Network Interface (CNI) network provider plug-in.

  • Install the OpenShift CLI (oc).

  • You must log in to the cluster as a cluster administrator.

Procedure
  1. Find the name of the egressFirewall object for the project. Replace <project> with the name of the project.

    $ oc get -n <project> egressfirewall
  2. Enter the following command to delete the egressFirewall object. Replace <project> with the name of the project and <name> with the name of the object.

    $ oc delete -n <project> egressfirewall <name>