Skip to content
Open
Changes from 1 commit
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
9 changes: 9 additions & 0 deletions docs/clusters/auto-mode.adoc
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
[.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** (Auto Mode disabled with managed node groups),
> 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