Skip to content

Commit 7fd3288

Browse files
authored
Merge pull request #77207 from bscott-rh/OSDOCS-10421
OSDOCS#10421 updating Azure Marketplace doc to mention control plane machines
2 parents 68bb898 + cca420a commit 7fd3288

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

modules/installation-azure-marketplace-subscribe.adoc

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ endif::[]
3131
ifndef::mapi[]
3232
Using the Azure Marketplace offering lets you deploy an {product-title} cluster, which is billed on pay-per-use basis (hourly, per core) through Azure, while still being supported directly by Red{nbsp}Hat.
3333

34-
To deploy an {product-title} cluster using the Azure Marketplace offering, you must first obtain the Azure Marketplace image. The installation program uses this image to deploy worker nodes. When obtaining your image, consider the following:
34+
To deploy an {product-title} cluster using the Azure Marketplace offering, you must first obtain the Azure Marketplace image. The installation program uses this image to deploy worker or control plane nodes. When obtaining your image, consider the following:
3535
endif::mapi[]
3636
ifdef::mapi[]
3737
You can create a machine set running on Azure that deploys machines that use the Azure Marketplace offering. To use this offering, you must first obtain the Azure Marketplace image. When obtaining your image, consider the following:
@@ -90,7 +90,7 @@ rh-ocp-worker redhat-limited rh-ocp-worker-gen1 redhat-limited:rh-ocp-worker:
9090
+
9191
[NOTE]
9292
====
93-
Regardless of the version of {product-title} that you install, the correct version of the Azure Marketplace image to use is 4.13. If required, your VMs are automatically upgraded as part of the installation process.
93+
Use the latest image that is available for compute and control plane nodes. If required, your VMs are automatically upgraded as part of the installation process.
9494
====
9595
. Inspect the image for your offer by running one of the following commands:
9696
** North America:
@@ -132,10 +132,10 @@ $ az vm image terms accept --urn redhat:rh-ocp-worker:rh-ocp-worker:<version>
132132
$ az vm image terms accept --urn redhat-limited:rh-ocp-worker:rh-ocp-worker:<version>
133133
----
134134
ifdef::ipi[]
135-
. Record the image details of your offer. You must update the `compute` section in the `install-config.yaml` file with values for `publisher`, `offer`, `sku`, and `version` before deploying the cluster.
135+
. Record the image details of your offer. You must update the `compute` section in the `install-config.yaml` file with values for `publisher`, `offer`, `sku`, and `version` before deploying the cluster. You may also update the `controlPlane` section to deploy control plane machines with the specified image details, or the `defaultMachinePlatform` section to deploy both control plane and compute machines with the specified image details. Use the latest available image for control plane and compute nodes.
136136
endif::ipi[]
137137
ifdef::upi[]
138-
. Record the image details of your offer. If you use the Azure Resource Manager (ARM) template to deploy your worker nodes:
138+
. Record the image details of your offer. If you use the Azure Resource Manager (ARM) template to deploy your compute nodes:
139139
+
140140
.. Update `storageProfile.imageReference` by deleting the `id` parameter and adding the `offer`, `publisher`, `sku`, and `version` parameters by using the values from your offer.
141141
.. Specify a `plan` for the virtual machines (VMs).
@@ -174,7 +174,7 @@ ifdef::mapi[]
174174
endif::mapi[]
175175
176176
ifdef::ipi[]
177-
.Sample `install-config.yaml` file with the Azure Marketplace worker nodes
177+
.Sample `install-config.yaml` file with the Azure Marketplace compute nodes
178178
179179
[source,yaml]
180180
----

0 commit comments

Comments
 (0)