Skip to content

Commit da8f943

Browse files
authored
Merge pull request #79408 from rh-tokeefe/OLS-861
OLS-861: add dev preview banner for OpenShift Lightspeed docs
2 parents 69be0e6 + c58743a commit da8f943

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

_templates/_page_openshift.html.erb

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,14 @@
6767
</span>
6868
<% end %>
6969

70+
<% if (distro_key == "openshift-lightspeed") %>
71+
<span>
72+
<div class="alert alert-danger" role="alert" id="support-alert">
73+
<strong>OpenShift Lightspeed is a Developer Preview release. Developer Preview features are not supported by Red Hat in any way and are not functionally complete or production-ready. Do not use Developer Preview features for production or business-critical workloads. Developer Preview features provide early access to upcoming product features in advance of their possible inclusion in a Red Hat product offering, enabling customers to test functionality and provide feedback during the development process. These features might not have any documentation, are subject to change or removal at any time, and testing is limited. Red Hat might provide ways to submit feedback on Developer Preview features without an associated SLA. This documentation is a work in progress and might not be complete or fully tested.</strong></a>.
74+
</div>
75+
</span>
76+
<% end %>
77+
7078
<% if (version == "4.17") && (distro_key != "openshift-webscale" && distro_key != "openshift-dpu" && distro_key != "rosa-hcp") %>
7179
<span>
7280
<div class="alert alert-danger" role="alert" id="support-alert">

0 commit comments

Comments
 (0)