Kubelet Port 10255 is not available on PMK clusters
PreviousDoes Platform9 Managed Kubernetes Support Multi-OS Ubuntu Host Versions in a Cluster?NextEndpoints Required For PMK Cluster Creation
Last updated
netstat doesn't show kubelet port 10255 in LISTEN state on PMK nodes.
$ sudo netstat -anltp | grep 10255$Platform9 Managed Kubernetes - v4.4 and Higher
pf9-kubelet
Port 10255 is the read-only port for Kubelet. As per the Kubelet doc
--read-only-port
int32
Default: 10255
The read-only port for the Kubelet to serve on with no authentication/authorization (set to 0 to disable). (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Last updated
