sync pr-wranglers assign-cpu-resource translate-compose-kubernetes
parent
37c29df70e
commit
198b306ae6
|
@ -263,9 +263,8 @@ The program was introduced to help new contributors understand the PR wrangling
|
|||
to see the PR wrangling schedule for this year and sign up.
|
||||
|
||||
- Others can reach out on the [#sig-docs Slack channel](https://kubernetes.slack.com/messages/sig-docs)
|
||||
for requesting to shadow an assigned PR Wrangler for a specific week. Feel free to reach out to
|
||||
Brad Topol (`@bradtopol`) or one of the
|
||||
[SIG Docs co-chairs/leads](https://github.com/kubernetes/community/tree/master/sig-docs#leadership).
|
||||
for requesting to shadow an assigned PR Wrangler for a specific week. Feel free to reach out to one of
|
||||
the [SIG Docs co-chairs/leads](https://github.com/kubernetes/community/tree/master/sig-docs#leadership).
|
||||
|
||||
- Once you've signed up to shadow a PR Wrangler, introduce yourself to the PR Wrangler on the
|
||||
[Kubernetes Slack](https://slack.k8s.io).
|
||||
|
@ -277,7 +276,7 @@ The program was introduced to help new contributors understand the PR wrangling
|
|||
PR 管理轮值表,然后注册报名。
|
||||
|
||||
- 其他人可以通过 [#sig-docs Slack 频道](https://kubernetes.slack.com/messages/sig-docs)申请成为指定
|
||||
PR 管理者某一周的影子。可以随时咨询(`@bradtopol`)或某一位
|
||||
PR 管理者某一周的影子。可以随时咨询某一位
|
||||
[SIG Docs 联席主席/主管](https://github.com/kubernetes/community/tree/master/sig-docs#leadership)。
|
||||
|
||||
- 注册成为一名 PR 管理者的影子时,
|
||||
|
|
|
@ -410,6 +410,7 @@ kubectl delete namespace cpu-example
|
|||
|
||||
* [Configure Quality of Service for Pods](/docs/tasks/configure-pod-container/quality-service-pod/)
|
||||
|
||||
* [Resize CPU and Memory Resources assigned to Containers](/docs/tasks/configure-pod-container/resize-container-resources/)
|
||||
-->
|
||||
### 针对应用开发者 {#for-app-developers}
|
||||
|
||||
|
@ -419,6 +420,8 @@ kubectl delete namespace cpu-example
|
|||
|
||||
* [配置 Pod 服务质量](/zh-cn/docs/tasks/configure-pod-container/quality-service-pod/)
|
||||
|
||||
* [调整分配给容器的 CPU 和内存资源](/zh-cn/docs/tasks/configure-pod-container/resize-container-resources/)
|
||||
|
||||
<!--
|
||||
### For cluster administrators
|
||||
|
||||
|
|
|
@ -20,9 +20,9 @@ Kompose 是什么?它是一个转换工具,可将 Compose
|
|||
(即 Docker Compose)所组装的所有内容转换成容器编排器(Kubernetes 或 OpenShift)可识别的形式。
|
||||
|
||||
<!--
|
||||
More information can be found on the Kompose website at [http://kompose.io](http://kompose.io).
|
||||
More information can be found on the Kompose website at [https://kompose.io/](https://kompose.io/).
|
||||
-->
|
||||
更多信息请参考 Kompose 官网 [http://kompose.io](http://kompose.io)。
|
||||
更多信息请参考 Kompose 官网 [https://kompose.io/](https://kompose.io/)。
|
||||
|
||||
## {{% heading "prerequisites" %}}
|
||||
|
||||
|
|
Loading…
Reference in New Issue