diff --git a/modules/creating-a-machine-pool-cli-capres.adoc b/modules/creating-a-machine-pool-cli-capres.adoc index 1e5b0be863..b123582aba 100644 --- a/modules/creating-a-machine-pool-cli-capres.adoc +++ b/modules/creating-a-machine-pool-cli-capres.adoc @@ -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 --subnet --instance-type c5.xlarge ---- + [source,terminal] ---- I: Checking available instance types for machine pool 'mymachinepool' diff --git a/modules/creating-a-machine-pool-cli.adoc b/modules/creating-a-machine-pool-cli.adoc index f343678d53..a32b6db9e2 100644 --- a/modules/creating-a-machine-pool-cli.adoc +++ b/modules/creating-a-machine-pool-cli.adoc @@ -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