Skip to content

Commit a6d1c5d

Browse files
authored
Merge pull request #57736 from dfitzmau/OSDOCS-5605
OSDOCS-5605: Added a module to detail AWS LZ cluster limitations
2 parents ad03198 + 77115c4 commit a6d1c5d

File tree

2 files changed

+26
-0
lines changed

2 files changed

+26
-0
lines changed

installing/installing_aws/installing-aws-localzone.adoc

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,13 @@ Be sure to also review this site list if you are configuring a proxy.
4040
====
4141
* If the cloud identity and access management (IAM) APIs are not accessible in your environment, or if you do not want to store an administrator-level credential secret in the `kube-system` namespace, you can xref:../../installing/installing_aws/manually-creating-iam.adoc#manually-creating-iam-aws[manually create and maintain IAM credentials].
4242

43+
include::modules/cluster-limitations-local-zone.adoc[leveloffset=+1]
44+
45+
[role="_additional-resources"]
46+
.Additional resources
47+
48+
* xref:../../storage/understanding-persistent-storage.html#pvc-storage-class_understanding-persistent-storage[Storage classes]
49+
4350
include::modules/cluster-entitlements.adoc[leveloffset=+1]
4451

4552
include::modules/installation-aws-add-local-zone-locations.adoc[leveloffset=+1]
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
// Module included in the following assemblies:
2+
//
3+
// * installing/installing-aws-localzone.adoc
4+
5+
:_content-type: CONCEPT
6+
7+
[id="cluster-limitations-local-zone_{context}"]
8+
= Cluster limitations in AWS Local Zones
9+
10+
Some limitations exist when you attempt to deploy a cluster with a default installation configuration in Amazon Web Services (AWS) Local Zones.
11+
12+
[IMPORTANT]
13+
====
14+
The following list details limitations when deploying a cluster in AWS Local Zones:
15+
16+
- The Maximum Transmission Unit (MTU) between an Amazon EC2 instance in a Local Zone and an Amazon EC2 instance in the Region is `1300`. This causes the cluster-wide network MTU to change according to the network plugin that is used on the deployment.
17+
- Network resources such as Network Load Balancer (NLB), Classic Load Balancer, and Network Address Translation (NAT) Gateways are not supported in AWS Local Zones.
18+
- For an {product-title} cluster on AWS, the AWS Elastic Block Storage (EBS) `gp3` type volume is the default for node volumes and the default for the storage class. This volume type is not globally available on Local Zone locations. By default, the nodes running in Local Zones are deployed with the `gp2` EBS volume. The `gp2-csi` `StorageClass` must be set when creating workloads on Local Zone nodes.
19+
====

0 commit comments

Comments
 (0)