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
{{ message }}
This repository was archived by the owner on Aug 31, 2021. It is now read-only.
To make kasane into a full-featured manager it needs to support object removal. That could be a trivial extension of layers for use cases when there are dynamically created objects.
To make kasane into a full-featured manager it needs to support object removal. That could be a trivial extension of layers for use cases when there are dynamically created objects.
Can define a global env named
mode:applyis the currentkasane applyactionremovewould allow to add additional objects to be removed withwhen: mode == 'remove'(also see Loaders for existing k8s objects #10)purgewould do the remove plus more (e.g. remove all the relevant CRDs)