Stop talking to the kubelet unsecured port #3242
Labels
chore
Related to fix/refinement/improvement of end user or new/existing developer functionality
estimate/hours
It will take less than 8 hours to implement
good-first-issue
Indicates a good issue for first-time contributors
help-wanted
An issue that would be good for non-maintainers to attempt
k8s
Pertains to integration with Kubernetes
When running under Kubernetes, the probe will try to talk to kubelet on 10255, unsecured, if it doesn't know the node name. We should not assume unsecured access.
There is a secured port at 10250; probably we have access to credentials. Or we could just remove that code and insist on knowing the node name.
Kubeadm removes the unsecured port by default: kubernetes/kubernetes#64187
This is possibly the underlying issue for #3104 (OpenShift)
The text was updated successfully, but these errors were encountered: