Skip to content

Commit 20173aa

Browse files
authored
Add issue template for onboarding new machine images (#2425)
1 parent c8ca931 commit 20173aa

File tree

1 file changed

+38
-0
lines changed

1 file changed

+38
-0
lines changed
Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
---
2+
name: Onboard new machine images for latest Kubernetes version
3+
about: Create an issue to track tasks for onboarding new machine images of latest Kubernetes version
4+
title: Onboard new machine images for Kubernetes version v<>
5+
6+
---
7+
8+
/area provider/ibmcloud
9+
10+
## Tasks
11+
12+
- [ ] Build images using automation in [image-builder](https://github.com/kubernetes-sigs/image-builder) repository
13+
- [ ] VPC
14+
- [ ] PowerVS
15+
- [ ] PowerVS with DHCP support
16+
17+
- Test the images
18+
- [ ] VPC
19+
- [ ] PowerVS
20+
- [ ] PowerVS with DHCP support
21+
22+
- [ ] Update [documentation](https://cluster-api-ibmcloud.sigs.k8s.io/machine-images/)
23+
24+
- [ ] Import the new images to VPC and PowerVS workspaces for CI
25+
26+
- [ ] Update Kubernetes version in E2E [config files](https://github.com/kubernetes-sigs/cluster-api-provider-ibmcloud/tree/main/test/e2e/config)
27+
28+
- [ ] Update [E2E script](https://github.com/kubernetes-sigs/cluster-api-provider-ibmcloud/blob/main/scripts/ci-e2e.sh) with latest image names
29+
30+
31+
**Notes**:
32+
* The format of the new image name should be as follows:
33+
* VPC: capibm-vpc-{os-distribution}-
34+
{os-version}-kube-v{k8s-version}
35+
* ex: capibm-vpc-ubuntu-2404-kube-v1-32-3
36+
* PowerVS: capibm-powervs-{os-distribution}-
37+
{os-version}-{k8s-version}
38+
* ex: capibm-powervs-centos-streams9-1-32-3

0 commit comments

Comments
 (0)