keps/sig-storage/625-csi-migration/kep.yaml (47 lines of code) (raw):

title: In-tree Storage Plugin to CSI Migration kep-number: 625 authors: - "@davidz627" - "@jsafrane" owning-sig: sig-storage participating-sigs: - sig-architecture - sig-cluster-lifecycle reviewers: - "@saadali" - "@msau42" approvers: - "@saadali" editor: "@Jiawei0227" creation-date: 2019-01-29 last-updated: 2022-01-11 disable-supported: true status: implementable see-also: - "https://github.com/kubernetes/enhancements/tree/master/keps/sig-storage/625-csi-migration/csi-migration-design.md" replaces: # The target maturity stage in the current dev cycle for this KEP. stage: stable # 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.25" # The milestone at which this feature was, or is targeted to be, at each stage. milestone: alpha: "v1.14" beta: "v1.17" stable: "v1.25" # 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: CSIMigration components: - kube-controller-manager - kubelet - kube-scheduler - name: CSIMigration{vendor} components: - kube-controller-manager - kubelet - kube-scheduler - name: InTreePlugin{vendor}Unregister components: - kube-controller-manager - kubelet - kube-scheduler # The following PRR answers are required at beta release metrics: - csi_sidecar_duration_operation - storage_operation_duration_seconds