Skip to content

Conversation

@pwright
Copy link
Member

@pwright pwright commented Jan 19, 2026

closes #2354

 ./skupper system uninstall

The podman site is active (namespace default)
The test site is active (namespace test)
Uninstallation halted: Active sites detected. Use --force flag to stop and remove active sites

@pwright pwright removed the request for review from fgiorgetti January 19, 2026 14:55
Copy link
Contributor

@c-kruse c-kruse left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good aside from the duplicate output

Co-authored-by: Christian Kruse <ck@c-kruse.com>
@pwright pwright requested a review from c-kruse January 26, 2026 14:50
return err
}

if len(entries) == 0 {
Copy link
Member

@nluaces nluaces Jan 30, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This message is not printed when there are no namespaces to remove:

nluaces:skupper$ skupper system install 
Pulled system-controller image: quay.io/skupper/system-controller:v2-dev
Platform podman is now configured for Skupper
nluaces:skupper$ skupper system uninstall --force
System-controller has been removed
Platform podman infrastructure for Skupper is now uninstalled

Because in that directory there is an entry called controller.lock, I think it is better to check that there are no directories instead of entries, or just to remove that message.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Show active namespaces for system commands

3 participants