From 378308e205ed41c03acf68fbbb80b2bd61f365ca Mon Sep 17 00:00:00 2001 From: AIsland Date: Sat, 7 Nov 2020 11:56:12 +0800 Subject: [PATCH] docs: Add instructions for enabling VM templating Kata 2.0 uses virtio-fs as the shared_fs by default, bug VM templating cannot be used with virtio-fs. Fixes: #1091 Signed-off-by: AIsland --- docs/how-to/what-is-vm-templating-and-how-do-I-use-it.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/how-to/what-is-vm-templating-and-how-do-I-use-it.md b/docs/how-to/what-is-vm-templating-and-how-do-I-use-it.md index fae8215eb1..27587b093d 100644 --- a/docs/how-to/what-is-vm-templating-and-how-do-I-use-it.md +++ b/docs/how-to/what-is-vm-templating-and-how-do-I-use-it.md @@ -46,6 +46,7 @@ overridden by `/etc/kata-containers/configuration.toml` if provided) such that: - `enable_template = true` - `initrd =` is set - `image =` option is commented out or removed + - `shared_fs` should not be `virtio-fs` Then you can create a VM templating for later usage by calling ```