From 58c9ddd24e1518f64036fb5d78ceff2040d79d79 Mon Sep 17 00:00:00 2001 From: pacoxu Date: Wed, 10 Mar 2021 17:09:01 +0800 Subject: [PATCH] Disable CAdvisor Json Metrics completed --- .../command-line-tools-reference/kubelet.md | 7 ------- .../command-line-tools-reference/kubelet.md | 13 ------------- 2 files changed, 20 deletions(-) diff --git a/content/en/docs/reference/command-line-tools-reference/kubelet.md b/content/en/docs/reference/command-line-tools-reference/kubelet.md index fdd85997eba63..7b28336293eda 100644 --- a/content/en/docs/reference/command-line-tools-reference/kubelet.md +++ b/content/en/docs/reference/command-line-tools-reference/kubelet.md @@ -298,13 +298,6 @@ kubelet [flags] The Kubelet will use this directory for checkpointing downloaded configurations and tracking configuration health. The Kubelet will create this directory if it does not already exist. The path may be absolute or relative; relative paths start at the Kubelet's current working directory. Providing this flag enables dynamic Kubelet configuration. The `DynamicKubeletConfig` feature gate must be enabled to pass this flag; this gate currently defaults to `true` because the feature is beta. - ---enable-cadvisor-json-endpoints     Default: `false` - - -Enable cAdvisor json `/spec` and `/stats/*` endpoints. This flag has no effect on the /stats/summary endpoint. (DEPRECATED: will be removed in a future version) - - --enable-controller-attach-detach     Default: `true` diff --git a/content/zh/docs/reference/command-line-tools-reference/kubelet.md b/content/zh/docs/reference/command-line-tools-reference/kubelet.md index 317a3a581e44b..6d7d2e757a24d 100644 --- a/content/zh/docs/reference/command-line-tools-reference/kubelet.md +++ b/content/zh/docs/reference/command-line-tools-reference/kubelet.md @@ -584,19 +584,6 @@ kubelet 使用此目录来保存所下载的配置,跟踪配置运行状况。 - ---enable-cadvisor-json-endpoints     Default: `false` - - - - -启用 cAdvisor JSON 数据的 /spec/stats/* 端点。 -已弃用:未来版本将会移除此标志。 - - - --enable-controller-attach-detach     默认值:true