From 83a421286acaa3a81f8b0a9ef34b91bba3c6bc16 Mon Sep 17 00:00:00 2001 From: ydFu Date: Sat, 23 Jan 2021 20:38:21 +0800 Subject: [PATCH] Update cluster-administration flow-control.md and system-metrics.md * sync with english version in cluster-administration flow-control.md and system-metrics.md Signed-off-by: ydFu --- .../docs/concepts/cluster-administration/flow-control.md | 7 +++++-- .../docs/concepts/cluster-administration/system-metrics.md | 3 --- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/content/zh/docs/concepts/cluster-administration/flow-control.md b/content/zh/docs/concepts/cluster-administration/flow-control.md index 37f57d0fb1..6f6b3fdc12 100644 --- a/content/zh/docs/concepts/cluster-administration/flow-control.md +++ b/content/zh/docs/concepts/cluster-administration/flow-control.md @@ -938,8 +938,11 @@ You can fetch like this: For background information on design details for API priority and fairness, see the [enhancement proposal](https://github.com/kubernetes/enhancements/blob/master/keps/sig-api-machinery/20190228-priority-and-fairness.md). You can make suggestions and feature requests via -[SIG API Machinery](https://github.com/kubernetes/community/tree/master/sig-api-machinery). +[SIG API Machinery](https://github.com/kubernetes/community/tree/master/sig-api-machinery) +or the feature's [slack channel](http://kubernetes.slack.com/messages/api-priority-and-fairness). --> 有关API优先级和公平性的设计细节的背景信息, 请参阅[增强建议](https://github.com/kubernetes/enhancements/blob/master/keps/sig-api-machinery/20190228-priority-and-fairness.md)。 -你可以通过 [SIG APIMachinery](https://github.com/kubernetes/community/tree/master/sig-api-machinery) 提出建议和特性请求。 +你可以通过 [SIG APIMachinery](https://github.com/kubernetes/community/tree/master/sig-api-machinery) +或特性的 [Slack 频道](http://kubernetes.slack.com/messages/api-priority-and-fairness) +提出建议和特性请求。 diff --git a/content/zh/docs/concepts/cluster-administration/system-metrics.md b/content/zh/docs/concepts/cluster-administration/system-metrics.md index 60e1847ee4..e5f31b0a54 100644 --- a/content/zh/docs/concepts/cluster-administration/system-metrics.md +++ b/content/zh/docs/concepts/cluster-administration/system-metrics.md @@ -303,10 +303,7 @@ endpoint on the scheduler. You must use the `--show-hidden-metrics-for-version=1 * 阅读有关指标的 [Prometheus 文本格式](https://github.com/prometheus/docs/blob/master/content/docs/instrumenting/exposition_formats.md#text-based-format) -* 查看 [Kubernetes 稳定指标](https://github.com/kubernetes/kubernetes/blob/master/test/instrumentation/testdata/stable-metrics-list.yaml) - 的列表 * 阅读有关 [Kubernetes 弃用策略](/zh/docs/reference/using-api/deprecation-policy/#deprecating-a-feature-or-behavior)