Skip to content

Commit 21b28ff

Browse files
author
Brice Fallon-Freeman
authored
Merge pull request #7598 from bfallonf/enterprise-3.9-stage
[enterprise-3.9] Remove references to NetworkPolicy being Tech Preview
2 parents 991501c + 5432600 commit 21b28ff

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

architecture/additional_concepts/sdn.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ allowed to communicate with all other pods, and all other pods can communicate
3232
with them. In {product-title} clusters, the *default* project has VNID 0. This
3333
facilitates certain services like the load balancer, etc. to communicate with
3434
all other pods in the cluster and vice versa.
35-
* The *ovs-networkpolicy* plug-in (currently in Tech Preview) allows project
35+
* The *ovs-networkpolicy* plug-in allows project
3636
administrators to configure their own isolation policies using
3737
xref:../../admin_guide/managing_networking.adoc#admin-guide-networking-networkpolicy[NetworkPolicy objects].
3838

install_config/configuring_sdn.adoc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ toc::[]
1414

1515
The xref:../architecture/networking/sdn.adoc#architecture-additional-concepts-sdn[OpenShift SDN] enables
1616
communication between pods across the {product-title} cluster, establishing a _pod
17-
network_. Two xref:../architecture/networking/sdn.adoc#architecture-additional-concepts-sdn[SDN plug-ins]
18-
are currently available (*ovs-subnet* and *ovs-multitenant*), which provide
19-
different methods for configuring the pod network. A third (*ovs-networkpolicy*) is currently in Tech Preview.
17+
network_. Three xref:../architecture/networking/sdn.adoc#architecture-additional-concepts-sdn[SDN plug-ins]
18+
are currently available (*ovs-subnet*, *ovs-multitenant*, and *ovs-networkpolicy*), which provide
19+
different methods for configuring the pod network.
2020

2121
[[admin-guide-configuring-sdn-available-sdn-providers]]
2222
== Available SDN Providers
@@ -78,7 +78,7 @@ which is configurable in the Ansible inventory file.
7878
# Configure the multi-tenant SDN plugin (default is 'redhat/openshift-ovs-subnet')
7979
# os_sdn_network_plugin_name='redhat/openshift-ovs-multitenant'
8080
81-
# Configure the NetworkPolicy SDN plugin (Tech Preview)
81+
# Configure the NetworkPolicy SDN plugin
8282
# os_sdn_network_plugin_name='redhat/openshift-ovs-networkpolicy'
8383
8484
# Disable the OpenShift SDN plugin

0 commit comments

Comments
 (0)