Link to PR
This commit is contained in:
parent
ac338c9414
commit
3a19ee6516
|
|
@ -30,11 +30,6 @@ superseded-by:
|
||||||
|
|
||||||
## Table of Contents
|
## Table of Contents
|
||||||
|
|
||||||
A table of contents is helpful for quickly jumping to sections of a
|
|
||||||
KEP and for highlighting any additional information provided beyond
|
|
||||||
the standard KEP template. [Tools for generating][https://github.com/ekalinin/github-markdown-toc] a table of
|
|
||||||
contents from markdown are available.
|
|
||||||
|
|
||||||
* [Quotas for Ephemeral Storage](#quotas-for-ephemeral-storage)
|
* [Quotas for Ephemeral Storage](#quotas-for-ephemeral-storage)
|
||||||
* [Table of Contents](#table-of-contents)
|
* [Table of Contents](#table-of-contents)
|
||||||
* [Summary](#summary)
|
* [Summary](#summary)
|
||||||
|
|
@ -89,6 +84,8 @@ of limits. Project quotas, initially in XFS and more recently ported
|
||||||
to ext4fs, offer a kernel-based means of restricting and monitoring
|
to ext4fs, offer a kernel-based means of restricting and monitoring
|
||||||
filesystem consumption that can be applied to one or more directories.
|
filesystem consumption that can be applied to one or more directories.
|
||||||
|
|
||||||
|
A prototype is in progress; see <https://github.com/kubernetes/kubernetes/pull/66928>.
|
||||||
|
|
||||||
### Project Quotas
|
### Project Quotas
|
||||||
|
|
||||||
Project quotas are a form of filesystem quota that apply to arbitrary
|
Project quotas are a form of filesystem quota that apply to arbitrary
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue