From a5be7a41650c72e08541014bb6214d9d8893f701 Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Wed, 9 Jun 2021 16:46:52 -0700 Subject: [PATCH] modules/update-service-overview: "both OpenShift and RHCOS" -> "OpenShift, including RHCOS" The RHCOS mention is from way back in 1ac3751e97 (some updates per Clayton, 2018-11-26, #12880). But: $ git --no-pager grep -h supported modules/rhcos-about.adoc {op-system} is supported only as a component of {product-title} {product-version} for all {product-title} machines.... This commit rephrases the update docs to put RHCOS under OpenShift, so folks don't get ideas and think it is a stand-alone product. --- modules/update-service-overview.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/update-service-overview.adoc b/modules/update-service-overview.adoc index 8b53d74ea763..2d794690904b 100644 --- a/modules/update-service-overview.adoc +++ b/modules/update-service-overview.adoc @@ -11,7 +11,7 @@ [id="update-service-overview_{context}"] = About the OpenShift Update Service -The OpenShift Update Service (OSUS) provides over-the-air updates to both {product-title} and {op-system-first}. It provides a graph, or diagram, that contains the _vertices_ of component Operators and the _edges_ that connect them. The edges in the graph show which versions you can safely update to. The vertices are update payloads that specify the intended state of the managed cluster components. +The OpenShift Update Service (OSUS) provides over-the-air updates to {product-title}, including {op-system-first}. It provides a graph, or diagram, that contains the _vertices_ of component Operators and the _edges_ that connect them. The edges in the graph show which versions you can safely update to. The vertices are update payloads that specify the intended state of the managed cluster components. The Cluster Version Operator (CVO) in your cluster checks with the OpenShift Update Service to see the valid updates and update paths based on current component versions and information in the graph. When you request an update, the CVO uses the release image for that update to upgrade your cluster. The release artifacts are hosted in Quay as container images. ////