$ 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 or the OpenShift SDN network plugin with mode: NetworkPolicy
set. This mode is the default for OpenShift SDN.
You installed the OpenShift CLI (oc
).
You 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 parameter. If you defined the object in a different namespace than the current namespace, the parameter specifices the namespace.
Successful output lists the name of the policy object and the deleted
status.
If you log in to the web console with |