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

CKA study material · question 911 of 1000

A drain refuses to proceed because of a Pod created directly with kubectl run and owned by no controller. Which flag allows it?

  1. --ignore-daemonsets
  2. --delete-emptydir-data
  3. --disable-eviction
  4. --force
Show the answer

Answer: D. --force

--force permits deleting Pods that no controller manages, and Pods whose managing object has gone; those Pods will not be recreated anywhere else.

Source: kubectl drain (Kubernetes) — Synopsis

Challenge yourself on this topic → Study as cards