mirror of https://github.com/kubernetes/kops.git
Set higher verbosity on some karpenter logging
This commit is contained in:
parent
8bcc640452
commit
cb37d0faf1
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue