We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24651d1 commit e848d5aCopy full SHA for e848d5a
pkg/apis/v1alpha1/ecsnodeclass.go
@@ -364,7 +364,7 @@ func imageFamilyFromAlias(alias string) string {
364
ImageFamilyAlibabaCloudLinux3,
365
ImageFamilyContainerOS,
366
}, func(family string) bool {
367
- return strings.ToLower(family) == components[0]
+ return family == components[0]
368
})
369
if !ok {
370
log.Fatalf("%q is an invalid alias family", components[0])
0 commit comments