From 004a8b4a3754e21a613b7d913dbbc954f6fcadad Mon Sep 17 00:00:00 2001 From: Badrish Shanbhag <124841347+badrish-s@users.noreply.github.com> Date: Tue, 16 Jan 2024 15:11:00 -0800 Subject: [PATCH] Update faq.md Updated faq.md to reflect the correct default behavior for Karpenter Drift in v0.33.x (issue : https://github.com/aws/karpenter-provider-aws/pull/5481) --- website/content/en/preview/faq.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/content/en/preview/faq.md b/website/content/en/preview/faq.md index 63e35a075a19..23cb4f03aa84 100644 --- a/website/content/en/preview/faq.md +++ b/website/content/en/preview/faq.md @@ -211,7 +211,7 @@ For information on upgrading Karpenter, see the [Upgrade Guide]({{< ref "./upgra ### How do I upgrade an EKS Cluster with Karpenter? -When upgrading an Amazon EKS cluster, [Karpenter's Drift feature]({{}}) can automatically upgrade the Karpenter-provisioned nodes to stay in-sync with the EKS control plane. Karpenter Drift is enabled by default starting v0.33.x using Drift=true in [feature gate]({{}}). +When upgrading an Amazon EKS cluster, [Karpenter's Drift feature]({{}}) can automatically upgrade the Karpenter-provisioned nodes to stay in-sync with the EKS control plane. Karpenter Drift is enabled by default starting v0.33.x. {{% alert title="Note" color="primary" %}} Karpenter's default [EC2NodeClass `amiFamily` configuration]({{}}) uses the latest EKS Optimized AL2 AMI for the same major and minor version as the EKS cluster's control plane, meaning that an upgrade of the control plane will cause Karpenter to auto-discover the new AMIs for that version.