Set higher verbosity on some karpenter logging

This commit is contained in:
Ole Markus With 2022-08-01 07:36:02 +02:00
parent 8bcc640452
commit cb37d0faf1
1 changed files with 2 additions and 2 deletions

View File

@ -867,7 +867,7 @@ func buildKarpenterGroup(c AWSCloud, cluster *kops.Cluster, ig *kops.InstanceGro
}
}
klog.Infof("found %d karpenter instances", len(instances))
klog.V(2).Infof("found %d karpenter instances", len(instances))
{
req := &ec2.DescribeInstancesInput{
@ -891,7 +891,7 @@ func buildKarpenterGroup(c AWSCloud, cluster *kops.Cluster, ig *kops.InstanceGro
}
}
}
klog.Infof("found %d updated instances", len(updatedInstances))
klog.V(2).Infof("found %d updated instances", len(updatedInstances))
{
for _, instance := range instances {