Skip to content

Commit 58c9ddd

Browse files
committed
Disable CAdvisor Json Metrics completed
1 parent 74b2a80 commit 58c9ddd

File tree

2 files changed

+0
-20
lines changed
  • content
    • en/docs/reference/command-line-tools-reference
    • zh/docs/reference/command-line-tools-reference

2 files changed

+0
-20
lines changed

content/en/docs/reference/command-line-tools-reference/kubelet.md

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -298,13 +298,6 @@ kubelet [flags]
298298
<td></td><td style="line-height: 130%; word-wrap: break-word;">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.</td>
299299
</tr>
300300

301-
<tr>
302-
<td colspan="2">--enable-cadvisor-json-endpoints&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Default: `false`</td>
303-
</tr>
304-
<tr>
305-
<td></td><td style="line-height: 130%; word-wrap: break-word;">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)</td>
306-
</tr>
307-
308301
<tr>
309302
<td colspan="2">--enable-controller-attach-detach&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Default: `true`</td>
310303
</tr>

content/zh/docs/reference/command-line-tools-reference/kubelet.md

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -584,19 +584,6 @@ kubelet 使用此目录来保存所下载的配置,跟踪配置运行状况。
584584
</td>
585585
</tr>
586586

587-
<tr>
588-
<td colspan="2">--enable-cadvisor-json-endpoints&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Default: `false`</td>
589-
</tr>
590-
<tr>
591-
<td></td><td style="line-height: 130%; word-wrap: break-word;">
592-
<!--
593-
Enable cAdvisor json `/spec` and `/stats/*` endpoints. (DEPRECATED: will be removed in a future version)
594-
-->
595-
启用 cAdvisor JSON 数据的 <code>/spec</code> 和 <code>/stats/&ast;</code> 端点。
596-
已弃用:未来版本将会移除此标志。
597-
</td>
598-
</tr>
599-
600587
<tr>
601588
<td colspan="2">--enable-controller-attach-detach&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<!--Default: `true`-->默认值:<code>true</code></td>
602589
</tr>

0 commit comments

Comments
 (0)