From 552378cf1e972020bf8ba4c45978140c1848d812 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabiano=20Fid=C3=AAncio?= Date: Tue, 14 Oct 2025 19:17:37 +0200 Subject: [PATCH] helm: Add missing documentation MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit We've recently added support for: * deploying and setting up a snapshotter, via _experimentalSetupSnapshotter * enabling experimental_force_guest_pull, via _experimentalForceGuestPull However, we never updated the documentation for those, thus let's do it now. Signed-off-by: Fabiano FidĂȘncio --- tests/cmd/check-spelling/kata-dictionary.dic | 4 +++- tools/packaging/kata-deploy/helm-chart/README.md | 2 ++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/tests/cmd/check-spelling/kata-dictionary.dic b/tests/cmd/check-spelling/kata-dictionary.dic index 8faa881d71..1ca0fe9f8c 100644 --- a/tests/cmd/check-spelling/kata-dictionary.dic +++ b/tests/cmd/check-spelling/kata-dictionary.dic @@ -1,4 +1,4 @@ -402 +403 ACPI/AB ACS/AB API/AB @@ -33,6 +33,7 @@ Docker/B Dockerfile/AB Dragonball/B EulerOS/B +erofs/A FS/AB FaaS/B Facebook/B @@ -303,6 +304,7 @@ namespace/ABCD netlink netns/AB nvidia/A +nydus/A onwards openSUSE/B openshift/B diff --git a/tools/packaging/kata-deploy/helm-chart/README.md b/tools/packaging/kata-deploy/helm-chart/README.md index 4890d91a73..14bd7ae9e5 100644 --- a/tools/packaging/kata-deploy/helm-chart/README.md +++ b/tools/packaging/kata-deploy/helm-chart/README.md @@ -139,6 +139,8 @@ All values can be overridden with --set key=value or a custom `-f myvalues.yaml` | `env.installationPrefix` | Prefix where to install the Kata artifacts | `/opt/kata` | | `env.hostOS` | Provide host-OS setting, e.g. `cbl-mariner` to do additional configurations | `""` | | `env.multiInstallSuffix` | Enable multiple Kata installation on the same node with suffix e.g. `/opt/kata-PR12232` | `""` | +| `env._experimentalSetupSnapshotter` | Deploys (nydus) and/or sets up (erofs, nydus) the snapshotter(s) specified as the value (supports multiple snapshotters, separated by commas; e.g., `nydus,erofs`) | `""` | +| `env._experimentalForceGuestPull` | Enables `experimental_force_guest_pull` for the shim(s) specified as the value (supports multiple shims, separated by commas; e.g., `qemu-tdx,qemu-snp`) | `""` | ## Example: only `qemu` shim and debug enabled