-
Notifications
You must be signed in to change notification settings - Fork 84
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Publish VPC image for k8s 1.25.6 version
Signed-off-by: Prajyot-Parab <[email protected]>
- Loading branch information
1 parent
82ccde5
commit 18b47f7
Showing
2 changed files
with
5 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |