File tree Expand file tree Collapse file tree 3 files changed +8
-6
lines changed
tasks/configure-pod-container Expand file tree Collapse file tree 3 files changed +8
-6
lines changed Original file line number Diff line number Diff line change @@ -263,9 +263,8 @@ The program was introduced to help new contributors understand the PR wrangling
263
263
to see the PR wrangling schedule for this year and sign up.
264
264
265
265
- 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).
269
268
270
269
- Once you've signed up to shadow a PR Wrangler, introduce yourself to the PR Wrangler on the
271
270
[Kubernetes Slack](https://slack.k8s.io).
@@ -277,7 +276,7 @@ The program was introduced to help new contributors understand the PR wrangling
277
276
PR 管理轮值表,然后注册报名。
278
277
279
278
- 其他人可以通过 [ #sig-docs Slack 频道] ( https://kubernetes.slack.com/messages/sig-docs ) 申请成为指定
280
- PR 管理者某一周的影子。可以随时咨询( ` @bradtopol ` )或某一位
279
+ PR 管理者某一周的影子。可以随时咨询某一位
281
280
[ SIG Docs 联席主席/主管] ( https://github.com/kubernetes/community/tree/master/sig-docs#leadership ) 。
282
281
283
282
- 注册成为一名 PR 管理者的影子时,
Original file line number Diff line number Diff line change @@ -410,6 +410,7 @@ kubectl delete namespace cpu-example
410
410
411
411
* [Configure Quality of Service for Pods](/docs/tasks/configure-pod-container/quality-service-pod/)
412
412
413
+ * [Resize CPU and Memory Resources assigned to Containers](/docs/tasks/configure-pod-container/resize-container-resources/)
413
414
-->
414
415
### 针对应用开发者 {#for-app-developers}
415
416
@@ -419,6 +420,8 @@ kubectl delete namespace cpu-example
419
420
420
421
* [ 配置 Pod 服务质量] ( /zh-cn/docs/tasks/configure-pod-container/quality-service-pod/ )
421
422
423
+ * [ 调整分配给容器的 CPU 和内存资源] ( /zh-cn/docs/tasks/configure-pod-container/resize-container-resources/ )
424
+
422
425
<!--
423
426
### For cluster administrators
424
427
Original file line number Diff line number Diff line change @@ -20,9 +20,9 @@ Kompose 是什么?它是一个转换工具,可将 Compose
20
20
(即 Docker Compose)所组装的所有内容转换成容器编排器(Kubernetes 或 OpenShift)可识别的形式。
21
21
22
22
<!--
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/ ).
24
24
-->
25
- 更多信息请参考 Kompose 官网 [ http ://kompose.io] ( http ://kompose.io) 。
25
+ 更多信息请参考 Kompose 官网 [ https ://kompose.io/ ] ( https ://kompose.io/ ) 。
26
26
27
27
## {{% heading "prerequisites" %}}
28
28
You can’t perform that action at this time.
0 commit comments