Skip to content

Commit fea3ecf

Browse files
author
Heiko Kiesel
committed
#1101 Clarify documentation that scans and hooks/scanners must be deleted before the operator
Signed-off-by: Heiko Kiesel <heiko.kiesel@iteratec.com>
1 parent c9f3ed2 commit fea3ecf

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

documentation/docs/getting-started/uninstallation.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,10 @@ kubectl delete cascadingrules.cascading.securecodebox.io nmap-hostscan
3131

3232
To uninstall the operator it is not enough to delete the operator via `helm` because the operator creates Roles, ServiceAccounts and RoleBindings used by parsers, lurkers and hooks in every namespace where scanners and hooks are executed. These cannot be uninstalled via helm because they cannot be referenced via Kubernetes OwnerReferences.
3333

34-
Make sure you delete all scans and uninstall all scanners/hooks before uninstalling the operator to avoid problems.
34+
:::caution
35+
Make sure you delete **all scans** (finished and pending!) and uninstall all scanners/hooks before uninstalling the operator to avoid problems.
36+
:::
37+
3538
First delete the namespace for the operator:
3639

3740
```bash

0 commit comments

Comments
 (0)