1
0
mirror of https://github.com/openshift/openshift-docs.git synced 2026-02-05 12:46:18 +01:00

OSDOCS-16835: Completed the CQA2.0 for Secondary Network Advanced Config, VRF, and Policy

This commit is contained in:
dfitzmau
2025-11-19 09:59:45 +00:00
committed by openshift-cherrypick-robot
parent eaa460310a
commit e877abf380
77 changed files with 866 additions and 787 deletions

View File

@@ -7,9 +7,9 @@ include::_attributes/common-attributes.adoc[]
toc::[]
[role="_abstract"]
You can create a network policy for a namespace.
//OCP modules, edit using conditions and with care (check OCP previews, too)
include::modules/nw-networkpolicy-object.adoc[leveloffset=+1]
include::modules/nw-networkpolicy-create-cli.adoc[leveloffset=+1]

View File

@@ -7,6 +7,7 @@ include::_attributes/attributes-microshift.adoc[]
toc::[]
[role="_abstract"]
You can delete a network policy from a namespace.
include::modules/nw-networkpolicy-delete-cli.adoc[leveloffset=+1]

View File

@@ -7,9 +7,11 @@ include::_attributes/common-attributes.adoc[]
toc::[]
You can edit an existing network policy for a namespace. Typical edits might include changes to the pods to which the policy applies, allowed ingress traffic, and the destination ports on which to accept traffic. The `apiVersion`, `kind`, and `name` fields must not be changed when editing `NetworkPolicy` objects, as these define the resource itself.
[role="_abstract"]
You can edit an existing network policy for a namespace.
Typical edits might include changes to the pods to which the policy applies, allowed ingress traffic, and the destination ports on which to accept traffic. The `apiVersion`, `kind`, and `name` fields must not be changed when editing `NetworkPolicy` objects, as these define the resource itself.
//OCP modules, edit using conditionals
include::modules/nw-networkpolicy-edit.adoc[leveloffset=+1]
include::modules/nw-networkpolicy-object.adoc[leveloffset=+1]

View File

@@ -7,6 +7,7 @@ include::_attributes/attributes-microshift.adoc[]
toc::[]
[role="_abstract"]
Use the following procedure to view a network policy for a namespace.
include::modules/nw-networkpolicy-view-cli.adoc[leveloffset=+1]