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(){
114114
115115prerequisites_vpc (){
116116 # 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"
119119 export IBMVPC_RESOURCEGROUP=${BOSKOS_RESOURCE_GROUP:- " fa5405a58226402f9a5818cb9b8a5a8a" }
120120 export IBMVPC_NAME=${BOSKOS_RESOURCE_NAME:- " capi-vpc-e2e" }
121121 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:
6161intervals :
6262 default/wait-controllers : ["3m", "10s"]
6363 default/wait-cluster : ["20m", "10s"]
64- default/wait-control-plane : ["60m ", "10s"]
64+ default/wait-control-plane : ["30m ", "10s"]
6565 default/wait-worker-nodes : ["30m", "10s"]
6666 default/wait-delete-cluster : ["20m", "10s"]
6767 default/wait-machine-upgrade : ["50m", "10s"]
Original file line number Diff line number Diff line change @@ -4416,7 +4416,7 @@ metadata:
44164416
44174417# This manifest creates a Pod Disruption Budget for Controller to allow K8s Cluster Autoscaler to evict
44184418
4419- apiVersion : policy/v1beta1
4419+ apiVersion : policy/v1
44204420kind : PodDisruptionBudget
44214421metadata :
44224422 name : calico-kube-controllers
You can’t perform that action at this time.
0 commit comments