Skip to content

Commit 2fbb9ae

Browse files
authored
Document that disabling enable-cadvisor-json-endpoints flag does not disable stats summary endpoint
Update the help text for kubelet's enable-cadvisor-json-endpoints flag to explicitly mention that it has no effect over the /stats/summary endpoint. This matches https://github.com/kubernetes/kubernetes/blob/master/cmd/kubelet/app/options/options.go#L372 created to fix kubernetes/kubernetes#96483 .
1 parent d6ec5ad commit 2fbb9ae

File tree

1 file changed

+1
-1
lines changed
  • content/en/docs/reference/command-line-tools-reference

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -385,7 +385,7 @@ kubelet [flags]
385385
<td colspan="2">--enable-cadvisor-json-endpoints&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Default: `false`</td>
386386
</tr>
387387
<tr>
388-
<td></td><td style="line-height: 130%; word-wrap: break-word;">Enable cAdvisor json `/spec` and `/stats/*` endpoints. (DEPRECATED: will be removed in a future version)</td>
388+
<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>
389389
</tr>
390390

391391
<tr>

0 commit comments

Comments
 (0)