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
With the latest Agent, when you uninstall Akri, all Akri pods (controller, agent, etc) are terminated however the akri config, instances, and broker pods are left running:
I think it has to do with some issues with finalizers in the agent -- there must be one on the configuration resource that is preventing it from being deleted, since i can't even delete it with kubectl cc @diconico07
The text was updated successfully, but these errors were encountered:
kate-goldenring
changed the title
Uninstalling akri does not remove instances nor broker pods
Uninstalling akri does not remove configurations, instances nor broker pods
Oct 22, 2024
With the latest Agent, when you uninstall Akri, all Akri pods (controller, agent, etc) are terminated however the akri config, instances, and broker pods are left running:
Uninstall akri:
helm uninstall akri
Leftover resources:
I think it has to do with some issues with finalizers in the agent -- there must be one on the configuration resource that is preventing it from being deleted, since i can't even delete it with kubectl cc @diconico07
The text was updated successfully, but these errors were encountered: