Skip to content

Commit

Permalink
docs: Add instructions for enabling VM templating
Browse files Browse the repository at this point in the history
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 <yuchunyu01@inspur.com>
  • Loading branch information
yuchunyu97 committed Nov 7, 2020
1 parent 6160043 commit 378308e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/how-to/what-is-vm-templating-and-how-do-I-use-it.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
Expand Down

0 comments on commit 378308e

Please sign in to comment.