fix: do not log unmatched groups as warnings

This commit is contained in:
Liran Polak 2018-10-31 16:50:46 +02:00
parent 2702b12f2b
commit 9ccbe5b39a
1 changed files with 1 additions and 1 deletions

View File

@ -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
}