Skip to content

Commit 9c68861

Browse files
authored
Merge pull request #47290 from Arhell/zh-link
[zh] Fix the wrong link in default storage classes
2 parents 202f1cd + 652826b commit 9c68861

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/zh-cn/docs/concepts/storage/storage-classes.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,13 +95,13 @@ used.
9595

9696
<!--
9797
If you set the
98-
[`storageclass.kubernetes.io/is-default-class`](/docs/reference/labels-annotations-taints/#ingressclass-kubernetes-io-is-default-class)
98+
[`storageclass.kubernetes.io/is-default-class`](/docs/reference/labels-annotations-taints/#storageclass-kubernetes-io-is-default-class)
9999
annotation to true on more than one StorageClass in your cluster, and you then
100100
create a PersistentVolumeClaim with no `storageClassName` set, Kubernetes
101101
uses the most recently created default StorageClass.
102102
-->
103103
如果你在集群中的多个 StorageClass 上将
104-
[`storageclass.kubernetes.io/is-default-class`](/zh-cn/docs/reference/labels-annotations-taints/#ingressclass-kubernetes-io-is-default-class)
104+
[`storageclass.kubernetes.io/is-default-class`](/zh-cn/docs/reference/labels-annotations-taints/#storageclass-kubernetes-io-is-default-class)
105105
注解设置为 true,然后创建一个未设置 `storageClassName` 的 PersistentVolumeClaim (PVC),
106106
Kubernetes 将使用最近创建的默认 StorageClass。
107107

0 commit comments

Comments
 (0)