File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -114,8 +114,8 @@ prerequisites_powervs(){
114
114
115
115
prerequisites_vpc (){
116
116
# Assigning VPC variables
117
- export IBMVPC_REGION=${BOSKOS_REGION:- " jp-tok " }
118
- export IBMVPC_ZONE=" ${BOSKOS_REGION :- } -1"
117
+ export IBMVPC_REGION=${BOSKOS_REGION:- " jp-osa " }
118
+ export IBMVPC_ZONE=" ${IBMVPC_REGION } -1"
119
119
export IBMVPC_RESOURCEGROUP=${BOSKOS_RESOURCE_GROUP:- " fa5405a58226402f9a5818cb9b8a5a8a" }
120
120
export IBMVPC_NAME=${BOSKOS_RESOURCE_NAME:- " capi-vpc-e2e" }
121
121
export IBMVPC_IMAGE_NAME=${IBMVPC_IMAGE_NAME:- " capibm-vpc-ubuntu-2004-kube-v1-25-2" }
Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ variables:
61
61
intervals :
62
62
default/wait-controllers : ["3m", "10s"]
63
63
default/wait-cluster : ["20m", "10s"]
64
- default/wait-control-plane : ["60m ", "10s"]
64
+ default/wait-control-plane : ["30m ", "10s"]
65
65
default/wait-worker-nodes : ["30m", "10s"]
66
66
default/wait-delete-cluster : ["20m", "10s"]
67
67
default/wait-machine-upgrade : ["50m", "10s"]
Original file line number Diff line number Diff line change @@ -4416,7 +4416,7 @@ metadata:
4416
4416
4417
4417
# This manifest creates a Pod Disruption Budget for Controller to allow K8s Cluster Autoscaler to evict
4418
4418
4419
- apiVersion : policy/v1beta1
4419
+ apiVersion : policy/v1
4420
4420
kind : PodDisruptionBudget
4421
4421
metadata :
4422
4422
name : calico-kube-controllers
You can’t perform that action at this time.
0 commit comments