Skip to content

Commit b490b7c

Browse files
authored
Merge pull request #86770 from AedinC/OSDOCS-13048
[OSDOCS-13048]: Added link to AWS Windows LI on ROSA with HCP kb article
2 parents 1a1dd82 + 39d9fef commit b490b7c

File tree

1 file changed

+18
-2
lines changed

1 file changed

+18
-2
lines changed

modules/creating-a-machine-pool-cli.adoc

Lines changed: 18 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -195,6 +195,22 @@ endif::openshift-rosa-hcp[]
195195
I: To view all machine pools, run 'rosa list machinepools -c mycluster'
196196
----
197197

198+
//ifdef::openshift-rosa-hcp[] Uncomment this out once HCP split occurs
199+
* To add a Windows Licence Included enabled machine pool to a {hcp-title} cluster, see link:https://access.redhat.com/articles/7096903[AWS Windows License Included for ROSA with HCP].
200+
+
201+
Windows Licence Included enabled machine pools can only be created when the following criteria is met:
202+
203+
** The host cluster is a {hcp-title} cluster.
204+
** The instance type is bare metal EC2.
205+
+
206+
[IMPORTANT]
207+
====
208+
AWS Windows License Included for {hcp-title} is a Technology Preview feature only. Technology Preview features are not supported with Red{nbsp}Hat production service level agreements (SLAs) and might not be functionally complete. Red{nbsp}Hat does not recommend using them in production. These features provide early access to upcoming product features, enabling customers to test functionality and provide feedback during the development process.
209+
210+
For more information about the support scope of Red{nbsp}Hat Technology Preview features, see link:https://access.redhat.com/support/offerings/techpreview/[Technology Preview Features Support Scope].
211+
====
212+
//endif::openshift-rosa-hcp[] Uncomment this out once HCP split occurs
213+
198214
.Verification
199215

200216
You can list all machine pools on your cluster or describe individual machine pools.
@@ -219,9 +235,9 @@ ifdef::openshift-rosa-hcp[]
219235
.Example output
220236
[source,terminal]
221237
----
222-
ID AUTOSCALING REPLICAS INSTANCE TYPE LABELS TAINTS AVAILABILITY ZONE SUBNET VERSION AUTOREPAIR
238+
ID AUTOSCALING REPLICAS INSTANCE TYPE LABELS TAINTS AVAILABILITY ZONE SUBNET VERSION AUTOREPAIR
223239
Default No 1/1 m5. xlarge us-east-2c subnet-00552ad67728a6ba3 4.14.34 Yes
224-
mymachinepool Yes 3/3-6 m5.xlarge app=db, tier=backend us-east-2a subnet-0cb56f5f41880c413 4.14.34 Yes
240+
mymachinepool Yes 3/3-6 m5.xlarge app=db, tier=backend us-east-2a subnet-0cb56f5f41880c413 4.14.34 Yes
225241
----
226242
endif::openshift-rosa-hcp[]
227243

0 commit comments

Comments
 (0)