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.
2 parents 257c219 + 4d18628 commit a2eba31Copy full SHA for a2eba31
content/zh/docs/concepts/storage/volume-snapshot-classes.md
@@ -52,7 +52,7 @@ VolumeSnapshotClass 对象的名称很重要,是用户可以请求特定类的
52
对象一旦创建就无法更新。
53
54
```yaml
55
-apiVersion: snapshot.storage.k8s.io/v1beta1
+apiVersion: snapshot.storage.k8s.io/v1
56
kind: VolumeSnapshotClass
57
metadata:
58
name: csi-hostpath-snapclass
@@ -70,7 +70,7 @@ that don't request any particular class to bind to by adding the
70
方法是设置注解 `snapshot.storage.kubernetes.io/is-default-class: "true"`:
71
72
73
74
75
76
0 commit comments