Skip to content

Commit 4614e4a

Browse files
committed
Update Volume Populators to beta
1 parent 49cd7f0 commit 4614e4a

File tree

3 files changed

+7
-5
lines changed

3 files changed

+7
-5
lines changed
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
kep-number: 1495
22
alpha:
33
approver: "@deads2k"
4+
beta:
5+
approver: "@deads2k"

keps/sig-storage/1495-volume-populators/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -402,7 +402,7 @@ _This section must be completed when targeting alpha to a release._
402402

403403
* **Can the feature be disabled once it has been enabled (i.e. can we roll back
404404
the enablement)?**
405-
Yes, dropping or ignoring the new field returns the system to it's previous
405+
Yes, dropping or ignoring the new field returns the system to its previous
406406
state. Worst case, some PVCs which were trying to use the new field might need
407407
to be deleted because they will never have anything happen to them after the
408408
feature is disabled.
@@ -477,7 +477,7 @@ of this feature?**
477477

478478
* **Does this feature depend on any specific services running in the cluster?**
479479
This feature depends on the VolumePopulator CRD being installed, and the
480-
associated data-source-validator controller.
480+
associated volume-data-source-validator controller.
481481

482482
### Scalability
483483

keps/sig-storage/1495-volume-populators/kep.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ participating-sigs:
77
- sig-api-machinery
88
status: implementable
99
creation-date: 2019-12-03
10-
last-updated: 2021-05-13
10+
last-updated: 2021-09-02
1111
reviewers:
1212
- "@thockin"
1313
- "@saad-ali"
@@ -20,8 +20,8 @@ prr-approvers:
2020
- "@deads2k"
2121
replaces:
2222
- "/keps/sig-storage/20200120-generic-data-populators.md"
23-
stage: alpha
24-
latest-milestone: "v1.22"
23+
stage: beta
24+
latest-milestone: "v1.23"
2525
milestone:
2626
alpha: "v1.18"
2727
beta: "v1.23"

0 commit comments

Comments
 (0)