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
Copy file name to clipboardExpand all lines: modules/installation-azure-marketplace-subscribe.adoc
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -31,7 +31,7 @@ endif::[]
31
31
ifndef::mapi[]
32
32
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.
33
33
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:
35
35
endif::mapi[]
36
36
ifdef::mapi[]
37
37
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:
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.
94
94
====
95
95
. Inspect the image for your offer by running one of the following commands:
96
96
** North America:
@@ -132,10 +132,10 @@ $ az vm image terms accept --urn redhat:rh-ocp-worker:rh-ocp-worker:<version>
132
132
$ az vm image terms accept --urn redhat-limited:rh-ocp-worker:rh-ocp-worker:<version>
133
133
----
134
134
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.
136
136
endif::ipi[]
137
137
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:
139
139
+
140
140
.. Update `storageProfile.imageReference` by deleting the `id` parameter and adding the `offer`, `publisher`, `sku`, and `version` parameters by using the values from your offer.
141
141
.. Specify a `plan` for the virtual machines (VMs).
@@ -174,7 +174,7 @@ ifdef::mapi[]
174
174
endif::mapi[]
175
175
176
176
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
0 commit comments