Unable to configure the cadvisor parameter in kublet

Hi,

I’m running kubernetes cluster 1.11.5 in our environment. i could not find the cadivsor port (4194) on my master and worker nodes.

Could you please help out

Cadvisor was deprecated in some release. And is not part of kubelet. Maybe 1.11, I’m not sure.

You can use it, of course, but is not built-in into the kubelet (IIRC). You may want to check from which release changed cadvisor :slight_smile:

alas, cAdvisor is still there - the flags to the kubelet have been deprecated, and setting --port=0 simply disables cAdvisor from serving on its own distinct port. If “disabled”, it simply serves them at /metrics/cadvisor on the main kubelet endpoint.

1 Like