Skip to content

Commit 8c5c72d

Browse files
authored
Merge pull request #56603 from lahinson/hcp-ho-versioning-osdocs-5436
[OSDOCS-5436]: Adding versioning info about HyperShift Operator
2 parents 11b3439 + 971a3b9 commit 8c5c72d

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

modules/hosted-control-planes-version-support.adoc

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,20 @@ With each major, minor, or patch version release of {product-title}, two compone
1212
* HyperShift Operator
1313
* Command-line interface (CLI)
1414
15-
The HyperShift Operator manages the lifecycle of hosted clusters that are represented by `HostedCluster` API resources. The HyperShift Operator is released with each {product-title} release.
15+
The HyperShift Operator manages the lifecycle of hosted clusters that are represented by `HostedCluster` API resources. The HyperShift Operator is released with each {product-title} release. After the HyperShift Operator is installed, it creates a config map called `supported-versions` in the HyperShift namespace, as shown in the following example. The config map describes the HostedCluster versions that can be deployed.
16+
17+
[source,yaml]
18+
----
19+
apiVersion: v1
20+
data:
21+
supported-versions: '{"versions":["4.13","4.12","4.11"]}'
22+
kind: ConfigMap
23+
metadata:
24+
labels:
25+
hypershift.openshift.io/supported-versions: "true"
26+
name: supported-versions
27+
namespace: hypershift
28+
----
1629

1730
The CLI is a helper utility for development purposes. The CLI is released as part of any HyperShift Operator release. No compatibility policies are guaranteed.
1831

0 commit comments

Comments
 (0)