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
While PersistentVolumeClaims allow a user to consume abstract storage resources, it is common that users need PersistentVolumes with varying properties, such as performance, for different problems. Cluster administrators need to be able to offer a variety of PersistentVolumes that differ in more ways than just size and access modes, without exposing users to the details of how those volumes are implemented. For these needs, there is the _StorageClass_ resource.
72
+
While PersistentVolumeClaims allow a user to consume abstract storage resources, it is common that users need PersistentVolumes with varying properties, such as performance, for different problems. Cluster administrators need to be able to offer a variety of PersistentVolumes that differ in more ways than size and access modes, without exposing users to the details of how those volumes are implemented. For these needs, there is the _StorageClass_ resource.
73
73
74
74
See the [detailed walkthrough with working examples](/docs/tasks/configure-pod-container/configure-persistent-volume-storage/).
75
75
-->
@@ -935,9 +935,9 @@ The following volume types support mount options:
935
935
* iSCSI
936
936
937
937
<!--
938
-
Mount options are not validated, so mount will simply fail if one is invalid.
938
+
Mount options are not validated, If a mount option is invalid, the mount fails.
939
939
-->
940
-
Kubernetes 不对挂载选项执行合法性检查,因此非法的挂载选项只是会导致挂载失败。
940
+
Kubernetes 不对挂载选项执行合法性检查。如果挂载选项是非法的,挂载就会失败。
941
941
942
942
<!--
943
943
In the past, the annotation `volume.beta.kubernetes.io/mount-options` was used instead
0 commit comments