Skip to content

Commit ee5e105

Browse files
Address comment
1 parent a559fc7 commit ee5e105

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

test/e2e/config/vsphere.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -314,7 +314,7 @@ variables:
314314
VSPHERE_TEMPLATE: "ubuntu-2404-kube-v1.33.0"
315315
FLATCAR_VSPHERE_TEMPLATE: "flatcar-stable-4152.2.2-kube-v1.33.0"
316316
KUBETEST_CONFIGURATION: "./data/kubetest/conformance.yaml"
317-
NODE_DRAIN_TIMEOUT: "60s"
317+
NODE_DRAIN_TIMEOUT_SECONDS: "60"
318318
EXP_CLUSTER_RESOURCE_SET: "true"
319319
EXP_KUBEADM_BOOTSTRAP_FORMAT_IGNITION: "true"
320320
CLUSTER_TOPOLOGY: "true"

test/e2e/data/infrastructure-vsphere-govmomi/main/node-drain/kcp-drain.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,6 @@ metadata:
77
namespace: '${NAMESPACE}'
88
spec:
99
machineTemplate:
10-
delete:
11-
nodeDrainTimeout: ${NODE_DRAIN_TIMEOUT}
10+
spec:
11+
deletion:
12+
nodeDrainTimeoutSeconds: ${NODE_DRAIN_TIMEOUT_SECONDS}

test/e2e/data/infrastructure-vsphere-govmomi/main/node-drain/md-drain.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ metadata:
66
spec:
77
template:
88
spec:
9-
delete:
10-
nodeDrainTimeout: "${NODE_DRAIN_TIMEOUT}"
9+
deletion:
10+
nodeDrainTimeoutSeconds: "${NODE_DRAIN_TIMEOUT_SECONDS}"

0 commit comments

Comments
 (0)