Read-only-port 10255 on Kubernetes node didn`t exist
问题 I have a problem, I need to collect metric data from read-only-port located on 10255, but unfortunately by using netstat I found that such port don't exists at all. Can somebody help with advise, how could I create such port on kubelet or how can I avoid this port for data collection? 回答1: The kubelet requires a parameter to be set: --read-only-port=10255 (read more about kubelet) If you are using kubeadm to bootstrap the cluster, you can use a config file to pass in for the kubelet (look for