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
When you deploy services on Marathon and kill them later, the namespace / group will stay.
If no app will be deployed in this group later on, this group will stay empty forever.
See
Current Behavior
After time your Marathon instance will have several empty groups in the UI / API.
When you deploy services on Marathon and kill them later, the namespace / group will stay.
If no app will be deployed in this group later on, this group will stay empty forever.
See
Current Behavior
After time your Marathon instance will have several empty groups in the UI / API.
Possible Solution
Provide Framework (Marathon / Chronos) specific commands.
For this request it would be the
/v2/groups/{group_id}/DELETE command descibed in https://mesosphere.github.io/marathon/api-console/index.htmlSo the descriptive workflow would be
Steps to Reproduce (for bugs)
/foo/my-service/foowill stayYour Environment