Skip to content

Commit 5328fdf

Browse files
authored
Merge pull request #32489 from Arhell/zh-sync
[zh] sync storage-classes.md
2 parents 8c2df85 + 876a1d5 commit 5328fdf

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ for provisioning PVs. This field must be specified.
132132
You are not restricted to specifying the "internal" provisioners
133133
listed here (whose names are prefixed with "kubernetes.io" and shipped
134134
alongside Kubernetes). You can also run and specify external provisioners,
135-
which are independent programs that follow a [specification](https://git.k8s.io/community/contributors/design-proposals/storage/volume-provisioning.md)
135+
which are independent programs that follow a [specification](https://github.com/kubernetes/design-proposals-archive/blob/main/storage/volume-provisioning.md))
136136
defined by Kubernetes. Authors of external provisioners have full discretion
137137
over where their code lives, how the provisioner is shipped, how it needs to be
138138
run, what volume plugin it uses (including Flex), etc. The repository
@@ -389,8 +389,8 @@ allowedTopologies:
389389
- matchLabelExpressions:
390390
- key: failure-domain.beta.kubernetes.io/zone
391391
values:
392-
- us-central1-a
393-
- us-central1-b
392+
- us-central-1a
393+
- us-central-1b
394394
```
395395

396396
<!--

0 commit comments

Comments
 (0)