Merge pull request #1013 from solarkennedy/k8s_1.24_compat
Removed deprecated node Clustername
This commit is contained in:
@@ -687,7 +687,6 @@ func addNodeAttributes(ctx context.Context, span trace.Span, n *corev1.Node) con
|
|||||||
return span.WithFields(ctx, log.Fields{
|
return span.WithFields(ctx, log.Fields{
|
||||||
"node.UID": string(n.UID),
|
"node.UID": string(n.UID),
|
||||||
"node.name": n.Name,
|
"node.name": n.Name,
|
||||||
"node.cluster": n.ClusterName,
|
|
||||||
"node.taints": taintsStringer(n.Spec.Taints),
|
"node.taints": taintsStringer(n.Spec.Taints),
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user