Merge pull request #21110 from jqmichael/patch-6
Clarified LimitRange is enabled by default
This commit is contained in:
@@ -26,9 +26,7 @@ A _LimitRange_ provides constraints that can:
|
||||
|
||||
## Enabling LimitRange
|
||||
|
||||
LimitRange support is enabled by default for many Kubernetes distributions. It is
|
||||
enabled when the apiserver `--enable-admission-plugins=` flag has `LimitRanger` admission controller as
|
||||
one of its arguments.
|
||||
LimitRange support has been enabled by default since Kubernetes 1.10.
|
||||
|
||||
A LimitRange is enforced in a particular namespace when there is a
|
||||
LimitRange object in that namespace.
|
||||
|
||||
Reference in New Issue
Block a user