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
c4ea93c4
Commit
c4ea93c4
authored
Sep 30, 2018
by
Jean-Francois Chevrette
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update list of default admission plugins
parent
816c56b6
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
3 deletions
+1
-3
local-up-cluster.sh
hack/local-up-cluster.sh
+1
-3
No files found.
hack/local-up-cluster.sh
View file @
c4ea93c4
...
@@ -105,9 +105,7 @@ export KUBE_PANIC_WATCH_DECODE_ERROR
...
@@ -105,9 +105,7 @@ export KUBE_PANIC_WATCH_DECODE_ERROR
# Default list of admission Controllers to invoke prior to persisting objects in cluster
# Default list of admission Controllers to invoke prior to persisting objects in cluster
# The order defined here does not matter.
# The order defined here does not matter.
DEFAULT_ENABLE_ADMISSION_PLUGINS
=
"LimitRanger,ServiceAccount,DefaultStorageClass,DefaultTolerationSeconds,MutatingAdmissionWebhook,ValidatingAdmissionWebhook,ResourceQuota,StorageObjectInUseProtection"
ENABLE_ADMISSION_PLUGINS
=
${
ENABLE_ADMISSION_PLUGINS
:-
"NamespaceLifecycle,LimitRanger,ServiceAccount,DefaultStorageClass,DefaultTolerationSeconds,MutatingAdmissionWebhook,ValidatingAdmissionWebhook,ResourceQuota"
}
ENABLE_ADMISSION_PLUGINS
=
${
ENABLE_ADMISSION_PLUGINS
:-
"
${
DEFAULT_ENABLE_ADMISSION_PLUGINS
}
"
}
DISABLE_ADMISSION_PLUGINS
=
${
DISABLE_ADMISSION_PLUGINS
:-
""
}
DISABLE_ADMISSION_PLUGINS
=
${
DISABLE_ADMISSION_PLUGINS
:-
""
}
ADMISSION_CONTROL_CONFIG_FILE
=
${
ADMISSION_CONTROL_CONFIG_FILE
:-
""
}
ADMISSION_CONTROL_CONFIG_FILE
=
${
ADMISSION_CONTROL_CONFIG_FILE
:-
""
}
...
...
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