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 }}
This repository has been archived by the owner on May 6, 2024. It is now read-only.
I found it a bit surprising that fargate service env set will trigger a deploy just like fargate service deploy. Reading the code, it is as intended: there's a call to UpdateServiceTaskDefinition which causes a deploy of the updated task def to occur.
I was trying update both the env vars and the image at the same time in one deployment, so the current interface doesn't really allow for that.
Perhaps the command docs should hint at this behavior?
Or perhaps move the feature to set env vars into fargate service deploy?
I thought about whether fargate service env set should create a new task def that would be deployable later, but I'm guessing it's currently this way to simplify the use of Fargate by hiding away the concept of task defs.
Thanks for your work on this CLI tool, I was able to get a container running in Fargate in minutes very easily.
The text was updated successfully, but these errors were encountered:
I found it a bit surprising that
fargate service env set
will trigger a deploy just likefargate service deploy
. Reading the code, it is as intended: there's a call to UpdateServiceTaskDefinition which causes a deploy of the updated task def to occur.I was trying update both the env vars and the image at the same time in one deployment, so the current interface doesn't really allow for that.
Perhaps the command docs should hint at this behavior?
Or perhaps move the feature to set env vars into
fargate service deploy
?I thought about whether
fargate service env set
should create a new task def that would be deployable later, but I'm guessing it's currently this way to simplify the use of Fargate by hiding away the concept of task defs.Thanks for your work on this CLI tool, I was able to get a container running in Fargate in minutes very easily.
The text was updated successfully, but these errors were encountered: