Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions docs/clusters/auto-mode.adoc
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
[.topic]
[#auto-mode]
> **⚠️ UPCOMING BEHAVIOR CHANGE**
>
> Auto Mode will be enabled by default in an upcoming release of eksctl.
> This means managed node groups will no longer be created by default when creating clusters.
>
> **If you want to maintain the current behavior** (creating managed node groups and networking add-ons - VPC-CNI, CoreDNS, kube-proxy by default),
> you must explicitly set `autoModeConfig.enabled: false` in your cluster configuration.
>
> This change affects clusters created without an explicit `autoModeConfig` section.

= EKS Auto Mode

eksctl supports link:eks/latest/userguide/automode.html["EKS Auto Mode",type="documentation"], a feature that extends AWS management of Kubernetes clusters beyond the cluster itself,
Expand Down