1
0
mirror of https://github.com/openshift/openshift-docs.git synced 2026-02-05 12:46:18 +01:00

OSDOCS-14809: adding a live link to Capacity Reservations

This commit is contained in:
Olga Tikhomirova
2025-10-23 13:35:08 -07:00
committed by openshift-cherrypick-robot
parent 19ce82de97
commit c50c4dc87f
2 changed files with 2 additions and 2 deletions

View File

@@ -65,6 +65,7 @@ The following example creates a machine pool called `mymachinepool` that uses th
$ rosa create machinepool --cluster=mycluster --name=mymachinepool --replicas 1 --capacity-reservation-id <capacity_reservation_id> --subnet <subnet_id> --instance-type c5.xlarge
----
[source,terminal]
----
I: Checking available instance types for machine pool 'mymachinepool'

View File

@@ -10,9 +10,8 @@ You can create additional machine pools for your {product-title} cluster by usin
[NOTE]
====
To add a pre-purchased Capacity Reservation to a machine pool, see link:https://docs.redhat.com/en/documentation/red_hat_openshift_service_on_aws/4/html-single/cluster_administration/index#creating_machine_pools_cli_rosa-managing-worker-nodes[Creating a machine pool with Capacity Reservations].
To add a pre-purchased Capacity Reservation to a machine pool, see link:https://docs.redhat.com/en/documentation/red_hat_openshift_service_on_aws/4/html-single/cluster_administration/index#creating_machine_pools_cli_capres_rosa-managing-worker-nodes[Creating a machine pool with Capacity Reservations].
====
//Commenting out the not-yet-published link that breaks the build: https://docs.redhat.com/en/documentation/red_hat_openshift_service_on_aws/4/html-single/cluster_administration/index#creating_machine_pools_cli_capres_rosa-managing-worker-nodes Will have to add it here after the new Cap Res module is merged and published.
.Prerequisites