diff --git a/pkg/resources/spotinst/resources.go b/pkg/resources/spotinst/resources.go index f5ad6011e5..d35d8f75a9 100644 --- a/pkg/resources/spotinst/resources.go +++ b/pkg/resources/spotinst/resources.go @@ -106,7 +106,7 @@ func GetCloudGroups(svc Service, cluster *kops.Cluster, instancegroups []*kops.I if instancegroup == nil { if warnUnmatched { - glog.Warningf("Found group with no corresponding instance group %q", group.Name()) + glog.V(2).Infof("Found group with no corresponding instance group %q", group.Name()) } continue }