diff --git a/pkg/cloudprovider/providers/aws/tags_test.go b/pkg/cloudprovider/providers/aws/tags_test.go index c745451431b..2f1f3a44c74 100644 --- a/pkg/cloudprovider/providers/aws/tags_test.go +++ b/pkg/cloudprovider/providers/aws/tags_test.go @@ -57,6 +57,12 @@ func TestFindClusterID(t *testing.T) { }, ExpectedNew: "a", }, + { + Tags: map[string]string{ + TagNameKubernetesClusterPrefix + "a": "shared", + }, + ExpectedNew: "a", + }, { Tags: map[string]string{ TagNameKubernetesClusterPrefix + "a": "",