1
0
mirror of https://github.com/openshift/openshift-docs.git synced 2026-02-05 12:46:18 +01:00

OSDOCS-11798: Move AWS local zone docs to AWS installation section

This commit is contained in:
Ashleigh Brennan
2024-08-27 11:04:16 -05:00
committed by openshift-cherrypick-robot
parent 84d564c921
commit bbc4165e61
15 changed files with 30 additions and 31 deletions

View File

@@ -0,0 +1,81 @@
:_mod-docs-content-type: ASSEMBLY
[id="aws-compute-edge-zone-tasks"]
= AWS Local Zone or Wavelength Zone tasks
include::_attributes/common-attributes.adoc[]
:context: aws-compute-edge-zone-tasks
:zone-type: Local Zones or Wavelength Zones
toc::[]
After installing {product-title} on Amazon Web Services (AWS), you can further configure AWS {zone-type} and an edge compute pool.
// Extend existing clusters to use AWS Local Zones or Wavelength Zones
include::modules/post-install-edge-aws-extend-cluster.adoc[leveloffset=+1]
[role="_additional-resources"]
.Additional resources
* For more information about AWS Local Zones, the supported instances types, and services, see link:https://aws.amazon.com/about-aws/global-infrastructure/localzones/features/[AWS Local Zones features] in the AWS documentation.
* For more information about AWS Local Zones, the supported instances types, and services, see link:https://aws.amazon.com/wavelength/features/[AWS Wavelength features] in the AWS documentation.
// About edge compute pools
include::modules/edge-machine-pools-aws-local-zones.adoc[leveloffset=+2]
[id="post-install-extend-existing-to-local-zones-mtu"]
== Changing the cluster network MTU to support Local Zones or Wavelength Zones
You might need to change the maximum transmission unit (MTU) value for the cluster network so that your cluster infrastructure can support {zone-type} subnets.
// About the cluster MTU
include::modules/nw-cluster-mtu-change-about.adoc[leveloffset=+2]
// Changing the cluster network MTU
include::modules/nw-cluster-mtu-change.adoc[leveloffset=+3]
// Opting in to AWS Local Zones or Wavelength Zones
include::modules/installation-aws-add-zone-locations.adoc[leveloffset=+2]
// Create network requirements in an existing VPC that uses AWS Local Zones or Wavelength Zones
include::modules/post-install-extend-existing-to-zone-type.adoc[leveloffset=+2]
// Creating a VPC carrier gateway
include::modules/installation-creating-aws-vpc-carrier-gw.adoc[leveloffset=+2]
// CloudFormation template for the VPC Carrier Gateway
include::modules/installation-cloudformation-vpc-carrier-gw.adoc[leveloffset=+2]
// Creating a subnet in an AWS Local Zones or Wavelength Zones
include::modules/installation-creating-aws-vpc-subnets-edge.adoc[leveloffset=+2]
// CloudFormation template for the VPC Subnet
include::modules/installation-cloudformation-subnet-localzone.adoc[leveloffset=+2]
// Creating a machine set manifest for an AWS Local Zones or Wavelength Zones node
include::modules/post-install-edge-aws-extend-machineset.adoc[leveloffset=+2]
// Sample YAML for a compute machine set custom resource on AWS
include::modules/machineset-yaml-aws.adoc[leveloffset=+3]
// Creating a compute machine set
include::modules/machineset-creating.adoc[leveloffset=+3]
[role="_additional-resources"]
.Additional resources
* xref:../../installing/installing_aws/ipi/installing-aws-localzone.adoc#installing-aws-localzone[Installing a cluster on AWS with compute nodes on AWS Local Zones]
* xref:../../installing/installing_aws/ipi/installing-aws-wavelength-zone.adoc#installing-aws-wavelength-zone[Installing a cluster on AWS with compute nodes on AWS Wavelength Zones]
// Creating user workloads in AWS Local Zones or Wavelength Zones
include::modules/installation-extend-edge-nodes-aws-local-zones.adoc[leveloffset=+1]
[role="_additional-resources"]
.Additional resources
* xref:../../installing/installing_aws/ipi/installing-aws-localzone.adoc#installing-aws-localzone[Installing a cluster on AWS with compute nodes on AWS Local Zones]
* xref:../../installing/installing_aws/ipi/installing-aws-wavelength-zone.adoc#installing-aws-wavelength-zone[Installing a cluster on AWS with compute nodes on AWS Wavelength Zones]
* xref:../../nodes/scheduling/nodes-scheduler-taints-tolerations.adoc#nodes-scheduler-taints-tolerations-about_nodes-scheduler-taints-tolerations[Understanding taints and tolerations]
[id="next-steps_aws-zone-tasks"]
== Next steps
* Optional: Use the AWS Load Balancer (ALB) Operator to expose a pod from a targeted edge compute node to services that run inside of a {zone-type} subnet from a public network. See xref:../../networking/aws_load_balancer_operator/install-aws-load-balancer-operator.adoc#nw-aws-load-balancer-operator[Installing the AWS Load Balancer Operator].

View File

@@ -214,6 +214,5 @@ include::modules/machine-edge-pool-review-nodes.adoc[leveloffset=+2]
.Next steps
//* xref:../../../post_installation_configuration/aws-compute-edge-zone-tasks#installation-extend-edge-nodes-aws-local-zones_aws-compute-edge-zone-tasks[Creating user workloads in AWS Local Zones or Wavelength Zones]
* xref:../../../installing/validation_and_troubleshooting/validating-an-installation.adoc#validating-an-installation[Validating an installation].
* If necessary, you can xref:../../../support/remote_health_monitoring/opting-out-of-remote-health-reporting.adoc#opting-out-remote-health-reporting_opting-out-remote-health-reporting[opt out of remote health].