Commit b66a5d23 authored by Eric Paris's avatar Eric Paris Committed by GitHub

Fix description of considered PVs for unset claim.Spec.Class

parent dd529f3c
......@@ -112,8 +112,7 @@ We propose that:
1. If the claim has non-empty `claim.Spec.Class`, only PVs with the same
`pv.Spec.Class` are considered.
2. If the claim has empty `claim.Spec.Class`, all existing PVs are
considered.
2. If the claim has empty `claim.Spec.Class`, only PVs with an unset `pv.Spec.Class` are considered.
All "considered" volumes are evaluated and the
smallest matching volume is bound to the claim.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment