Skip to content

Commit db1d918

Browse files
authored
Merge pull request #32063 from my-git9/patch-15
Update volume-snapshot-classes.md
2 parents a518fd8 + f490705 commit db1d918

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

content/zh/docs/concepts/storage/volume-snapshot-classes.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,11 @@ The name of a VolumeSnapshotClass object is significant, and is how users can
4141
request a particular class. Administrators set the name and other parameters
4242
of a class when first creating VolumeSnapshotClass objects, and the objects cannot
4343
be updated once they are created.
44+
45+
{{< note >}}
46+
Installation of the CRDs is the responsibility of the Kubernetes distribution. Without the required CRDs present, the creation of a VolumeSnapshotClass fails.
47+
{{< /note >}}
48+
4449
-->
4550
## VolumeSnapshotClass 资源 {#the-volumesnapshortclass-resource}
4651

@@ -51,6 +56,10 @@ VolumeSnapshotClass 对象的名称很重要,是用户可以请求特定类的
5156
管理员在首次创建 VolumeSnapshotClass 对象时设置类的名称和其他参数,
5257
对象一旦创建就无法更新。
5358

59+
{{< note >}}
60+
CRD 的安装是 Kubernetes 发行版的责任。 如果不存在所需的 CRD,则 VolumeSnapshotClass 的创建将失败。
61+
{{< /note >}}
62+
5463
```yaml
5564
apiVersion: snapshot.storage.k8s.io/v1
5665
kind: VolumeSnapshotClass
@@ -119,4 +128,3 @@ the volume snapshot class. Different parameters may be accepted depending on the
119128
## 参数 {#parameters}
120129

121130
卷快照类具有描述属于该卷快照类的卷快照的参数,可根据 `driver` 接受不同的参数。
122-

0 commit comments

Comments
 (0)