mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-04-27 19:35:32 +00:00
docs: Fix pre-existing spelling mistakes caught by the CI
The documentation contains existing spelling mistakes that are caught by the CI and prevent checking in. The errors include: INFO: Spell checking file 'docs/how-to/how-to-load-kernel-modules-with-kata.md' WARNING: Word 'configurated': did you mean one of the following?: configuration, reconfigured, Confederate, confederate WARNING: Word 'cri': did you mean one of the following?: cir, crib, chi, cry, Fri, crier ERROR: Spell check failed for file: 'docs/how-to/how-to-load-kernel-modules-with-kata.md' INFO: spell check failed for document docs/how-to/how-to-load-kernel-modules-with-kata.md INFO: Spell checking file 'docs/how-to/how-to-set-sandbox-config-kata.md' INFO: Spell check successful for file: 'docs/how-to/how-to-set-sandbox-config-kata.md' ERROR: spell check failed, See https://github.com/kata-containers/documentation/blob/master/Documentation-Requirements.md#spelling for more information. Signed-off-by: Christophe de Dinechin <dinechin@redhat.com>
This commit is contained in:
parent
6c083d9410
commit
4c78814bda
@ -102,7 +102,7 @@ spec:
|
||||
tty: true
|
||||
```
|
||||
|
||||
> **Note**: To pass annotations to Kata containers, [cri must to be configurated correctly](how-to-set-sandbox-config-kata.md#cri-configuration)
|
||||
> **Note**: To pass annotations to Kata containers, [CRI-O must be configured correctly](how-to-set-sandbox-config-kata.md#cri-o-configuration)
|
||||
|
||||
[1]: ../../src/runtime
|
||||
[2]: ../../src/agent
|
||||
|
@ -91,7 +91,7 @@ There are several kinds of Kata configurations and they are listed below.
|
||||
| `io.katacontainers.config.hypervisor.virtio_fs_daemon` | string | virtio-fs `vhost-user` daemon path |
|
||||
| `io.katacontainers.config.hypervisor.virtio_fs_extra_args` | string | extra options passed to `virtiofs` daemon |
|
||||
|
||||
# CRI Configuration
|
||||
# CRI-O Configuration
|
||||
|
||||
In case of CRI-O, all annotations specified in the pod spec are passed down to Kata.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user