Details
-
Problem report
-
Status: Reopened
-
Trivial
-
Resolution: Unresolved
-
None
-
None
-
None
-
None
Description
Template: kubernets state http
Kubernetes: Node LLD
If you are using IPv6 only kubernetes cluster. Discovery script will fill kubelet's host API URL as http://2001:aa:.../api which will lead to error "port a does not exist".
Quick fix solution is add "[ ]" around internalIP in discovery script, but that will lead to break discover for IPv4.