Skip to content

Commit be8bd5e

Browse files
committed
Merge remote-tracking branch 'github/mainline' into mainline
2 parents ebba601 + 662ea7c commit be8bd5e

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

latest/ug/automode/automode-get-started-cli.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@ aws eks create-cluster \
275275
\"accessConfig\": {
276276
\"authenticationMode\": \"API\"
277277
}
278-
}
278+
}"
279279
----
280280

281281
=== Check Cluster Status
@@ -306,4 +306,4 @@ kubectl get nodepools
306306

307307
== Next Steps
308308

309-
* Learn how to <<automode-workload,deploy a sample workload>> to your new EKS Auto Mode cluster.
309+
* Learn how to <<automode-workload,deploy a sample workload>> to your new EKS Auto Mode cluster.

latest/ug/clusters/create-cluster.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ The following are optional settings that, if required, must be added to the prev
229229
+
230230
If you'd like to disable the installation of these default networking add-ons, use the parameter below. This may be used for alternate CNIs, such as Cilium. Review the link:eks/latest/APIReference/API_CreateCluster.html[EKS API reference,type="documentation"] for more information.
231231
+
232-
`aws eks create-cluster --bootstrapSelfManagedAddons false`
232+
`aws eks create-cluster --no-bootstrap-self-managed-addons ...`
233233
** If you want to specify which `IPv4` Classless Inter-domain Routing (CIDR) block Kubernetes assigns service IP addresses from, you must specify it by adding the `--kubernetes-network-config serviceIpv4Cidr=<cidr-block>` to the following command.
234234
+
235235
Specifying your own range can help prevent conflicts between Kubernetes services and other networks peered or connected to your VPC. Enter a range in CIDR notation. For example: `10.2.0.0/16`.

latest/ug/clusters/eks-provisioned-control-plane-introduction.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ the updates on the cluster to see a new update of type
224224
occurs. The error field in the update indicates the reason for failure.
225225
There are no restrictions on how frequently you can switch between
226226
tiers. Changing the control plane tier takes several minutes to
227-
complete.
227+
complete. There is no API server downtime during this process, as EKS brings up new API servers before terminating old ones.
228228
* *Selecting optimal tier* – To determine the optimal Provisioned Control Plane scaling tier for your cluster, you can perform load testing by provisioning your cluster on the highest tier (4XL). Then perform a load
229229
test to simulate peak demand on your cluster's control plane. Observe
230230
the control plane tier utilization metrics at peak load, and use these

0 commit comments

Comments
 (0)