Skip to content

Commit 7bc6437

Browse files
authored
Merge pull request #22154 from gaoguangze111/correct-link-chinese-page-viewing-and-setting-quotas
Correct link Chinese page viewing-and-setting-quotas
2 parents ab72131 + c46c68d commit 7bc6437

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

content/zh/docs/concepts/policy/resource-quotas.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ The following resource types are supported:
150150
In addition to the resources mentioned above, in release 1.10, quota support for
151151
[extended resources](/docs/concepts/configuration/manage-compute-resources-container/#extended-resources) is added.
152152
-->
153-
除上述资源外,在 Kubernetes 1.10 版本中,还添加了对[扩展资源](/docs/concepts/configuration/manage-compute-resources-container/#extended-resources)的支持。
153+
除上述资源外,在 Kubernetes 1.10 版本中,还添加了对[扩展资源](/zh/docs/concepts/configuration/manage-resources-containers/#扩展资源-extended-resources)的支持。
154154

155155
<!--
156156
As overcommit is not allowed for extended resources, it makes no sense to specify both `requests`
@@ -820,7 +820,7 @@ plugins:
820820
limitedResources:
821821
- resource: pods
822822
matchScopes:
823-
- scopeName: PriorityClass
823+
- scopeName: PriorityClass
824824
operator: In
825825
values: ["cluster-services"]
826826
```
@@ -839,7 +839,7 @@ plugins:
839839
limitedResources:
840840
- resource: pods
841841
matchScopes:
842-
- scopeName: PriorityClass
842+
- scopeName: PriorityClass
843843
operator: In
844844
values: ["cluster-services"]
845845
```
@@ -888,5 +888,3 @@ See a [detailed example for how to use resource quota](/docs/tasks/administer-cl
888888
See [ResourceQuota design doc](https://git.k8s.io/community/contributors/design-proposals/resource-management/admission_control_resource_quota.md) for more information.
889889
-->
890890
查看[资源配额设计文档](https://git.k8s.io/community/contributors/design-proposals/resource-management/admission_control_resource_quota.md)了解更多信息。
891-
892-

0 commit comments

Comments
 (0)