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-2204-kube-v1-31-4.qcow2] [ kube-1-31-4 ] | 1.31.4
6
7
| us-south | power-oss-bucket | [ capibm-vpc-ubuntu-2204-kube-v1-29-3.qcow2] [ kube-1-29-3 ] | 1.29.3 |
7
8
| us-south | power-oss-bucket | [ capibm-vpc-ubuntu-2004-kube-v1-28-4.qcow2] [ kube-1-28-4 ] | 1.28.4 |
8
9
| us-south | power-oss-bucket | [ capibm-vpc-ubuntu-2004-kube-v1-27-2.qcow2] [ kube-1-27-2 ] | 1.27.2 |
12
13
13
14
Note: These images are built using the [ image-builder] [ image-builder ] tool and more information can be found [ here] ( ../developer/build-images.md#vpc )
14
15
16
+ [ 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
15
17
[ 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
16
18
[ 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
17
19
[ 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
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-29-3 " }
142
+ export IBMVPC_IMAGE_NAME=${IBMVPC_IMAGE_NAME:- " capibm-vpc-ubuntu-2204-kube-v1-31-4 " }
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.29.3 }"
45
+ KUBERNETES_VERSION : " ${KUBERNETES_VERSION:-v1.31.4 }"
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