Skip to content

Commit 9be9168

Browse files
Make intg not drain nodegroup when deleting it (#8600)
1 parent 764d9b4 commit 9be9168

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

integration/tests/accessentries/accessentries_test.go

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -493,7 +493,9 @@ var _ = Describe("(Integration) [AccessEntries Test]", func() {
493493
WithArgs(
494494
"nodegroup",
495495
"--config-file", "-",
496-
"--wait", "--approve",
496+
"--wait",
497+
"--approve",
498+
"--drain=false",
497499
).
498500
WithoutArg("--region", params.Region).
499501
WithStdin(clusterutils.Reader(clusterConfig))

0 commit comments

Comments
 (0)