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: book/src/volume-attributes.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -20,6 +20,6 @@ This feature is enabled by default in the [external-provisioner](https://github.
20
20
To take advantage of `VolumeAttibutesClass` feature:
21
21
* The CSI driver must implement the `MODIFY_VOLUME` capability.
22
22
* The Kubernetes administrator must create the `VolumeAttributesClass` with the relevant `parameters` for the `driverName`
23
-
* The user can then patch the `PersistentVolume` under `spec.volumeAttributesClassName` to select or update the settings he needs for the volume.
23
+
* The user can then patch the `PersistentVolumeClaim` under `spec.volumeAttributesClassName` to select or update the settings he needs for the volume.
24
24
25
25
> For more information about how to use the feature, visit the [Kubernetes blog](https://kubernetes.io/blog/2024/08/15/kubernetes-1-31-volume-attributes-class/) page.
0 commit comments