aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md6
1 files changed, 4 insertions, 2 deletions
diff --git a/README.md b/README.md
index fa7b4f1..a31582a 100644
--- a/README.md
+++ b/README.md
@@ -62,8 +62,10 @@ helm install --set seaweedfsFiler=<filerHost:port> seaweedfs-csi-driver ./seawee
helm uninstall seaweedfs-csi-driver
```
-# Safe rolling update
-When update DaemonSet ( DS ) break processes who implements fuse mount. And now new pod not remount net device
+# Safe rollout update
+When update DaemonSet ( DS ) break processes who implements fuse mount.
+And now new pod not remount net device
+
For better safe update use ``node.updateStrategy.type: OnDelete`` in this need manual update. Steps:
- delete DS pods on node where no exists seaweefs PV
- cordon or taint node