File tree Expand file tree Collapse file tree 3 files changed +6
-5
lines changed
data/infrastructure-vsphere-govmomi/main/node-drain Expand file tree Collapse file tree 3 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -314,7 +314,7 @@ variables:
314
314
VSPHERE_TEMPLATE : " ubuntu-2404-kube-v1.33.0"
315
315
FLATCAR_VSPHERE_TEMPLATE : " flatcar-stable-4152.2.2-kube-v1.33.0"
316
316
KUBETEST_CONFIGURATION : " ./data/kubetest/conformance.yaml"
317
- NODE_DRAIN_TIMEOUT : " 60s "
317
+ NODE_DRAIN_TIMEOUT_SECONDS : " 60 "
318
318
EXP_CLUSTER_RESOURCE_SET : " true"
319
319
EXP_KUBEADM_BOOTSTRAP_FORMAT_IGNITION : " true"
320
320
CLUSTER_TOPOLOGY : " true"
Original file line number Diff line number Diff line change @@ -7,5 +7,6 @@ metadata:
7
7
namespace : ' ${NAMESPACE}'
8
8
spec :
9
9
machineTemplate :
10
- delete :
11
- nodeDrainTimeout : ${NODE_DRAIN_TIMEOUT}
10
+ spec :
11
+ deletion :
12
+ nodeDrainTimeoutSeconds : ${NODE_DRAIN_TIMEOUT_SECONDS}
Original file line number Diff line number Diff line change @@ -6,5 +6,5 @@ metadata:
6
6
spec :
7
7
template :
8
8
spec :
9
- delete :
10
- nodeDrainTimeout : " ${NODE_DRAIN_TIMEOUT }"
9
+ deletion :
10
+ nodeDrainTimeoutSeconds : " ${NODE_DRAIN_TIMEOUT_SECONDS }"
You can’t perform that action at this time.
0 commit comments