Skip to content

Commit 2bd9c01

Browse files
authored
Merge pull request #63609 from jmanthei/OSDOCS-6377
[OSDOCS-3677] Removing tech preview language
2 parents ac79311 + ecd2e3c commit 2bd9c01

File tree

2 files changed

+2
-18
lines changed

2 files changed

+2
-18
lines changed

modules/installation-load-balancing-user-infra.adoc

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -58,18 +58,6 @@ Before you install {product-title}, you must provision the API and application I
5858
endif::user-managed-lb[]
5959

6060
ifdef::user-managed-lb[]
61-
[IMPORTANT]
62-
====
63-
[subs="attributes+"]
64-
Deployment with User-Managed Load Balancers is a Technology Preview feature only. Technology Preview features
65-
are not supported with Red Hat production service level agreements (SLAs) and
66-
might not be functionally complete. Red Hat does not recommend using them
67-
in production. These features provide early access to upcoming product
68-
features, enabling customers to test functionality and provide feedback during
69-
the development process.
70-
71-
For more information about the support scope of Red Hat Technology Preview features, see link:https://access.redhat.com/support/offerings/techpreview/[Technology Preview Features Support Scope].
72-
====
7361

7462
Before you install {product-title}, you can provision your own API and application ingress load balancing infrastructure to use in place of the default, internal load balancing solution. In production scenarios, you can deploy the API and application Ingress load balancers separately so that you can scale the load balancer infrastructure for each in isolation.
7563
endif::user-managed-lb[]

modules/installation-osp-external-lb-config.adoc

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,6 @@
22
[id="install-osp-external-lb-config_{context}"]
33
= Installation configuration for a cluster on OpenStack with a user-managed load balancer
44

5-
:FeatureName: Deployment on OpenStack with User-Managed Load Balancers
6-
include::snippets/technology-preview.adoc[]
7-
85
The following example `install-config.yaml` file demonstrates how to configure a cluster that uses an external, user-managed load balancer rather than the default internal load balancer.
96

107
[source,yaml]
@@ -41,8 +38,7 @@ platform:
4138
- 192.168.10.7
4239
loadBalancer:
4340
type: UserManaged <2>
44-
featureSet: TechPreviewNoUpgrade <3>
41+
4542
----
4643
<1> Regardless of which load balancer you use, the load balancer is deployed to this subnet.
47-
<2> The `UserManaged` value indicates that you are using an user-managed load balancer.
48-
<3> Because user-managed load balancers are in Technology Preview, you must include the `TechPreviewNoUpgrade` value to deploy a cluster that uses a user-managed load balancer.
44+
<2> The `UserManaged` value indicates that you are using an user-managed load balancer.

0 commit comments

Comments
 (0)