We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f7b9b8 commit 7824dd7Copy full SHA for 7824dd7
USAGE.md
@@ -349,8 +349,8 @@ that when the resources are recreated they will still have sufficient
349
quota to execute. The number of times an AppWrapper is reset is
350
tracked as part of its status; if the number of resets exceeds the
351
`RetryLimit`, then the AppWrapper moves into a `Failed` state and its
352
-resources are deleted (thus finally releasing its quota). Deletion of
353
-a top-level wrapped resource will cause the AppWrapper directly enter
+resources are deleted (thus finally releasing its quota). External deletion
+of a top-level wrapped resource will cause the AppWrapper to directly enter
354
the `Failed` state independent of the `RetryLimit`.
355
356
To support debugging `Failed` workloads, an annotation can be added to an
0 commit comments