mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-05 10:19:50 +00:00
parent
990695c839
commit
a2abed442f
@ -249,9 +249,6 @@ func (t *awsTagging) addFilters(filters []*ec2.Filter) []*ec2.Filter {
|
||||
}
|
||||
|
||||
f := newEc2Filter("tag-key", t.clusterTagKey())
|
||||
|
||||
// We can't pass a zero-length Filters to AWS (it's an error)
|
||||
// So if we end up with no filters; we need to return nil
|
||||
filters = append(filters, f)
|
||||
return filters
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user