We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db36758 commit bd90071Copy full SHA for bd90071
docs/design/lifecycle_hooks_and_finalizers.md
@@ -6,7 +6,7 @@ until it is safe to do so.
6
7
To achieve this, the server containers in the `Pods` have
8
a `preStop` hook configured and finalizers are added to the `Pods`
9
-ands `PersistentVolumeClaims`.
+and `PersistentVolumeClaims`.
10
11
The `preStop` hook executes a binary that waits until all finalizers of
12
the current pod have been removed.
0 commit comments