Study. uk . com
  1. Home
  2. All questions
  3. Question 112

CKA study material · question 112 of 1000

Which Helm flag makes the command wait until Pods are ready, PVCs are bound and Services have addresses?

  1. --debug
  2. --wait
  3. --timeout
  4. --atomic
Show the answer

Answer: B. --wait

--wait holds until those conditions are met, bounded by --timeout, which defaults to five minutes.

Source: Using Helm | Helm (Helm) — Helpful Options for Install/Upgrade/Rollback

Challenge yourself on this topic → Study as cards