Skip to content

Commit 823eab3

Browse files
authored
Merge pull request #60227 from mletalie/OSDOCS-6145
[OSDOCS-6145]-Update Structure of Configuring machine pools/local zones for machine pools in ROSA docs
2 parents 4756fb9 + d0a6e87 commit 823eab3

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

_topic_maps/_topic_map_rosa.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -216,10 +216,10 @@ Topics:
216216
Topics:
217217
- Name: About machine pools
218218
File: rosa-nodes-machinepools-about
219-
- Name: Configuring machine pools
220-
File: rosa-nodes-machinepools-configuring
221219
- Name: Managing compute nodes
222220
File: rosa-managing-worker-nodes
221+
- Name: Configuring machine pools in Local Zones
222+
File: rosa-nodes-machinepools-configuring
223223
Distros: openshift-rosa
224224
- Name: About autoscaling nodes on a cluster
225225
File: rosa-nodes-about-autoscaling-nodes
@@ -645,7 +645,7 @@ Topics:
645645
- Name: Resolving image tags to digests
646646
File: resolving-image-tags-to-digests
647647
- Name: Configuring TLS authentication
648-
File: serverless-config-tls
648+
File: serverless-config-tls
649649
- Name: Restrictive network policies
650650
File: restrictive-network-policies
651651
- Name: Traffic splitting
@@ -820,7 +820,7 @@ Topics:
820820
Dir: tuning
821821
Topics:
822822
- Name: Overriding deployment configurations
823-
File: overriding-config-eventing
823+
File: overriding-config-eventing
824824
- Name: High availability
825825
File: serverless-ha
826826
- Name: Functions

modules/rosa-nodes-machine-pools-local-zones.adoc

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@
55

66
:_content-type: PROCEDURE
77
[id="rosa-nodes-machine-pools-local-zones_{context}"]
8-
= Configuring Local Zones for machine pools
8+
= Configuring machine pools in Local Zones
99

10-
Use the following steps to configure Local Zones for machine pools.
10+
Use the following steps to configure machine pools in Local Zones.
1111

1212
[IMPORTANT]
1313
====
14-
AWS Local Zones are supported on Red Hat OpenShift Service on AWS 4.12. See the link:https://access.redhat.com/articles/6989889[Red Hat Knowledgebase article] for information on how to enable Local Zones.
14+
AWS Local Zones are supported on Red Hat OpenShift Service on AWS 4.12. See the link:https://access.redhat.com/articles/6989889[Red Hat Knowledgebase article] for information on how to enable Local Zones.
1515
====
1616
.Prerequisites
1717

@@ -21,7 +21,7 @@ AWS Local Zones are supported on Red Hat OpenShift Service on AWS 4.12. See the
2121
+
2222
[IMPORTANT]
2323
====
24-
Generally, the Maximum Transmission Unit (MTU) between an Amazon EC2 instance in a Local Zone and an Amazon EC2 instance in the Region is 1300. See link:https://docs.aws.amazon.com/local-zones/latest/ug/how-local-zones-work.html[How Local Zones work] in the AWS documentation.
24+
Generally, the Maximum Transmission Unit (MTU) between an Amazon EC2 instance in a Local Zone and an Amazon EC2 instance in the Region is 1300. See link:https://docs.aws.amazon.com/local-zones/latest/ug/how-local-zones-work.html[How Local Zones work] in the AWS documentation.
2525
The cluster network MTU must always be less than the EC2 MTU to account for the overhead. The specific overhead is determined by your network plugin, for example:
2626
2727
- OVN-Kubernetes: `100 bytes`
@@ -41,7 +41,7 @@ The network plugin could provide additional features that may also decrease the
4141
+
4242
[source,terminal]
4343
----
44-
$ rosa create machinepool -c <cluster-name> -i
44+
$ rosa create machinepool -c <cluster-name> -i
4545
----
4646
+
4747
. Add the subnet and instance type for the machine pool in ROSA CLI. After several minutes, the cluster will provision the nodes.
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
:_content-type: ASSEMBLY
22
include::_attributes/attributes-openshift-dedicated.adoc[]
33
[id="rosa-nodes-machinepools-configuring"]
4-
= Configuring machine pools
4+
= Configuring machine pools in Local Zones
55
:context: rosa-nodes-machinepools-configuring
66

77
toc::[]
8-
This document describes how to configure machine pools with {product-title} (ROSA).
8+
This document describes how to configure Local Zones in machine pools with {product-title} (ROSA).
99

1010
include::modules/rosa-nodes-machine-pools-local-zones.adoc[leveloffset=+1]

0 commit comments

Comments
 (0)