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 just ran into this issue. Clustername argument on the command line is ignore. Fixed the issue in cmd/root.go by only setting cluster name to default if it is not set.
This still doesn't propogate through to the logging path. But it works for me.
Hello,
Thank you for the CLI. It seems super awesome so far.
Question.. Do I have to have the cluster already defined/created if I do not want to use the default Fargate cluster?
I am currently receiving ClusterNotFoundException if I do
fargate --cluster new_cluster task run long_running
Thanks
G
The text was updated successfully, but these errors were encountered: