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: hack/e2e/README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# AKS Flex Node E2E Tests
2
2
3
-
The E2E suite provisions an AKS cluster and three Ubuntu VMs in Azure, joins the VMs as Flex Nodes, validates workloads, exercises unjoin/rejoin behavior, validates repave, collects logs, and tears down the resources.
3
+
The E2E suite provisions an AKS cluster and three Ubuntu VMs in Azure, joins the VMs as Flex Nodes, validates workloads, exercises unjoin/rejoin behavior, verifies reset cleanup, validates repave, collects logs, and tears down the resources.
4
4
5
5
## Prerequisites
6
6
@@ -30,7 +30,7 @@ The default `all` command runs:
30
30
2. Deploy AKS and three VMs with Bicep.
31
31
3. Join all three VMs.
32
32
4. Validate node readiness, node-problem-detector status, and run smoke workloads.
33
-
5. Unjoin all Flex Nodes and verify they are absent.
33
+
5. Unjoin all Flex Nodes and verify they are absent, including reset cleanup of host network artifacts.
0 commit comments