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
One thing I've seen is delete getting into a weird state when I use ctlptl delete -f cluster-with-registry.yml it'll delete the cluster but leave the registry, and then with the registry still in place there ends up being a network collision if you go back and try to ctlptl apply -f cluster-with-registry.yml.
aggressively stopping related containers and using docker container prune followed by docker network prune generally gets me out of that state.
need to get repro steps on this
The text was updated successfully, but these errors were encountered: