File tree Expand file tree Collapse file tree 1 file changed +38
-0
lines changed Expand file tree Collapse file tree 1 file changed +38
-0
lines changed Original file line number Diff line number Diff line change
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
You can’t perform that action at this time.
0 commit comments