Skip to content

Commit 175d6f8

Browse files
authored
Merge pull request #40396 from fenggw-fnst/sync-manage-resources-containers
[zh-cn] Sync configuration/manage-resources-containers.md
2 parents 7267d65 + 5ee4451 commit 175d6f8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

content/zh-cn/docs/concepts/configuration/manage-resources-containers.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ Mi, Ki. For example, the following represent roughly the same value:
244244
你也可以使用对应的 2 的幂数:Ei、Pi、Ti、Gi、Mi、Ki。
245245
例如,以下表达式所代表的是大致相同的值:
246246

247-
```
247+
```shell
248248
128974848、129e6、129M、128974848000m、123Mi
249249
```
250250

@@ -1373,14 +1373,14 @@ memory limit (and possibly request) for that container.
13731373
* Get hands-on experience [assigning CPU resources to containers and Pods](/docs/tasks/configure-pod-container/assign-cpu-resource/).
13741374
* Read how the API reference defines a [container](/docs/reference/kubernetes-api/workload-resources/pod-v1/#Container)
13751375
and its [resource requirements](/docs/reference/kubernetes-api/workload-resources/pod-v1/#resources)
1376-
* Read about [project quotas](https://xfs.org/index.php/XFS_FAQ#Q:_Quota:_Do_quotas_work_on_XFS.3F) in XFS
1376+
* Read about [project quotas](https://www.linux.org/docs/man8/xfs_quota.html) in XFS
13771377
* Read more about the [kube-scheduler configuration reference (v1beta3)](/docs/reference/config-api/kube-scheduler-config.v1beta3/)
13781378
* Read more about [Quality of Service classes for Pods](/docs/concepts/workloads/pods/pod-qos/)
13791379
-->
13801380
* 获取[分配内存资源给容器和 Pod](/zh-cn/docs/tasks/configure-pod-container/assign-memory-resource/) 的实践经验
13811381
* 获取[分配 CPU 资源给容器和 Pod](/zh-cn/docs/tasks/configure-pod-container/assign-cpu-resource/) 的实践经验
13821382
* 阅读 API 参考如何定义[容器](/zh-cn/docs/reference/kubernetes-api/workload-resources/pod-v1/#Container)
13831383
及其[资源请求](/zh-cn/docs/reference/kubernetes-api/workload-resources/pod-v1/#resources)
1384-
* 阅读 XFS 中[配额](https://xfs.org/index.php/XFS_FAQ#Q:_Quota:_Do_quotas_work_on_XFS.3F)的文档
1384+
* 阅读 XFS 中[项目配额](https://www.linux.org/docs/man8/xfs_quota.html)的文档
13851385
* 进一步阅读 [kube-scheduler 配置参考 (v1beta3)](/zh-cn/docs/reference/config-api/kube-scheduler-config.v1beta3/)
13861386
* 进一步阅读 [Pod 的服务质量等级](/zh-cn/docs/concepts/workloads/pods/pod-qos/)

0 commit comments

Comments
 (0)