-
Notifications
You must be signed in to change notification settings - Fork 3k
Closed
Labels
Description
Component(s)
receiver/k8scluster
Is your feature request related to a problem? Please describe.
k8scluster receiver has the optional attribute k8s.kubeproxy.version
, the value of which is set to the v1.Node
field .status.nodeInfo.kubeProxyVersion
. This field is not accurate and is set by kubelet, which does not actually know the kube-proxy version, or even if kube-proxy is running. k8s v1.29 starts the deprecation process of this field.
Describe the solution you'd like
We should start deprecation of the k8s.kubeproxy.version
attribute given the value is not accurate, and k8s itself plans to remove it.
Describe alternatives you've considered
No response
Additional context
No response