Logging multi-line klog output on cluster-autoscaler when scaling failed #7702
Labels
area/cluster-autoscaler
area/provider/aws
Issues or PRs related to aws provider
kind/bug
Categorizes issue or PR as related to a bug.
Which component are you using?:
/area cluster-autoscaler
What version of the component are you using?:
Component version: v1.31.1
What k8s version are you using (
kubectl version
)?:kubectl version
OutputWhat environment is this in?:
AWS EKS
What did you expect to happen?:
cluster-autoscaler always logs single-line klog output.
What happened instead?:
auto_scaling_groups.go:551
log contains multi line logging in klog.Then some services cannot parse this log as correct klog such as datadog and so on.
How to reproduce it (as minimally and precisely as possible):
just logging on
autoscaler/cluster-autoscaler/cloudprovider/aws/auto_scaling_groups.go
Line 551 in 0ddb3d3
Anything else we need to know?:
N/A
The text was updated successfully, but these errors were encountered: