You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fixing pr link errors
fixing pr link error
fixing pr hcp link error
fixing pr rosa link
fing dup in add recources in assembly hcp upgrading
applying review comments
applying review comment
applying review comm
fix table
fix tables
fix tabl
fix tab
fix ta
Copy file name to clipboardExpand all lines: modules/rosa-hcp-upgrade-options.adoc
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
:_mod-docs-content-type: CONCEPT
2
2
[id="rosa-upgrade-options_{context}"]
3
-
= Upgrade options for {hcp-title} clusters
3
+
= Upgrade options for {product-title} clusters
4
4
5
5
In OpenShift, upgrading means provisioning a new component with updated software and using it to replace an existing component that has outdated software.
= Upgrading the hosted control plane with the ROSA CLI
12
12
13
-
You can manually upgrade the hosted control plane of a {hcp-title} cluster by using the ROSA CLI. This method schedules the control plane for an upgrade if a more recent version is available, either immediately, or at a specified future time.
13
+
You can manually upgrade the hosted control plane of a {product-title} cluster by using the ROSA CLI. This method schedules the control plane for an upgrade if a more recent version is available, either immediately, or at a specified future time.
14
14
15
15
[NOTE]
16
16
====
17
-
Your control plane only supports machine pools within two minor Y-stream versions. For example, a {hcp-title} cluster with a control plane using version 4.15.z supports machine pools with version 4.13.z and 4.14.z, but the control plane does not support machine pools using version 4.12.z.
17
+
Your control plane only supports machine pools within two minor Y-stream versions. For example, a {product-title} cluster with a control plane using version 4.15.z supports machine pools with version 4.13.z and 4.14.z, but the control plane does not support machine pools using version 4.12.z.
Copy file name to clipboardExpand all lines: rosa_hcp/rosa-hcp-egress-zero-install.adoc
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,8 +12,10 @@ All public and private clusters with {egress-zero} get their Red{nbsp}Hat contai
12
12
{egress-zero-title} use AWS ECR to provision your clusters without the need for public internet. Because necessary cluster lifecycle processes occur over AWS private networking, AWS ECR serves as a critical service for core cluster platform images. For more information on AWS ECR, see link:https://aws.amazon.com/ecr/[Amazon Elastic Container Registry].
13
13
14
14
You can create a fully operational cluster that does not require a public egress by configuring a virtual private cloud (VPC) and using the `--properties zero_egress:true` flag when creating your cluster.
15
-
16
-
See xref:../upgrading/rosa-hcp-upgrading.adoc#rosa-hcp-upgrading[Upgrading {product-title} clusters] to upgrade clusters using {egress-zero}.
15
+
//condition out to build pruning PR
16
+
ifdef::openshift-rosa-hcp[]
17
+
See xref:../upgrading/rosa-hcp-upgrading.adoc#rosa-hcp-upgrading[Upgrading {product-title} clusters] to upgrade clusters using {egress-zero}.
//This cannot be a module if we want to use the xrefs
24
16
[id="rosa-lifecycle-policy_{context}"]
25
17
== Life cycle policies and planning
26
18
27
19
To plan an upgrade, review the
28
-
ifdef::openshift-rosa[]
29
-
xref:../rosa_architecture/rosa_policy_service_definition/rosa-life-cycle.adoc#rosa-life-cycle[{product-title} update life cycle].
30
-
endif::openshift-rosa[]
31
-
ifdef::openshift-rosa-hcp[]
32
-
xref:../rosa_architecture/rosa_policy_service_definition/rosa-hcp-life-cycle.adoc#rosa-hcp-life-cycle[{hcp-title} update life cycle].
33
-
endif::openshift-rosa-hcp[]
20
+
xref:../rosa_architecture/rosa_policy_service_definition/rosa-hcp-life-cycle.adoc#rosa-hcp-life-cycle[{product-title} update life cycle].
34
21
35
22
The life cycle page includes release definitions, support and upgrade requirements, installation policy information and life cycle dates.
36
23
@@ -39,7 +26,7 @@ Upgrades are manually initiated or automatically scheduled. Red Hat Site Reliabi
39
26
//The following note should be removed when the entire HCP fleet is confirmed multi-arch
40
27
[NOTE]
41
28
====
42
-
If your control plane is not currently multi-architecture enabled, the upgrade process will first migrate the cluster to a multi-architecture image and then apply the version upgrade. Multi-architecture clusters are capable of running both x86-based and Arm-based workloads. Clusters created after 25 July, 2024 are multi-architecture enabled by default.
29
+
If your control plane is not currently multi-architecture enabled, the upgrade process will first migrate the cluster to a multi-architecture image and then apply the version upgrade. Multi-architecture clusters are capable of running both x86-based and Arm-based workloads. Clusters created after 25 July, 2024 are multi-architecture enabled by default.
0 commit comments