You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: e2e/test/lb-with-node-addition/chainsaw-test.yaml
+6-34Lines changed: 6 additions & 34 deletions
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ kind: Test
4
4
metadata:
5
5
name: lb-with-node-addition
6
6
labels:
7
-
node-addition:
7
+
all:
8
8
spec:
9
9
namespace: "lb-with-node-addition"
10
10
catch:
@@ -74,43 +74,15 @@ spec:
74
74
- name: Add new node and check nodebalancer gets updated
75
75
try:
76
76
- script:
77
-
timeout: 20m
77
+
timeout: 10m
78
78
content: |
79
79
set -euo pipefail
80
80
81
-
md_info=$(KUBECONFIG=$MGMT_KUBECONFIG kubectl get machinedeployments.cluster.x-k8s.io -A -l cluster.x-k8s.io/cluster-name=${CLUSTER_NAME} -o jsonpath='{range .items[*]}{.metadata.namespace}{"\t"}{.metadata.name}{"\n"}{end}')
0 commit comments