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
Found the root cause. ACI added some new state strings, "Node Pending" (starting), and "Node Stopped" (stopped). Both should be treated as stopped states (for purposes of the icon), but "Node Stopped" should also show the "Start" action.
I've found that the container does not always transition to "Node Stopped". Eventually it always ends up at "Terminated", but sometimes it seems to skip "Node Stopped". So far I have not seen it skip "Node Pending", but it's probably safe to assume that is a possibility.
There's one remaining issue. For non-ACI contexts, we allow the user to run the Restart command from the palette, and show stopped containers (however, in context menu, only the Start command is shown). However, for ACI contexts, this behavior is not mirrored. I think the fix is just to allow the "terminated" state in the multi-select regex for restartContainer.
OS: Windows 10
Build Version: 20210106.8
Repro Steps:
Expect:
Wizard to the container option.
Actual:
An error "No containers are available to restart" occurs.
More Info:
This issue does not reproduce in default context environment.
The text was updated successfully, but these errors were encountered: