mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-13 13:55:41 +00:00
Warn if aws has no cluster id provided
This commit is contained in:
parent
7df2bce1ec
commit
b6fabe5b9e
@ -75,7 +75,7 @@ func (t *awsTagging) init(legacyClusterID string, clusterID string) error {
|
|||||||
if clusterID != "" {
|
if clusterID != "" {
|
||||||
glog.Infof("AWS cloud filtering on ClusterID: %v", clusterID)
|
glog.Infof("AWS cloud filtering on ClusterID: %v", clusterID)
|
||||||
} else {
|
} 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
|
return nil
|
||||||
|
Loading…
Reference in New Issue
Block a user