Track and ensure the retireactions complete with the following command: Replace <PolicyName> with the actual policy name.
kubectl get retireactions.actions.kio.kasten.io -A -o custom-columns=ACTION:.kind,NAMESPACE:.metadata.namespace,NAME:.metadata.name,'CREATED AT':.metadata.creationTimestamp,STATUS:.status.state -l k10.kasten.io/policyName=<PolicyName>
After all retireactions are complete, use the following command to remove the Namespace and the Policy:
kubectl delete namespace <NameSpace>
kubectl delete policy <PolicyName>
To submit feedback regarding this article, please click this link: Send Article Feedback
To report a typo on this page, highlight the typo with your mouse and press CTRL + Enter.
Spelling error in text
Thank you!
Your feedback has been received and will be reviewed.