Skip to content

Commit d9ec853

Browse files
committed
refactor: update to use new community ami account
Updates to the project to start using the new CNCF owned AWS account for publishing AMIs. The code has had the old VMWare account removed and the new account ID added. Additionally the docs have been updated including clarifying that the public AMIs should only be used for non-production usage. Signed-off-by: Richard Case <[email protected]>
1 parent 2fe1c84 commit d9ec853

File tree

8 files changed

+800
-136
lines changed

8 files changed

+800
-136
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ cluster on AWS.
4646

4747
- Native Kubernetes manifests and API
4848
- Manages the bootstrapping of VPCs, gateways, security groups and instances.
49-
- Choice of Linux distribution among Amazon Linux 2, CentOS 7, Ubuntu(18.04, 20.04) and Flatcar
49+
- Choice of Linux distribution among Amazon Linux 2, CentOS 7, Ubuntu and Flatcar
5050
using [pre-baked AMIs][published_amis].
5151
- Deploys Kubernetes control planes into private subnets with a separate
5252
bastion server.

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-22.04", "ubuntu-18.04", "ubuntu-20.04", "amazon-2", "flatcar-stable"}
41+
return []string{"centos-7", "ubuntu-24.04", "ubuntu-22.04", "ubuntu-18.04", "ubuntu-20.04", "amazon-2", "flatcar-stable"}
4242
}
4343

4444
func getimageRegionList() []string {

docs/book/src/SUMMARY_SUFFIX.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
- [Developing E2E tests](./development/e2e.md)
44
- [Coding Conventions](./development/conventions.md)
55
- [Try unreleased changes with Nightly Builds](./development/nightlies.md)
6+
- [Publishing AMIs](./development/amis.md)
67
- [CRD Reference](./crd/index.md)
78
- [Reference](./topics/reference/reference.md)
89
- [Glossary](./topics/reference/glossary.md)

0 commit comments

Comments
 (0)