Warn if aws has no cluster id provided

This commit is contained in:
Derek Carr 2017-07-07 11:57:20 -04:00
parent 7df2bce1ec
commit b6fabe5b9e

View File

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