Skip to content

Commit 2752d30

Browse files
authored
Merge pull request #25988 from yuandongx/patch-17
[zh] Yaml blocks miss 'yaml'.
2 parents 1a2b96a + 4675779 commit 2752d30

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/zh/docs/tasks/administer-cluster/limit-storage-consumption.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ In this example, a PVC requesting 10Gi of storage would be rejected because it e
7171
-->
7272
在此示例中,请求 10Gi 存储的 PVC 将被拒绝,因为它超过了最大 2Gi。
7373

74-
```
74+
```yaml
7575
apiVersion: v1
7676
kind: LimitRange
7777
metadata:
@@ -114,7 +114,7 @@ a 5Gi maximum quota when combined with the 2Gi max limit above, cannot have 3 PV
114114
不能支持 3 个都是 2Gi 的 PVC。
115115
后者实际上是向名字空间请求 6Gi 容量,而该命令空间已经设置上限为 5Gi。
116116
117-
```
117+
```yaml
118118
apiVersion: v1
119119
kind: ResourceQuota
120120
metadata:

0 commit comments

Comments
 (0)