keps/sig-storage/2485-read-write-once-pod-pv-access-mode/kep.yaml (35 lines of code) (raw):
title: ReadWriteOncePod PersistentVolume AccessMode
kep-number: 2485
authors:
- "@chrishenzie"
owning-sig: sig-storage
participating-sigs:
- sig-storage
- sig-scheduling
status: implementable
creation-date: 2021-02-10
reviewers:
- "@saad-ali"
- "@msau42"
- "@gnufied"
- "@jsafrane"
- "@alculquicondor"
approvers:
- "@msau42"
see-also:
replaces:
# The target maturity stage in the current dev cycle for this KEP.
stage: beta
# The most recent milestone for which work toward delivery of this KEP has been
# done. This can be the current (upcoming) milestone, if it is being actively
# worked on.
latest-milestone: "v1.27"
# The milestone at which this feature was, or is targeted to be, at each stage.
milestone:
alpha: "v1.22"
beta: "v1.27"
stable: TBD
# The following PRR answers are required at alpha release
# List the feature gate name and the components for which it must be enabled
feature-gates:
- name: ReadWriteOncePod
components:
- kube-apiserver
- kube-scheduler
- kubelet
disable-supported: true
# The following PRR answers are required at beta release
metrics:
- scheduler_unschedulable_pods{plugin="VolumeRestrictions"}