-
Notifications
You must be signed in to change notification settings - Fork 724
Closed
Milestone
Description
I recall someone addressed this one before ( @tomwilkie ? ) but we are still suffering from it. The whole layout changes when a new container is spawned.
The following gif was recorded from the Scope-variant of the ECS guide I am working on ( You can reproduce it by following https://github.com/weaveworks/guides/tree/aws-ecs-scope/aws-ecs ).
Context: A new container is being spawned every 2 seconds due to weave status
being called repeatedly in from an Upstart script (to see whether Weave died and re-launch it). For the time being I will workaround the problem by checking Weave's status differently but we should still fix this.