mirror of
https://github.com/kata-containers/kata-containers.git
synced 2026-07-11 00:52:00 +00:00
I created this over the course of testing my VISIBLE_CDI_DEVICES changes. I think this will be useful to folks who don't understand the right way to deploy custom artifacts. Signed-off-by: LandonTClipp <lclipp@coreweave.com>
26 lines
847 B
YAML
26 lines
847 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
|
|
- Local Builds & Deployment: how-to/how-to-build-and-deploy-local-artifacts.md
|
|
- Contributing:
|
|
- Documentation: doc-contributing.md
|
|
- Misc:
|
|
- Architecture: design/architecture/
|