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)
39
39
IBMCLOUD_CLI_VERSION=${IBMCLOUD_CLI_VERSION:- " 2.13.0" }
40
40
PVSADM_VERSION=${PVSADM_VERSION:- " v0.1.9" }
41
41
E2E_FLAVOR=${E2E_FLAVOR:- }
42
- REGION=${REGION:- " us-south " }
42
+ REGION=${REGION:- " jp-osa " }
43
43
44
44
[ " ${ARCH} " == " x86_64" ] && ARCH=" amd64"
45
45
Original file line number Diff line number Diff line change @@ -216,7 +216,6 @@ kind: KubeadmConfigTemplate
216
216
metadata :
217
217
labels :
218
218
cluster.x-k8s.io/cluster-name : ${CLUSTER_NAME}
219
- cluster.x-k8s.io/control-plane : " "
220
219
name : " ${CLUSTER_NAME}-md-0"
221
220
spec :
222
221
template :
Original file line number Diff line number Diff line change @@ -60,8 +60,8 @@ variables:
60
60
intervals :
61
61
default/wait-controllers : ["3m", "10s"]
62
62
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"]
65
65
default/wait-delete-cluster : ["20m", "10s"]
66
66
default/wait-machine-upgrade : ["50m", "10s"]
67
67
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
2
2
kind : Kustomization
3
3
resources :
4
4
- ../../../../../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 1
1
apiVersion : cluster.x-k8s.io/v1beta1
2
2
kind : MachineHealthCheck
3
3
metadata :
4
- name : " ${CLUSTER_NAME}-mhc-0 "
4
+ name : " ${CLUSTER_NAME}-mhc-md "
5
5
spec :
6
6
clusterName : " ${CLUSTER_NAME}"
7
7
maxUnhealthy : 100%
12
12
unhealthyConditions :
13
13
- type : Ready
14
14
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