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 https://github.com/kubernetes/kubernetes/issues/96483 .pull/25621/head
parent
d6ec5adcaf
commit
2fbb9aed0b
|
@ -385,7 +385,7 @@ kubelet [flags]
|
||||||
<td colspan="2">--enable-cadvisor-json-endpoints Default: `false`</td>
|
<td colspan="2">--enable-cadvisor-json-endpoints Default: `false`</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<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>
|
<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>
|
||||||
</tr>
|
</tr>
|
||||||
|
|
||||||
<tr>
|
<tr>
|
||||||
|
|
Loading…
Reference in New Issue