Skip to content

Commit ef36140

Browse files
fatsheep9146chenopis
authored andcommitted
Signed-off-by: Ziqi Zhao <[email protected]>
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.
1 parent 683c288 commit ef36140

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/tutorials/stateful-application/basic-stateful-set.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -499,7 +499,7 @@ web-1 gcr.io/google_containers/nginx-slim:0.8
499499
web-2 gcr.io/google_containers/nginx-slim:0.8
500500
{% endraw %}```
501501
502-
`web-0` has had its image updated, but `web-0` and `web-1` still have the original
502+
`web-0` has had its image updated, but `web-1` and `web-2` still have the original
503503
image. Complete the update by deleting the remaining Pods.
504504
505505
```shell

0 commit comments

Comments
 (0)