We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23cdd97 commit 5dba292Copy full SHA for 5dba292
content/zh/docs/concepts/storage/volumes.md
@@ -2087,7 +2087,7 @@ persistent volume:
2087
-->
2088
- `volumeHandle`:唯一标识卷的字符串值。
2089
该值必须与 CSI 驱动在 `CreateVolumeResponse` 的 `volume_id` 字段中返回的值相对应;
2090
- 接口定义在 [CSI spec](https://github.com/container-storageinterface/spec/blob/master/spec.md#createvolume) 中。
+ 接口定义在 [CSI spec](https://github.com/container-storage-interface/spec/blob/master/spec.md#createvolume) 中。
2091
在所有对 CSI 卷驱动程序的调用中,引用该 CSI 卷时都使用此值作为 `volume_id` 参数。
2092
2093
<!--
0 commit comments