Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
K
k3s
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Jacklull
k3s
Commits
877bfa6d
Commit
877bfa6d
authored
Oct 14, 2015
by
k8s-merge-robot
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #15302 from piosz/plugins-doc
Auto commit by PR queue bot
parents
be1d8ed5
4abe3345
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
0 deletions
+10
-0
admission-controllers.md
docs/admin/admission-controllers.md
+10
-0
No files found.
docs/admin/admission-controllers.md
View file @
877bfa6d
...
...
@@ -49,6 +49,7 @@ Documentation for other releases can be found at
-
[
SecurityContextDeny
](
#securitycontextdeny
)
-
[
ResourceQuota
](
#resourcequota
)
-
[
LimitRanger
](
#limitranger
)
-
[
InitialResources (experimental)
](
#initialresources-experimental
)
-
[
NamespaceExists (deprecated)
](
#namespaceexists-deprecated
)
-
[
NamespaceAutoProvision (deprecated)
](
#namespaceautoprovision-deprecated
)
-
[
NamespaceLifecycle
](
#namespacelifecycle
)
...
...
@@ -142,6 +143,15 @@ applies a 0.1 CPU requirement to all Pods in the `default` namespace.
See the
[
limitRange design doc
](
../design/admission_control_limit_range.md
)
and the
[
example of Limit Range
](
limitrange/
)
for more details.
### InitialResources (experimental)
This plug-in observes pod creation requests. If a container omits compute resource requests and limits,
then the plug-in auto-populates a compute resource request based on historical usage of containers running the same image.
If there is not enough data to make a decision the Request is left unchanged.
When the plug-in sets a compute resource request, it annotates the pod with information on what compute resources it auto-populated.
See the
[
InitialResouces proposal
](
../proposals/initial-resources.md
)
for more details.
### NamespaceExists (deprecated)
This plug-in will observe all incoming requests that attempt to create a resource in a Kubernetes
`Namespace`
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment