Skip to content

Commit e1096f2

Browse files
authored
Merge pull request #21110 from jqmichael/patch-6
Clarified LimitRange is enabled by default
2 parents 74019dd + f4dfc3f commit e1096f2

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

content/en/docs/concepts/policy/limit-range.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,7 @@ A _LimitRange_ provides constraints that can:
2626

2727
## Enabling LimitRange
2828

29-
LimitRange support is enabled by default for many Kubernetes distributions. It is
30-
enabled when the apiserver `--enable-admission-plugins=` flag has `LimitRanger` admission controller as
31-
one of its arguments.
29+
LimitRange support has been enabled by default since Kubernetes 1.10.
3230

3331
A LimitRange is enforced in a particular namespace when there is a
3432
LimitRange object in that namespace.

0 commit comments

Comments
 (0)