Skip to content

Commit ed5a156

Browse files
authored
Merge pull request #17943 from rifelpet/al2
Update distribution matrix for Amazon Linux 2
2 parents 959a1cb + 66d8fe0 commit ed5a156

File tree

1 file changed

+1
-16
lines changed

1 file changed

+1
-16
lines changed

docs/operations/images.md

Lines changed: 1 addition & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ The following table provides the support status for various distros with regards
3333
3434
| Distro | Experimental | Stable | Deprecated | Removed |
3535
| --------------------------------------- | -----------: | -----: | ---------: | ------: |
36-
| [Amazon Linux 2](#amazon-linux-2) | 1.10 | 1.18 | - | - |
36+
| Amazon Linux 2 | 1.10 | 1.18 | 1.35 | 1.36 |
3737
| [Amazon Linux 2023](#amazon-linux-2023) | 1.27 | - | - | - |
3838
| CentOS 7 | - | 1.5 | 1.21 | 1.23 |
3939
| CentOS 8 | 1.15 | - | 1.21 | 1.23 |
@@ -63,21 +63,6 @@ The following table provides the support status for various distros with regards
6363
6464
## Supported Distros
6565
66-
### Amazon Linux 2
67-
68-
Amazon Linux 2 has variants using Kernel versions 4.14 and 5.10. Be sure to use the 5.10 images as specified in the image filter below. More information is available in the [AWS Documentation](https://aws.amazon.com/amazon-linux-2/faqs/).
69-
70-
For kOps versions 1.16 and 1.17, the only supported Docker version is `18.06.3`. Newer versions of Docker cannot be installed due to missing dependencies for `container-selinux`. This issue is fixed in kOps **1.18**.
71-
72-
Available images can be listed using:
73-
74-
```bash
75-
aws ec2 describe-images --region us-east-1 --output table \
76-
--filters "Name=owner-alias,Values=amazon" \
77-
--query "sort_by(Images, &CreationDate)[*].[CreationDate,Name,ImageId]" \
78-
--filters "Name=name,Values=amzn2-ami-kernel-5.10-hvm-2*-*-gp2"
79-
```
80-
8166
### Amazon Linux 2023
8267
8368
Amazon Linux 2023 uses Kernel version 6.1. More information is available in the [AWS Documentation](https://aws.amazon.com/linux/amazon-linux-2023/faqs/). Only the standard AMI is supported, the [minimal AMI](https://docs.aws.amazon.com/linux/al2023/ug/AMI-minimal-and-standard-differences.html) is not supported.

0 commit comments

Comments
 (0)