File tree Expand file tree Collapse file tree 7 files changed +42
-7
lines changed
data/templates/cluster-template-powervs-md-remediation Expand file tree Collapse file tree 7 files changed +42
-7
lines changed Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ OS=$(uname -s)
3939IBMCLOUD_CLI_VERSION=${IBMCLOUD_CLI_VERSION:- " 2.13.0" }
4040PVSADM_VERSION=${PVSADM_VERSION:- " v0.1.9" }
4141E2E_FLAVOR=${E2E_FLAVOR:- }
42- REGION=${REGION:- " us-south " }
42+ REGION=${REGION:- " jp-osa " }
4343
4444[ " ${ARCH} " == " x86_64" ] && ARCH=" amd64"
4545
Original file line number Diff line number Diff line change @@ -216,7 +216,6 @@ kind: KubeadmConfigTemplate
216216metadata :
217217 labels :
218218 cluster.x-k8s.io/cluster-name : ${CLUSTER_NAME}
219- cluster.x-k8s.io/control-plane : " "
220219 name : " ${CLUSTER_NAME}-md-0"
221220spec :
222221 template :
Original file line number Diff line number Diff line change @@ -60,8 +60,8 @@ variables:
6060intervals :
6161 default/wait-controllers : ["3m", "10s"]
6262 default/wait-cluster : ["20m", "10s"]
63- default/wait-control-plane : ["30m ", "10s"]
64- default/wait-worker-nodes : ["30m ", "10s"]
63+ default/wait-control-plane : ["60m ", "10s"]
64+ default/wait-worker-nodes : ["60m ", "10s"]
6565 default/wait-delete-cluster : ["20m", "10s"]
6666 default/wait-machine-upgrade : ["50m", "10s"]
6767 default/wait-machine-remediation : ["30m", "10s"]
Original file line number Diff line number Diff line change @@ -2,4 +2,7 @@ apiVersion: kustomize.config.k8s.io/v1beta1
22kind : Kustomization
33resources :
44 - ../../../../../templates/cluster-template-powervs.yaml
5- - mhc-powervs.yaml
5+ - mhc-md-powervs.yaml
6+ - mhc-kcp-powervs.yaml
7+ patchesStrategicMerge :
8+ - patches/mhc-label.yaml
Original file line number Diff line number Diff line change 1+ apiVersion : cluster.x-k8s.io/v1beta1
2+ kind : MachineHealthCheck
3+ metadata :
4+ name : " ${CLUSTER_NAME}-mhc-kcp"
5+ spec :
6+ clusterName : " ${CLUSTER_NAME}"
7+ maxUnhealthy : 100%
8+ nodeStartupTimeout : 0m
9+ selector :
10+ matchLabels :
11+ cluster.x-k8s.io/control-plane : " "
12+ unhealthyConditions :
13+ - type : Ready
14+ status : " False"
15+ timeout : 60s
16+ - type : Ready
17+ status : Unknown
18+ timeout : 60s
Original file line number Diff line number Diff line change 11apiVersion : cluster.x-k8s.io/v1beta1
22kind : MachineHealthCheck
33metadata :
4- name : " ${CLUSTER_NAME}-mhc-0 "
4+ name : " ${CLUSTER_NAME}-mhc-md "
55spec :
66 clusterName : " ${CLUSTER_NAME}"
77 maxUnhealthy : 100%
1212 unhealthyConditions :
1313 - type : Ready
1414 status : " False"
15- timeout : 30s
15+ timeout : 60s
16+ - type : Ready
17+ status : Unknown
18+ timeout : 60s
Original file line number Diff line number Diff line change 1+ ---
2+ apiVersion : cluster.x-k8s.io/v1beta1
3+ kind : MachineDeployment
4+ metadata :
5+ name : " ${CLUSTER_NAME}-md-0"
6+ spec :
7+ selector :
8+ matchLabels :
9+ template :
10+ metadata :
11+ labels :
12+ " e2e.remediation.label " : " "
You can’t perform that action at this time.
0 commit comments