$ oc delete networkpolicy <policy_name> -n <namespace>
As a user with the admin
role, you can delete a network policy from a namespace.
You can delete a network policy in a namespace.
If you log in with a user with the |
Your cluster uses a network plugin that supports NetworkPolicy
objects, such as the OVN-Kubernetes network plugin, with mode: NetworkPolicy
set.
You installed the OpenShift CLI (oc
).
You are logged in to the cluster with a user with admin
privileges.
You are working in the namespace where the network policy exists.
To delete a network policy object, enter the following command:
$ oc delete networkpolicy <policy_name> -n <namespace>
where:
<policy_name>
Specifies the name of the network policy.
<namespace>
Optional: Specifies the namespace if the object is defined in a different namespace than the current namespace.
networkpolicy.networking.k8s.io/default-deny deleted
If you log in to the web console with |
You can delete a network policy in a namespace.
You logged in to OpenShift Cluster Manager.
You created an Red Hat OpenShift Service on AWS cluster.
You configured an identity provider for your cluster.
You added your user account to the configured identity provider.
From the Administrator perspective in the OpenShift Cluster Manager web console, under Networking, click NetworkPolicies.
Use one of the following methods for deleting your network policy:
Delete the policy from the Network Policies table:
From the Network Policies table, select the stack menu on the row of the network policy you want to delete and then, click Delete NetworkPolicy.
Delete the policy using the Actions drop-down menu from the individual network policy details:
Click on Actions drop-down menu for your network policy.
Select Delete NetworkPolicy from the menu.