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
4abe3345
Commit
4abe3345
authored
Oct 08, 2015
by
Piotr Szczesniak
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added documentation of Initial Resources plugin.
parent
4264aac1
Show 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 @
4abe3345
...
@@ -49,6 +49,7 @@ Documentation for other releases can be found at
...
@@ -49,6 +49,7 @@ Documentation for other releases can be found at
-
[
SecurityContextDeny
](
#securitycontextdeny
)
-
[
SecurityContextDeny
](
#securitycontextdeny
)
-
[
ResourceQuota
](
#resourcequota
)
-
[
ResourceQuota
](
#resourcequota
)
-
[
LimitRanger
](
#limitranger
)
-
[
LimitRanger
](
#limitranger
)
-
[
InitialResources (experimental)
](
#initialresources-experimental
)
-
[
NamespaceExists (deprecated)
](
#namespaceexists-deprecated
)
-
[
NamespaceExists (deprecated)
](
#namespaceexists-deprecated
)
-
[
NamespaceAutoProvision (deprecated)
](
#namespaceautoprovision-deprecated
)
-
[
NamespaceAutoProvision (deprecated)
](
#namespaceautoprovision-deprecated
)
-
[
NamespaceLifecycle
](
#namespacelifecycle
)
-
[
NamespaceLifecycle
](
#namespacelifecycle
)
...
@@ -142,6 +143,15 @@ applies a 0.1 CPU requirement to all Pods in the `default` namespace.
...
@@ -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.
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)
### NamespaceExists (deprecated)
This plug-in will observe all incoming requests that attempt to create a resource in a Kubernetes
`Namespace`
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