Study. uk . com
  1. Home
  2. All questions
  3. 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?

  1. --no-hooks
  2. --keep-history
  3. --dry-run
  4. --wait
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

Challenge yourself on this topic → Study as cards