keps/sig-storage/3756-volume-reconstruction/kep.yaml (35 lines of code) (raw):

title: Robust VolumeManager reconstruction after kubelet restart kep-number: 3756 authors: - "@jsafrane" owning-sig: sig-storage participating-sigs: - sig-node status: implementable creation-date: 2023-01-20 reviewers: - "@msau42" - "@gnufied" - "@jingxu97" approvers: - "@msau42" see-also: - "/keps/sig-storage/1710-selinux-relabeling" 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.26" # as part of /keps/sig-storage/1710-selinux-relabeling beta: "v1.27" stable: "v1.29" # 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: NewVolumeManagerReconstruction components: - kubelet disable-supported: true # The following PRR answers are required at beta release metrics: - reconstruct_volume_operations_total - reconstruct_volume_operations_errors_total - force_cleaned_failed_volume_operations_total - force_cleaned_failed_volume_operation_errors_total - orphaned_volumes_cleanup_errors_total