diff --git a/pkg/cloudprovider/providers/aws/tags.go b/pkg/cloudprovider/providers/aws/tags.go index 2b0ff8c2c7c..3d051850574 100644 --- a/pkg/cloudprovider/providers/aws/tags.go +++ b/pkg/cloudprovider/providers/aws/tags.go @@ -75,7 +75,7 @@ func (t *awsTagging) init(legacyClusterID string, clusterID string) error { if clusterID != "" { glog.Infof("AWS cloud filtering on ClusterID: %v", clusterID) } else { - glog.Infof("AWS cloud - no clusterID filtering") + glog.Warning("AWS cloud - no clusterID filtering applied for shared resources; do not run multiple clusters in this AZ.") } return nil