mirror of
https://github.com/kata-containers/kata-containers.git
synced 2026-07-11 17:26:04 +00:00
Add a step-by-step how-to guide covering host inspection, Kata NUMA drop-in setup (via kata-deploy Helm and manual config.d/), pod deployment examples, and guest/host verification procedures. Signed-off-by: Fabiano Fidêncio <ffidencio@nvidia.com>
25 lines
762 B
YAML
25 lines
762 B
YAML
# https://lukasgeiter.github.io/mkdocs-awesome-nav/
|
|
nav:
|
|
- Home:
|
|
- index.md
|
|
- Getting Started:
|
|
- prerequisites.md
|
|
- installation.md
|
|
- Configuration:
|
|
- Helm: helm-configuration.md
|
|
- Runtime: runtime-configuration.md
|
|
- Annotations: pod-annotations.md
|
|
- Platform Support:
|
|
- hypervisors.md
|
|
- Guides:
|
|
- Use Cases:
|
|
- NVIDIA GPU Passthrough: use-cases/NVIDIA-GPU-passthrough-and-Kata-QEMU.md
|
|
- NVIDIA vGPU: use-cases/NVIDIA-GPU-passthrough-and-Kata.md
|
|
- Intel QAT: use-cases/using-Intel-QAT-and-kata.md
|
|
- How To:
|
|
- NUMA Support: how-to/how-to-use-numa-with-kata.md
|
|
- Contributing:
|
|
- Documentation: doc-contributing.md
|
|
- Misc:
|
|
- Architecture: design/architecture/
|