From 44d82be0ee7fe1c058010d461f6f902c3778fabc Mon Sep 17 00:00:00 2001 From: Bastiaan Nijkamp Date: Wed, 3 Dec 2025 15:40:18 +0100 Subject: [PATCH] Remove beta note from projected workspaces and csi as they are stable --- docs/workspaces.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/workspaces.md b/docs/workspaces.md index 9728bf1be6a..0c7a7f9e926 100644 --- a/docs/workspaces.md +++ b/docs/workspaces.md @@ -509,7 +509,6 @@ workspaces: ##### `projected` The `projected` field references a [`projected` volume](https://kubernetes.io/docs/concepts/storage/projected-volumes). -`projected` volume workspaces are a [beta feature](./additional-configs.md#beta-features). Using a `projected` volume has the following limitations: - `projected` volume sources are always mounted as read-only. `Steps` cannot write to them and will error out if they try. @@ -530,7 +529,6 @@ workspaces: ##### `csi` The `csi` field references a [`csi` volume](https://kubernetes.io/docs/concepts/storage/volumes/#csi). -`csi` workspaces are a [beta feature](./additional-configs.md#beta-features). Using a `csi` volume has the following limitations: - `csi` volume sources require a volume driver to use, which must correspond to the value by the CSI driver as defined in the [CSI spec](https://github.com/container-storage-interface/spec/blob/master/spec.md#getplugininfo).