From a6182f91729fefa5fe16addff70a2760fc6d5ba5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A5=BD=E9=A3=8E?= Date: Wed, 30 Sep 2020 11:41:08 +0800 Subject: [PATCH] Update README.md fix writing --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8a06dbd9be..3205f5bb3c 100644 --- a/README.md +++ b/README.md @@ -666,7 +666,7 @@ Otherwise it builds by default all stages, even the unnecessaries ones until it You can set the `--snapshotMode=` flag to set how kaniko will snapshot the filesystem. -* If `--snapshot=full` is set, the full file contents and metadata are considered when snapshotting. This is the least performant option, but also the most robust. +* If `--snapshotMode=full` is set, the full file contents and metadata are considered when snapshotting. This is the least performant option, but also the most robust. * If `--snapshotMode=redo` is set, the file mtime, size, mode, owner uid and gid will be considered when snapshotting. This may be up to 50% faster than "full", particularly if your project has a large number files.