From 5afa9b9278cef00af6cd24ed3fd5df6aaae9a7d7 Mon Sep 17 00:00:00 2001 From: xin gu <418294249@qq.com> Date: Mon, 15 Apr 2024 21:09:11 +0800 Subject: [PATCH] [zh-cn] sync secret cluster-large resource-usage-monitoring --- content/zh-cn/docs/concepts/configuration/secret.md | 6 ++++++ content/zh-cn/docs/setup/best-practices/cluster-large.md | 7 ++----- .../tasks/debug/debug-cluster/resource-usage-monitoring.md | 2 +- 3 files changed, 9 insertions(+), 6 deletions(-) diff --git a/content/zh-cn/docs/concepts/configuration/secret.md b/content/zh-cn/docs/concepts/configuration/secret.md index 5a547e9e56e21..bde93d238f882 100644 --- a/content/zh-cn/docs/concepts/configuration/secret.md +++ b/content/zh-cn/docs/concepts/configuration/secret.md @@ -1,5 +1,8 @@ --- title: Secret +api_metadata: +- apiVersion: "v1" + kind: "Secret" content_type: concept feature: title: Secret 和配置管理 @@ -12,6 +15,9 @@ weight: 30 reviewers: - mikedanese title: Secrets +api_metadata: +- apiVersion: "v1" + kind: "Secret" content_type: concept feature: title: Secret and configuration management diff --git a/content/zh-cn/docs/setup/best-practices/cluster-large.md b/content/zh-cn/docs/setup/best-practices/cluster-large.md index 1368a03b46c81..21c75c5b91312 100644 --- a/content/zh-cn/docs/setup/best-practices/cluster-large.md +++ b/content/zh-cn/docs/setup/best-practices/cluster-large.md @@ -224,16 +224,13 @@ Learn more about [Vertical Pod Autoscaler](https://github.com/kubernetes/autosca and how you can use it to scale cluster components, including cluster-critical addons. -* The [cluster autoscaler](https://github.com/kubernetes/autoscaler/tree/master/cluster-autoscaler#readme) -integrates with a number of cloud providers to help you run the right number of -nodes for the level of resource demand in your cluster. +* Read about [cluster autoscaling](/docs/concepts/cluster-administration/cluster-autoscaling/) --> * `VerticalPodAutoscaler` 是一种自定义资源,你可以将其部署到集群中,帮助你管理 Pod 的资源请求和资源限制。 了解有关 [Vertical Pod Autoscaler](https://github.com/kubernetes/autoscaler/tree/master/vertical-pod-autoscaler#readme) 的更多信息,了解如何用它扩展集群组件(包括对集群至关重要的插件)的信息。 -* [集群自动扩缩器](https://github.com/kubernetes/autoscaler/tree/master/cluster-autoscaler#readme) - 与许多云供应商集成在一起,帮助你在你的集群中,按照资源需求级别运行正确数量的节点。 +* 阅读关于[集群自动扩缩容](/zh-cn/docs/concepts/cluster-administration/cluster-autoscaling/)的信息。 将完整的指标管道集成到 Kubernetes 实现中超出了 Kubernetes