Skip to content

Commit

Permalink
Publish VPC image for k8s 1.25.6 version
Browse files Browse the repository at this point in the history
Signed-off-by: Prajyot-Parab <[email protected]>
  • Loading branch information
Prajyot-Parab committed Mar 3, 2023
1 parent 82ccde5 commit 18b47f7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/book/src/machine-images/index.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## IBM Cloud Machine Images for CAPIBM Clusters

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.
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.

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

Expand Down
6 changes: 4 additions & 2 deletions docs/book/src/machine-images/vpc.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
# VPC Images


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

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)

[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
[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

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

0 comments on commit 18b47f7

Please sign in to comment.