Skip to content

Commit 198b306

Browse files
committed
sync pr-wranglers assign-cpu-resource translate-compose-kubernetes
1 parent 37c29df commit 198b306

File tree

3 files changed

+8
-6
lines changed

3 files changed

+8
-6
lines changed

content/zh-cn/docs/contribute/participate/pr-wranglers.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -263,9 +263,8 @@ The program was introduced to help new contributors understand the PR wrangling
263263
to see the PR wrangling schedule for this year and sign up.
264264
265265
- Others can reach out on the [#sig-docs Slack channel](https://kubernetes.slack.com/messages/sig-docs)
266-
for requesting to shadow an assigned PR Wrangler for a specific week. Feel free to reach out to
267-
Brad Topol (`@bradtopol`) or one of the
268-
[SIG Docs co-chairs/leads](https://github.com/kubernetes/community/tree/master/sig-docs#leadership).
266+
for requesting to shadow an assigned PR Wrangler for a specific week. Feel free to reach out to one of
267+
the [SIG Docs co-chairs/leads](https://github.com/kubernetes/community/tree/master/sig-docs#leadership).
269268
270269
- Once you've signed up to shadow a PR Wrangler, introduce yourself to the PR Wrangler on the
271270
[Kubernetes Slack](https://slack.k8s.io).
@@ -277,7 +276,7 @@ The program was introduced to help new contributors understand the PR wrangling
277276
PR 管理轮值表,然后注册报名。
278277

279278
- 其他人可以通过 [#sig-docs Slack 频道](https://kubernetes.slack.com/messages/sig-docs)申请成为指定
280-
PR 管理者某一周的影子。可以随时咨询(`@bradtopol`)或某一位
279+
PR 管理者某一周的影子。可以随时咨询某一位
281280
[SIG Docs 联席主席/主管](https://github.com/kubernetes/community/tree/master/sig-docs#leadership)
282281

283282
- 注册成为一名 PR 管理者的影子时,

content/zh-cn/docs/tasks/configure-pod-container/assign-cpu-resource.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -410,6 +410,7 @@ kubectl delete namespace cpu-example
410410
411411
* [Configure Quality of Service for Pods](/docs/tasks/configure-pod-container/quality-service-pod/)
412412
413+
* [Resize CPU and Memory Resources assigned to Containers](/docs/tasks/configure-pod-container/resize-container-resources/)
413414
-->
414415
### 针对应用开发者 {#for-app-developers}
415416

@@ -419,6 +420,8 @@ kubectl delete namespace cpu-example
419420

420421
* [配置 Pod 服务质量](/zh-cn/docs/tasks/configure-pod-container/quality-service-pod/)
421422

423+
* [调整分配给容器的 CPU 和内存资源](/zh-cn/docs/tasks/configure-pod-container/resize-container-resources/)
424+
422425
<!--
423426
### For cluster administrators
424427

content/zh-cn/docs/tasks/configure-pod-container/translate-compose-kubernetes.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ Kompose 是什么?它是一个转换工具,可将 Compose
2020
(即 Docker Compose)所组装的所有内容转换成容器编排器(Kubernetes 或 OpenShift)可识别的形式。
2121

2222
<!--
23-
More information can be found on the Kompose website at [http://kompose.io](http://kompose.io).
23+
More information can be found on the Kompose website at [https://kompose.io/](https://kompose.io/).
2424
-->
25-
更多信息请参考 Kompose 官网 [http://kompose.io](http://kompose.io)
25+
更多信息请参考 Kompose 官网 [https://kompose.io/](https://kompose.io/)
2626

2727
## {{% heading "prerequisites" %}}
2828

0 commit comments

Comments
 (0)