Skip to content

Commit fd6fac5

Browse files
committed
moving modules around
updating maps updating from step to bullet
1 parent 6c7a7ff commit fd6fac5

File tree

4 files changed

+46
-44
lines changed

4 files changed

+46
-44
lines changed

_topic_maps/_topic_map_rosa.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -610,9 +610,6 @@ Topics:
610610
File: dedicated-aws-dc
611611
- Name: Cluster autoscaling
612612
File: rosa-cluster-autoscaling
613-
- Name: Cluster autoscaling for ROSA HCP
614-
File: rosa-cluster-autoscaling-hcp
615-
# Remove cluster autoscaling for ROSA HCP once the HCP docs are published
616613
- Name: Managing compute nodes using machine pools
617614
Dir: rosa_nodes
618615
Distros: openshift-rosa

_topic_maps/_topic_map_rosa_hcp.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -466,7 +466,7 @@ Topics:
466466
- Name: Configuring AWS Direct Connect
467467
File: dedicated-aws-dc
468468
- Name: Cluster autoscaling
469-
File: rosa-cluster-autoscaling
469+
File: rosa-cluster-autoscaling-hcp
470470
- Name: Managing compute nodes using machine pools
471471
Dir: rosa_nodes
472472
Topics:

rosa_cluster_admin/rosa-cluster-autoscaling-hcp.adoc

Lines changed: 42 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -75,46 +75,9 @@ Pods with priority lower than the cutoff value do not cause the cluster to scale
7575
////
7676
Default priority cutoff is 0. It can be changed using `--expendable-pods-priority-cutoff` flag, but we discourage it. cluster autoscaler also doesn't trigger scale-up if an unschedulable Pod is already waiting for a lower priority Pod preemption.
7777
////
78+
include::modules/rosa-cluster-autoscaler-cli-interactive-during.adoc[leveloffset=+1]
7879

79-
//::modules/rosa-cluster-autoscaler-cli-edit.adoc[leveloffset=+1]
80-
[id="rosa-edit-cluster-autoscale-cli_{context}"]
81-
== Edit autoscaling after cluster creation with the ROSA CLI
82-
83-
You can edit any specific parameters of the cluster autoscaler after creating the autoscaler.
84-
85-
.Procedure
86-
87-
. To edit the cluster autoscaler, run the following command:
88-
+
89-
.Example
90-
[source,terminal]
91-
----
92-
$ rosa edit autoscaler --cluster=<mycluster>
93-
----
94-
+
95-
.. To edit a specific parameter, run the following command:
96-
+
97-
.Example
98-
[source,terminal]
99-
----
100-
$ rosa edit autoscaler --cluster=<mycluster> <parameter>
101-
----
102-
103-
//::modules/rosa-cluster-autoscaler-cli-describe.adoc[leveloffset=+1]
104-
[id="rosa-cluster-autoscaler-cli-describe_{context}"]
105-
== View autoscaler configurations with the ROSA CLI
106-
107-
You can view your cluster autoscaler configurations using the `rosa describe autoscaler` command.
108-
109-
.Procedure
110-
111-
* To view cluster autoscaler configurations, run the following command:
112-
+
113-
.Example
114-
[source,terminal]
115-
----
116-
$ rosa describe autoscaler -h --cluster=<mycluster>
117-
----
80+
include::modules/rosa-cluster-autoscaler-cli-during.adoc[leveloffset=+1]
11881

11982
//include::modules/rosa-cluster-autoscaler-cli-settings.adoc[leveloffset=+1]
12083
[id="rosa-cluster-cli-autoscale-parameters_{context}"]
@@ -157,3 +120,43 @@ You can add the following parameters to the cluster creation command to configur
157120

158121
|===
159122

123+
//::modules/rosa-cluster-autoscaler-cli-edit.adoc[leveloffset=+1]
124+
[id="rosa-edit-cluster-autoscale-cli_{context}"]
125+
== Edit autoscaling after cluster creation with the ROSA CLI
126+
127+
You can edit any specific parameters of the cluster autoscaler after creating the autoscaler.
128+
129+
.Procedure
130+
131+
* To edit the cluster autoscaler, run the following command:
132+
+
133+
.Example
134+
[source,terminal]
135+
----
136+
$ rosa edit autoscaler --cluster=<mycluster>
137+
----
138+
+
139+
** To edit a specific parameter, run the following command:
140+
+
141+
.Example
142+
[source,terminal]
143+
----
144+
$ rosa edit autoscaler --cluster=<mycluster> <parameter>
145+
----
146+
147+
//::modules/rosa-cluster-autoscaler-cli-describe.adoc[leveloffset=+1]
148+
[id="rosa-cluster-autoscaler-cli-describe_{context}"]
149+
== View autoscaler configurations with the ROSA CLI
150+
151+
You can view your cluster autoscaler configurations using the `rosa describe autoscaler` command.
152+
153+
.Procedure
154+
155+
* To view cluster autoscaler configurations, run the following command:
156+
+
157+
.Example
158+
[source,terminal]
159+
----
160+
$ rosa describe autoscaler -h --cluster=<mycluster>
161+
----
162+

rosa_cluster_admin/rosa-cluster-autoscaling.adoc

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,8 @@ include::modules/rosa-cluster-autoscaler-cli-interactive-after.adoc[leveloffset=
4242

4343
include::modules/rosa-cluster-autoscaler-cli-during.adoc[leveloffset=+1]
4444

45+
include::modules/rosa-cluster-autoscaler-cli-settings.adoc[leveloffset=+1]
46+
4547
include::modules/rosa-cluster-autoscaler-cli-after.adoc[leveloffset=+1]
4648
endif::openshift-rosa[]
4749

@@ -53,4 +55,4 @@ ifdef::openshift-rosa[]
5355
include::modules/rosa-cluster-autoscaler-cli-delete.adoc[leveloffset=+1]
5456
endif::openshift-rosa[]
5557

56-
include::modules/rosa-cluster-autoscaler-cli-settings.adoc[leveloffset=+1]
58+

0 commit comments

Comments
 (0)