We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 652f7e8 commit 1d241d7Copy full SHA for 1d241d7
cluster-autoscaler/processors/customresources/datadog_custom_resources.go
@@ -67,6 +67,9 @@ func (p *DatadogCustomResourcesProcessor) GetNodeResourceTargets(context *contex
67
return targets, err
68
}
69
70
+ klog.Errorf("WIP just1not2 LABELS: %v", node.Labels)
71
+ klog.Errorf("WIP just1not2 RESOURCES: %v", getDatadogCustomResources(node))
72
+
73
for customResource, value := range getDatadogCustomResources(node) {
74
var targetValue int64 = 0
75
0 commit comments