- Home
- All questions
- Question 114
CKA study material · question 114 of 1000
A release is removed with helm uninstall and no record of it remains. Which flag would have kept one?
Show the answer
Answer: B. --keep-history
helm uninstall keeps a record only with --keep-history, and helm list --uninstalled then shows it.
Source: Using Helm | Helm (Helm) — 'helm uninstall': Uninstalling a Release