mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-22 19:31:44 +00:00
Fix description of considered PVs for unset claim.Spec.Class
This commit is contained in:
parent
dd529f3c4a
commit
b66a5d23ac
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user