You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/workspaces.md
-2Lines changed: 0 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -509,7 +509,6 @@ workspaces:
509
509
##### `projected`
510
510
511
511
The `projected` field references a [`projected` volume](https://kubernetes.io/docs/concepts/storage/projected-volumes).
512
-
`projected`volume workspaces are a [beta feature](./additional-configs.md#beta-features).
513
512
Using a `projected` volume has the following limitations:
514
513
515
514
- `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:
530
529
##### `csi`
531
530
532
531
The `csi` field references a [`csi` volume](https://kubernetes.io/docs/concepts/storage/volumes/#csi).
533
-
`csi`workspaces are a [beta feature](./additional-configs.md#beta-features).
534
532
Using a `csi` volume has the following limitations:
535
533
<!-- wokeignore:rule=master -->
536
534
- `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).
0 commit comments