Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 044b118

Browse files
rpocaseyuxiang-zhang
authored andcommittedFeb 27, 2024·
docs: ubuntu 20.04 supported in EKS <= 1.29
This adds a note that ubuntu focal (20.04) is supported up to EKS 1.29
1 parent f1fa4a1 commit 044b118

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎userdocs/src/usage/custom-ami-support.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ The `--node-ami-family` can take following keywords:
5656
|--------------------------------|:--------------------------------------------------------------------------------------------------------------:|
5757
| AmazonLinux2 | Indicates that the EKS AMI image based on Amazon Linux 2 should be used (default). |
5858
| Ubuntu2204 | Indicates that the EKS AMI image based on Ubuntu 22.04 LTS (Jammy) should be used (available for EKS >= 1.29). |
59-
| Ubuntu2004 | Indicates that the EKS AMI image based on Ubuntu 20.04 LTS (Focal) should be used. |
59+
| Ubuntu2004 | Indicates that the EKS AMI image based on Ubuntu 20.04 LTS (Focal) should be used (supported for EKS <= 1.29). |
6060
| Ubuntu1804 | Indicates that the EKS AMI image based on Ubuntu 18.04 LTS (Bionic) should be used. |
6161
| Bottlerocket | Indicates that the EKS AMI image based on Bottlerocket should be used. |
6262
| WindowsServer2019FullContainer | Indicates that the EKS AMI image based on Windows Server 2019 Full Container should be used. |

0 commit comments

Comments
 (0)
Please sign in to comment.