Skip to content

Commit 8c45cad

Browse files
committed
fix spelling error, update toc
1 parent a781c49 commit 8c45cad

File tree

2 files changed

+9
-8
lines changed

2 files changed

+9
-8
lines changed

keps/sig-node/1029-ephemeral-storage-quotas/README.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,8 @@
4343
- [Troubleshooting](#troubleshooting)
4444
- [Implementation History](#implementation-history)
4545
- [Version 1.15](#version-115)
46+
- [Version 1.24](#version-124)
47+
- [Version 1.25](#version-125)
4648
- [Drawbacks [optional]](#drawbacks-optional)
4749
- [Alternatives [optional]](#alternatives-optional)
4850
- [Alternative quota-based implementation](#alternative-quota-based-implementation)
@@ -652,7 +654,7 @@ files. The operations performed were as follows, in sequence:
652654

653655
* *Create Files*: Create 4K directories each containing 2K files as
654656
described, in depth-first order.
655-
657+
656658
* *du*: run `du` immediately after creating the files.
657659

658660
* *quota*: where applicable, run `xfs_quota` immediately after `du`.
@@ -663,10 +665,10 @@ files. The operations performed were as follows, in sequence:
663665

664666
* *du (after remount)*: run `mount -o remount <filesystem>`
665667
immediately followed by `du`.
666-
668+
667669
* *quota (after remount)*: run `mount -o remount <filesystem>`
668670
immediately followed by `xfs_quota`.
669-
671+
670672
* *unmount*: `umount` the filesystem.
671673

672674
* *mount*: `mount` the filesystem.
@@ -676,7 +678,7 @@ files. The operations performed were as follows, in sequence:
676678

677679
* *du after umount/mount*: run `du` after unmounting and
678680
mounting the filesystem.
679-
681+
680682
* *Remove Files*: remove the test files.
681683

682684
The test was performed on four separate filesystems:
@@ -756,7 +758,7 @@ filesystem walk for better performance and accuracy.
756758

757759
###### Can the feature be disabled once it has been enabled (i.e. can we roll back the enablement)?
758760

759-
Yes, but only for newly created pods.
761+
Yes, but only for newly created pods.
760762
- Existed Pods: If the pod was created with enforcing quota, disable the feature gate
761763
will not change the running pod.
762764
- Newly Created Pods: After setting the feature gate to false, the newly created pod
@@ -765,7 +767,7 @@ Yes, but only for newly created pods.
765767
###### What happens if we reenable the feature if it was previously rolled back?
766768

767769
Like above, after we reenable the feature, newly created pod will use this feature.
768-
If a pod was created before rolling back, the pod will benifit from this feature as well.
770+
If a pod was created before rolling back, the pod will benefit from this feature as well.
769771

770772
###### Are there any tests for feature enablement/disablement?
771773

keps/sig-node/1029-ephemeral-storage-quotas/kep.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,8 @@ editor: TBD
1616
creation-date: 2018-09-06
1717
last-updated: 2022-03-01
1818
status: implemented
19-
2019
latest-milestone: "1.25"
2120
stage: "alpha"
2221
milestone:
2322
alpha: "1.15"
24-
beta: "1.25"
23+
beta: "1.25"

0 commit comments

Comments
 (0)