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-2404-kube-v1-32-3.qcow2] [ kube-1-32-3 ] | 1.32.3 |
67| us-south | power-oss-bucket | [ capibm-vpc-ubuntu-2204-kube-v1-31-4.qcow2] [ kube-1-31-4 ] | 1.31.4 |
78| us-south | power-oss-bucket | [ capibm-vpc-ubuntu-2204-kube-v1-30-4.qcow2] [ kube-1-30-4 ] | 1.30.4 |
89
910Note: These images are built using the [ image-builder] [ image-builder ] tool and more information can be found [ here] ( ../developer/build-images.md#vpc )
1011
12+ [ kube-1-32-3 ] : https://power-oss-bucket.s3.us-south.cloud-object-storage.appdomain.cloud/ubuntu-2404-kube-v1.32.3.qcow2
1113[ kube-1-31-4 ] : https://power-oss-bucket.s3.us-south.cloud-object-storage.appdomain.cloud/capibm-vpc-ubuntu-2204-kube-v1-31-4.qcow2
1214[ kube-1-30-4 ] : https://power-oss-bucket.s3.us-south.cloud-object-storage.appdomain.cloud/capibm-vpc-ubuntu-2204-kube-v1-30-4.qcow2
1315
Original file line number Diff line number Diff line change @@ -139,7 +139,7 @@ prerequisites_vpc(){
139139 export IBMVPC_ZONE=" ${IBMVPC_REGION} -1"
140140 export IBMVPC_RESOURCEGROUP=${BOSKOS_RESOURCE_GROUP:- " fa5405a58226402f9a5818cb9b8a5a8a" }
141141 export IBMVPC_NAME=${BOSKOS_RESOURCE_NAME:- " capi-vpc-e2e" }
142- export IBMVPC_IMAGE_NAME=${IBMVPC_IMAGE_NAME:- " capibm-vpc-ubuntu-2204 -kube-v1-31-4 " }
142+ export IBMVPC_IMAGE_NAME=${IBMVPC_IMAGE_NAME:- " capibm-vpc-ubuntu-2404 -kube-v1-32-3 " }
143143 export IBMVPC_PROFILE=${IBMVPC_PROFILE:- " bx2-4x16" }
144144 export IBMVPC_SSHKEY_NAME=${IBMVPC_SSHKEY_NAME:- " vpc-cloud-bot-key" }
145145}
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.31.4 }"
45+ KUBERNETES_VERSION : " ${KUBERNETES_VERSION:-v1.32.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