Merge pull request #16600 from dannyeuu/docs-add-debian-12-on-aws

[DOCS] Add docs for Debian 12 on AWS
This commit is contained in:
Kubernetes Prow Robot 2024-06-04 17:35:01 -07:00 committed by GitHub
commit 9cea794243
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 9 additions and 1 deletions

View File

@ -145,7 +145,15 @@ az vm image list --all --output table \
Debian 12 is based on Kernel version **6.1** which has no known major Kernel bugs and fully supports all Cilium features.
At the moment there is no official image published.
Available images can be listed using:
```bash
# Amazon Web Services (AWS)
aws ec2 describe-images --region us-east-1 --output table \
--owners 136693071363 \
--query "sort_by(Images, &CreationDate)[*].[CreationDate,Name,ImageId]" \
--filters "Name=name,Values=debian-12-*-*"
```
### Flatcar