-
Notifications
You must be signed in to change notification settings - Fork 302
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove compose default prefix (backward incompatible) #239
Comments
Would removing the prefix mean that |
For clusters, we are using the default cfn default prefix, so if you did not customize the cfn prefix, you can continue to manage existing clusters. For services, you can add the prefix to the project name (ex. |
I think the backwards incompatibility here is going to cause pain for people unexpectedly. If we're switching the default, there should be fallback logic to handle services that were created prior to this change. |
@yinshiua this is actually a bit of a bummer for us in that it now requires that we add yet another magic config file ( |
ecs-cli compose up
andecs-cli compose service up
appends a prefix (ecscompose-
andecscompose-service-
) to the task definition name and service name. There were many complains about the added prefixes previously (issues: #51, #82, #91, #97), so we made the prefixes configurable in the config file. I would like to remove the prefixes completely from the config file and not append the prefix at all. This will be a backward incompatible change, so we would like your opinion on this.The prefix is currently stored in
~/.ecs/config
.The text was updated successfully, but these errors were encountered: