Skip to content

Commit

Permalink
Merge pull request #4597 from wyike/update-ami-os
Browse files Browse the repository at this point in the history
Update CAPA supported AMI OS
  • Loading branch information
k8s-ci-robot authored Oct 30, 2023
2 parents 411e172 + cf16e31 commit d2a44ce
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion cmd/clusterawsadm/ami/helper.go
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ const (
)

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

func getimageRegionList() []string {
Expand Down
4 changes: 2 additions & 2 deletions docs/book/src/topics/images/built-amis.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ See [clusterawsadm ami list](https://cluster-api-aws.sigs.k8s.io/clusterawsadm/c
## Supported OS Distributions
- Amazon Linux 2 (amazon-2)
- Ubuntu (ubuntu-20.04, ubuntu-18.04)
- Ubuntu (ubuntu-20.04, ubuntu-22.04)
- Centos (centos-7)
- Flatcar (flatcar-stable)

Expand All @@ -18,7 +18,7 @@ See [clusterawsadm ami list](https://cluster-api-aws.sigs.k8s.io/clusterawsadm/c
- ap-northeast-2
- ap-south-1
- ap-southeast-1
- ap-northeast-2
- ap-southeast-2
- ca-central-1
- eu-central-1
- eu-west-1
Expand Down

0 comments on commit d2a44ce

Please sign in to comment.