Skip to content

Commit b70343c

Browse files
committed
fixup
1 parent a962aeb commit b70343c

File tree

3 files changed

+6
-9
lines changed

3 files changed

+6
-9
lines changed

latest/ug/automode/automode-learn-instances.adoc

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,9 +67,10 @@ The following functionality works for both Managed instances and Standard EC2 in
6767

6868
With EKS Auto Mode, {aws} determines the image (AMI) used for your compute nodes. {aws} monitors the rollout of new EKS Auto Mode AMI versions. If you experience workload issues related to an AMI version, create a support case. For more information, see link:awssupport/latest/user/case-management.html["Creating support cases and case management",type="documentation"] in the {aws} Support User Guide.
6969

70-
== Supported instance reference
70+
[#auto-supported-instances]
71+
== EKS Auto Mode supported instance reference
7172

72-
EKS Auto Mode only supports certain instance types.
73+
EKS Auto Mode only creates instances of supported types, and that meet a minimum size requirement.
7374

7475
EKS Auto Mode supports the following instance types:
7576

latest/ug/automode/create-node-pool.adoc

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,7 @@ spec:
7474
memory: 1000Gi
7575
----
7676

77-
[#auto-supported-instances]
78-
== EKS Auto Mode Supported Instances
77+
== EKS Auto Mode Supported Labels
7978

8079
EKS Auto Mode supports the following well known labels.
8180

@@ -171,7 +170,7 @@ EKS Auto Mode supports the following well known labels.
171170

172171
NOTE: EKS Auto Mode only supports certain instances, and has minimum size requirements. For more information, see <<auto-supported-instances>>.
173172

174-
== EKS Auto Mode Not Supported
173+
== EKS Auto Mode Not Supported Labels
175174

176175
EKS Auto Mode does not support the following labels.
177176

latest/ug/clusters/update-cluster.adoc

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,9 @@ The update process consists of Amazon EKS launching new API server nodes with th
2525

2626
To update the cluster, Amazon EKS requires up to five available IP addresses from the subnets that you specified when you created your cluster. Amazon EKS creates new cluster elastic network interfaces (network interfaces) in any of the subnets that you specified. The network interfaces may be created in different subnets than your existing network interfaces are in, so make sure that your security group rules allow <<sec-group-reqs,required cluster communication>> for any of the subnets that you specified when you created your cluster. If any of the subnets that you specified when you created the cluster don't exist, don't have enough available IP addresses, or don't have security group rules that allows necessary cluster communication, then the update can fail.
2727

28-
[NOTE]
29-
====
30-
3128
To ensure that the API server endpoint for your cluster is always accessible, Amazon EKS provides a highly available [.noloc]`Kubernetes` control plane and performs rolling updates of API server instances during update operations. In order to account for changing IP addresses of API server instances supporting your [.noloc]`Kubernetes` API server endpoint, you must ensure that your API server clients manage reconnects effectively. Recent versions of `kubectl` and the [.noloc]`Kubernetes` client https://kubernetes.io/docs/tasks/administer-cluster/access-cluster-api/#programmatic-access-to-the-api[libraries] that are officially supported, perform this reconnect process transparently.
3229

33-
====
30+
NOTE: To learn more about what goes into a cluster update, see link:eks/latest/best-practices/cluster-upgrades.html["Best Practices for Cluster Upgrades",type="documentation"] in the EKS Best Practices Guide. This resource helps you plan an upgrade, and understand the strategy of upgrading a cluster.
3431

3532
== Considerations for Amazon EKS Auto Mode
3633

0 commit comments

Comments
 (0)