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 3
3
4
4
| Region | Bucket | Object | Kubernetes Version |
5
5
| ----------| ------------------| ----------------------------------------------------------| --------------------|
6
+ | us-south | power-oss-bucket | [ capibm-vpc-ubuntu-2404-kube-v1-32-3.qcow2] [ kube-1-32-3 ] | 1.32.3 |
6
7
| us-south | power-oss-bucket | [ capibm-vpc-ubuntu-2204-kube-v1-31-4.qcow2] [ kube-1-31-4 ] | 1.31.4 |
7
8
| us-south | power-oss-bucket | [ capibm-vpc-ubuntu-2204-kube-v1-30-4.qcow2] [ kube-1-30-4 ] | 1.30.4 |
8
9
9
10
Note: These images are built using the [ image-builder] [ image-builder ] tool and more information can be found [ here] ( ../developer/build-images.md#vpc )
10
11
12
+ [ kube-1-32-3 ] : https://power-oss-bucket.s3.us-south.cloud-object-storage.appdomain.cloud/ubuntu-2404-kube-v1.32.3.qcow2
11
13
[ 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
12
14
[ 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
13
15
Original file line number Diff line number Diff line change @@ -139,7 +139,7 @@ prerequisites_vpc(){
139
139
export IBMVPC_ZONE=" ${IBMVPC_REGION} -1"
140
140
export IBMVPC_RESOURCEGROUP=${BOSKOS_RESOURCE_GROUP:- " fa5405a58226402f9a5818cb9b8a5a8a" }
141
141
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 " }
143
143
export IBMVPC_PROFILE=${IBMVPC_PROFILE:- " bx2-4x16" }
144
144
export IBMVPC_SSHKEY_NAME=${IBMVPC_SSHKEY_NAME:- " vpc-cloud-bot-key" }
145
145
}
Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ providers:
42
42
targetName : " cluster-template-vpc.yaml"
43
43
44
44
variables :
45
- KUBERNETES_VERSION : " ${KUBERNETES_VERSION:-v1.31.4 }"
45
+ KUBERNETES_VERSION : " ${KUBERNETES_VERSION:-v1.32.3 }"
46
46
# Below variable should be set based on the targeted environment
47
47
SERVICE_ENDPOINT : " ${SERVICE_ENDPOINT:-}"
48
48
# Cluster Addons
You can’t perform that action at this time.
0 commit comments