Skip to content

Commit

Permalink
Update README.md (#119)
Browse files Browse the repository at this point in the history
  • Loading branch information
micnncim authored May 7, 2021
1 parent 80f9dec commit 56ed772
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ Flags:
- It's recommended to run this plugin as dry-run (`--dry-run=client` or `--dry-run=server`) first or interactive mode (`--interactive`) in order to examine what resources will be deleted when running it, especially when you're trying to run it in a production environment.
- Even if you use `--namespace kube-system` or `--all-namespaces`, this plugin never deletes any resources in `kube-system` so that it prevents unexpected resource deletion.
- This plugin doesn't determine whether custom controllers or CRDs consume or depend on the supported resources. Make sure the resources you want to reap aren't used by them.
- e.g.) A Secret, which isn't used by any Pods or ServiceAccounts but used by [cert-manager](https://cert-manager.io), can be deleted
- e.g.) A Secret which isn't used by any Pods or ServiceAccounts but used by [cert-manager](https://cert-manager.io) can be deleted

## Background

Expand Down

0 comments on commit 56ed772

Please sign in to comment.