Skip to content

Commit 0599ec9

Browse files
committed
Updated the HCP migration to include the ROSA Tutorals and Learning sections
1 parent c209db7 commit 0599ec9

File tree

2 files changed

+17
-0
lines changed

2 files changed

+17
-0
lines changed

rosa_learning/creating_cluster_workshop/cloud-experts-getting-started-autoscaling.adoc

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,12 @@ toc::[]
99
//rosaworkshop.io content metadata
1010
//Brought into ROSA product docs 2024-01-04
1111

12+
ifndef::openshift-rosa-hcp[]
1213
The xref:../../rosa_cluster_admin/rosa_nodes/rosa-nodes-about-autoscaling-nodes.adoc#rosa-nodes-about-autoscaling-nodes[cluster autoscaler] adds or removes worker nodes from a cluster based on pod resources.
14+
endif::openshift-rosa-hcp[]
15+
ifdef::openshift-rosa-hcp[]
16+
The link:https://docs.openshift.com/rosa/rosa_cluster_admin/rosa_nodes/rosa-nodes-about-autoscaling-nodes.html[cluster autoscaler] adds or removes worker nodes from a cluster based on pod resources.
17+
endif::openshift-rosa-hcp[]
1318

1419
The cluster autoscaler increases the size of the cluster when:
1520

rosa_learning/creating_cluster_workshop/cloud-experts-getting-started-managing-worker-nodes.adoc

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,14 @@ toc::[]
99
//rosaworkshop.io content metadata
1010
//Brought into ROSA product docs 2023-11-30
1111

12+
ifndef::openshift-rosa-hcp[]
1213
In {product-title} (ROSA), changing aspects of your worker nodes is performed through the use of machine pools. A machine pool allows users to manage many machines as a single entity. Every ROSA cluster has a default machine pool that is created when the cluster is created. For more information, see the xref:../../rosa_cluster_admin/rosa_nodes/rosa-nodes-machinepools-about.adoc#rosa-nodes-machinepools-about[machine pool] documentation.
14+
endif::openshift-rosa-hcp[]
15+
ifdef::openshift-rosa-hcp[]
16+
In {product-title} (ROSA), changing aspects of your worker nodes is performed through the use of machine pools. A machine pool allows users to manage many machines as a single entity. Every ROSA cluster has a default machine pool that is created when the cluster is created.
1317

18+
For more information, see the link:https://docs.openshift.com/rosa/rosa_cluster_admin/rosa_nodes/rosa-nodes-machinepools-about.html[machine pool] documentation.
19+
endif::openshift-rosa-hcp[]
1420

1521
== Creating a machine pool
1622
You can create a machine pool with either the command line interface (CLI) or the user interface (UI).
@@ -209,7 +215,13 @@ rosa create machinepool --cluster=<cluster-name> --name=<mp-name> --replicas=<nu
209215
rosa create machinepool --cluster=my-rosa-cluster --name=db-nodes-large-mp --replicas=2 --labels='app=db','tier=backend' --instance-type=m5.2xlarge
210216
----
211217

218+
<<<<<<< HEAD
212219
. To see all the xref:../../rosa_architecture/rosa_policy_service_definition/rosa-service-definition.adoc#rosa-sdpolicy-aws-instance-types_rosa-service-definition[instance types available], run the following command:
220+
=======
221+
ifdef::openshift-rosa-hcp[]
222+
. To see all the link:https://docs.openshift.com/rosa/rosa_architecture/rosa_policy_service_definition/rosa-instance-types.html[instance types available], run the following command:
223+
endif::openshift-rosa-hcp[]
224+
>>>>>>> 72fb79ab1d (Updated the HCP migration to include the ROSA Tutorals and Learning sections)
213225
+
214226
[source,terminal]
215227
----

0 commit comments

Comments
 (0)