Skip to content

Commit d2a44ce

Browse files
authored
Merge pull request #4597 from wyike/update-ami-os
Update CAPA supported AMI OS
2 parents 411e172 + cf16e31 commit d2a44ce

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

cmd/clusterawsadm/ami/helper.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ const (
3838
)
3939

4040
func getSupportedOsList() []string {
41-
return []string{"centos-7", "ubuntu-18.04", "ubuntu-20.04", "amazon-2", "flatcar-stable"}
41+
return []string{"centos-7", "ubuntu-22.04", "ubuntu-18.04", "ubuntu-20.04", "amazon-2", "flatcar-stable"}
4242
}
4343

4444
func getimageRegionList() []string {

docs/book/src/topics/images/built-amis.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ See [clusterawsadm ami list](https://cluster-api-aws.sigs.k8s.io/clusterawsadm/c
99
1010
## Supported OS Distributions
1111
- Amazon Linux 2 (amazon-2)
12-
- Ubuntu (ubuntu-20.04, ubuntu-18.04)
12+
- Ubuntu (ubuntu-20.04, ubuntu-22.04)
1313
- Centos (centos-7)
1414
- Flatcar (flatcar-stable)
1515

@@ -18,7 +18,7 @@ See [clusterawsadm ami list](https://cluster-api-aws.sigs.k8s.io/clusterawsadm/c
1818
- ap-northeast-2
1919
- ap-south-1
2020
- ap-southeast-1
21-
- ap-northeast-2
21+
- ap-southeast-2
2222
- ca-central-1
2323
- eu-central-1
2424
- eu-west-1

0 commit comments

Comments
 (0)