You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Message: fmt.Sprintf("%s is not a valid AWS region, or is an AWS region which is not supported by AWS EKS; please choose one of the following regions: %s", s.UserStr(region), strings.Join(aws.EKSSupportedRegions.SliceSorted(), ", ")),
59
+
})
60
+
}
61
+
54
62
funcErrorInstanceTypeTooSmall() error {
55
63
returnerrors.WithStack(&errors.Error{
56
64
Kind: ErrInstanceTypeTooSmall,
57
-
Message: "Cortex does not support nano or micro instances - please specify a larger instance type",
65
+
Message: "cortex does not support nano or micro instances - please specify a larger instance type",
0 commit comments