From 9935e7b65027aa653a0a9990b78d5ce739bfad5a Mon Sep 17 00:00:00 2001 From: carlosbravoa Date: Wed, 22 Jan 2025 09:37:58 -0300 Subject: [PATCH] Update deploy-ubuntu-cluster-with-eks-ami.rst --- .../kubernetes/deploy-ubuntu-cluster-with-eks-ami.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aws/aws-how-to/kubernetes/deploy-ubuntu-cluster-with-eks-ami.rst b/aws/aws-how-to/kubernetes/deploy-ubuntu-cluster-with-eks-ami.rst index fe1af79..cdc6719 100644 --- a/aws/aws-how-to/kubernetes/deploy-ubuntu-cluster-with-eks-ami.rst +++ b/aws/aws-how-to/kubernetes/deploy-ubuntu-cluster-with-eks-ami.rst @@ -48,7 +48,7 @@ Create a ``config.yaml`` with the following content: To use an Ubuntu specific AMI, set ``amiFamily`` to one of these choices: - ``Ubuntu2004`` for EKS version <= 1.29 -- ``Ubuntu2204`` for EKS version >= 1.29 and <=1.32 +- ``Ubuntu2204`` for EKS version >= 1.29 - ``Ubuntu2404`` for EKS version >= 1.31 For further cluster customization, check out the `config file schema for eksctl`_