mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-31 23:37:01 +00:00
Merge pull request #48612 from derekwaynecarr/aws-tags
Automatic merge from submit-queue Warn if aws has no cluster id provided **What this PR does / why we need it**: we info log a message when no cluster id is provided that should be a warning given its impact. fixes https://github.com/kubernetes/kubernetes/issues/49568 **Release note**: ```release-note NONE ```
This commit is contained in:
commit
0940a25440
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user