- Home
- All questions
- Question 841
CKA study material · question 841 of 1000
recursiveReadOnly is set to Enabled on a volume mount. Which two conditions must hold? Choose two.
Show the answer
Answer: A. readOnly must be true
C. mountPropagation must be unset or None
Enabled requires readOnly true and propagation unset or None, plus a recent enough kernel and runtime; it fails outright if any of those is missing, whereas IfPossible falls back.
Source: Volumes (Kubernetes) — Read-only mounts › Recursive read-only mounts