ef36140de2
Fix the mistakes in the "StatefulSet Basics" In the section "Updating StatefulSets", when the update strategy is OnDelete and the web-0 pod is updated by deleting it manually. Then the web-1 and web-2 should still have the original image. But in the current version, the article says that the web-0 and web-1 still have the original image.