Skip to content

Commit 27fdc25

Browse files
Publish VPC image for k8s 1.25.6 version (#1140)
Signed-off-by: Prajyot-Parab <[email protected]>
1 parent 82ccde5 commit 27fdc25

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

docs/book/src/machine-images/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## IBM Cloud Machine Images for CAPIBM Clusters
22

3-
CAPIBM requires a “machine image” containing pre-installed, matching versions of kubeadm and kubelet. Machine image is required during the cluster creation in the AWSMachineTemplate spec.
3+
CAPIBM requires a “machine image” containing pre-installed, matching versions of kubeadm and kubelet. Machine image is required during the cluster creation in the IBMVPCMachineTemplate and IBMPowerVSMachineTemplate spec.
44

55
Pre-built public Images are published by the maintainers regularly for each new Kubernetes version.
66

docs/book/src/machine-images/vpc.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
11
# VPC Images
22

33

4-
| Region | Bucket | Object | Kubernetes Version |
5-
|----------|------------------|-----------------------------------------------------------------|--------------------|
4+
| Region | Bucket | Object | Kubernetes Version |
5+
|----------|------------------|----------------------------------------------------------|--------------------|
6+
| us-south | power-oss-bucket | [capibm-vpc-ubuntu-2004-kube-v1-25-6.qcow2][kube-1-25-6] | 1.25.6 |
67
| us-south | power-oss-bucket | [capibm-vpc-ubuntu-2004-kube-v1-25-2.qcow2][kube-1-25-2] | 1.25.2 |
78

89
Note: These images are built using the [image-builder][image-builder] tool and more information can be found [here](../topics/vpc/prerequisites.html#build-workload-cluster-image)
910

11+
[kube-1-25-6]: https://power-oss-bucket.s3.us-south.cloud-object-storage.appdomain.cloud/capibm-vpc-ubuntu-2004-kube-v1-25-6.qcow2
1012
[kube-1-25-2]: https://power-oss-bucket.s3.us-south.cloud-object-storage.appdomain.cloud/capibm-vpc-ubuntu-2004-kube-v1-25-2.qcow2
1113

1214
[image-builder]: https://github.com/kubernetes-sigs/image-builder

0 commit comments

Comments
 (0)