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

Merge pull request #53914 from openshift-cherrypick-robot/cherry-pick-53837-to-enterprise-4.12

[enterprise-4.12] OSDOCS-4660: Add no-update warning to About page
This commit is contained in:
Steven Smith
2022-12-15 14:15:47 -05:00
committed by GitHub
2 changed files with 15 additions and 2 deletions

View File

@@ -35,7 +35,7 @@ To customize your configuration, use the following table to find valid values th
|bool
|false
|Skip configuring OVS bridge `br-ex` in `microshift-ovs-init.service`
|true <1>
|true ^[1]^
|`ovsInit.gatewayInterface`
|Alpha
@@ -56,7 +56,10 @@ To customize your configuration, use the following table to find valid values th
|1300
|===
<1> The OVS bridge is required. When `disableOVSInit` is true, OVS bridge `br-ex` must be configured manually.
[.small]
--
1. The OVS bridge is required. When `disableOVSInit` is true, OVS bridge `br-ex` must be configured manually.
--
.Example `ovn.yaml` config file:
[source, yaml]

View File

@@ -55,6 +55,16 @@ ifdef::openshift-online,openshift-aro[]
Start with **xref:../architecture/architecture.adoc#architecture-overview-architecture[Architecture]**.
endif::[]
ifdef::microshift[]
Start with xref:../microshift_getting_started/microshift-understanding.adoc#microshift-understanding[Understanding {product-title}] and xref:../microshift_install/microshift-install-rhel-for-edge.adoc#microshift-install-rhel-for-edge[Installing].
Then, see the xref:../microshift_release_notes/microshift-4-12-release-notes.adoc#microshift-4-12-release-notes[release notes].
[IMPORTANT]
====
Red Hat will not provide or support an update or upgrade path from Developer Preview and Technology Preview versions to later versions of {product-title}. A new installation will be necessary.
====
endif::[]
ifdef::openshift-enterprise,openshift-webscale,openshift-origin[]
== Cluster installer activities
Explore these {product-title} installation tasks.