Skip to content

Commit 22c88b9

Browse files
author
Kate Osborn
committed
Fix kubectl drain command
1 parent a05c961 commit 22c88b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/suite/graceful_recovery_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ func runRestartNodeTest(teaURL, coffeeURL string, files []string, ns *core.Names
138138
"drain",
139139
kindNodeName,
140140
"--ignore-daemonsets",
141-
"--delete-local-data",
141+
"--delete-emptydir-data",
142142
).CombinedOutput()
143143

144144
Expect(err).ToNot(HaveOccurred(), string(output))

0 commit comments

Comments
 (0)