mirror of https://github.com/k3s-io/k3s
Merge pull request #34734 from kubernetes/eparis-unset-class-doc-typo
Automatic merge from submit-queue Fix description of considered PVs for unset claim.Spec.Classpull/6/head
commit
a474b2b9a0
|
@ -112,8 +112,7 @@ We propose that:
|
||||||
1. If the claim has non-empty `claim.Spec.Class`, only PVs with the same
|
1. If the claim has non-empty `claim.Spec.Class`, only PVs with the same
|
||||||
`pv.Spec.Class` are considered.
|
`pv.Spec.Class` are considered.
|
||||||
|
|
||||||
2. If the claim has empty `claim.Spec.Class`, all existing PVs are
|
2. If the claim has empty `claim.Spec.Class`, only PVs with an unset `pv.Spec.Class` are considered.
|
||||||
considered.
|
|
||||||
|
|
||||||
All "considered" volumes are evaluated and the
|
All "considered" volumes are evaluated and the
|
||||||
smallest matching volume is bound to the claim.
|
smallest matching volume is bound to the claim.
|
||||||
|
|
Loading…
Reference in New Issue