From 2f9937f7eb87352ddb2fe2f1ac6ebb2b5b89a26a Mon Sep 17 00:00:00 2001 From: Aleksei Sviridkin Date: Wed, 2 Sep 2026 19:42:34 +0300 Subject: [PATCH] docs(platform-package): document kubevirt.disabledFeatureGates KubeVirt 1.9 enables every Beta feature gate by default. The platform switches three of them off on its own and forwards a kubevirt.disabledFeatureGates list from the platform values for the rest, so an operator on a cluster that cannot carry a gate has a supported place to say so. The page is the hand-written table of platform values and had no row for the key. Assisted-By: Claude Signed-off-by: Aleksei Sviridkin --- .../docs/next/operations/configuration/platform-package.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/content/en/docs/next/operations/configuration/platform-package.md b/content/en/docs/next/operations/configuration/platform-package.md index 8956aab3..b6fb8695 100644 --- a/content/en/docs/next/operations/configuration/platform-package.md +++ b/content/en/docs/next/operations/configuration/platform-package.md @@ -204,6 +204,12 @@ registries: | `resources.memoryAllocationRatio` | `1` | Memory allocation ratio: `1/memoryAllocationRatio` memory requested per unit of configured memory. | | `resources.ephemeralStorageAllocationRatio` | `40` | Ephemeral storage allocation ratio: `1/ephemeralStorageAllocationRatio` ephemeral storage requested per unit of configured storage. | +#### KubeVirt + +| Value | Default | Description | +| --- | --- | --- | +| `kubevirt.disabledFeatureGates` | `[]` | KubeVirt feature gates to switch off, on top of the ones the platform disables itself (`Template`, `ExternalNetResourceInjection`, and `ImageVolume` on Kubernetes older than 1.35). KubeVirt enables every Beta gate by default; list a gate here when the cluster cannot carry it, for example `ImageVolume` on a container runtime without image volume support. A gate the platform enables cannot be switched off here: the render stops and names the gate. | + #### Internal fields These fields are managed automatically by the Cozystack operator and should not be modified manually.