File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed
docs/book/src/machine-images Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 33
44| Region | Bucket | Object | Kubernetes Version |
55| ----------| ------------------| ----------------------------------------------------------| --------------------|
6+ | us-south | power-oss-bucket | [ capibm-vpc-ubuntu-2204-kube-v1-29-3.qcow2] [ kube-1-29-3 ] | 1.29.3 |
67| us-south | power-oss-bucket | [ capibm-vpc-ubuntu-2004-kube-v1-28-4.qcow2] [ kube-1-28-4 ] | 1.28.4 |
78| us-south | power-oss-bucket | [ capibm-vpc-ubuntu-2004-kube-v1-27-2.qcow2] [ kube-1-27-2 ] | 1.27.2 |
89| us-south | power-oss-bucket | [ capibm-vpc-ubuntu-2004-kube-v1-26-2.qcow2] [ kube-1-26-2 ] | 1.26.2 |
1112
1213Note: These images are built using the [ image-builder] [ image-builder ] tool and more information can be found [ here] ( ../developer/build-images.md#vpc )
1314
15+ [ kube-1-29-3 ] : https://power-oss-bucket.s3.us-south.cloud-object-storage.appdomain.cloud/capibm-vpc-ubuntu-2204-kube-v1-29-3.qcow2
1416[ kube-1-28-4 ] : https://power-oss-bucket.s3.us-south.cloud-object-storage.appdomain.cloud/capibm-vpc-ubuntu-2004-kube-v1-28-4.qcow2
1517[ kube-1-27-2 ] : https://power-oss-bucket.s3.us-south.cloud-object-storage.appdomain.cloud/capibm-vpc-ubuntu-2004-kube-v1-27-2.qcow2
1618[ kube-1-26-2 ] : https://power-oss-bucket.s3.us-south.cloud-object-storage.appdomain.cloud/capibm-vpc-ubuntu-2004-kube-v1-26-2.qcow2
Original file line number Diff line number Diff line change @@ -136,7 +136,7 @@ prerequisites_vpc(){
136136 export IBMVPC_ZONE=" ${IBMVPC_REGION} -1"
137137 export IBMVPC_RESOURCEGROUP=${BOSKOS_RESOURCE_GROUP:- " fa5405a58226402f9a5818cb9b8a5a8a" }
138138 export IBMVPC_NAME=${BOSKOS_RESOURCE_NAME:- " capi-vpc-e2e" }
139- export IBMVPC_IMAGE_NAME=${IBMVPC_IMAGE_NAME:- " capibm-vpc-ubuntu-2004 -kube-v1-28-4 " }
139+ export IBMVPC_IMAGE_NAME=${IBMVPC_IMAGE_NAME:- " capibm-vpc-ubuntu-2204 -kube-v1-29-3 " }
140140 export IBMVPC_PROFILE=${IBMVPC_PROFILE:- " bx2-4x16" }
141141 export IBMVPC_SSHKEY_NAME=${IBMVPC_SSHKEY_NAME:- " vpc-cloud-bot-key" }
142142 export PROVIDER_ID_FORMAT=v2
Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ providers:
4242 targetName : " cluster-template-vpc.yaml"
4343
4444variables :
45- KUBERNETES_VERSION : " ${KUBERNETES_VERSION:-v1.28.4 }"
45+ KUBERNETES_VERSION : " ${KUBERNETES_VERSION:-v1.29.3 }"
4646 # Below variable should be set based on the targeted environment
4747 SERVICE_ENDPOINT : " ${SERVICE_ENDPOINT:-}"
4848 # Cluster Addons
You can’t perform that action at this time.
0 commit comments