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
5730332b
Commit
5730332b
authored
Oct 12, 2015
by
k8s-merge-robot
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #15299 from kevin-wangzefeng/centos_enable_admission_control
Auto commit by PR queue bot
parents
1d3c65c1
74b3250e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
apiserver.sh
cluster/centos/master/scripts/apiserver.sh
+2
-1
No files found.
cluster/centos/master/scripts/apiserver.sh
View file @
5730332b
...
...
@@ -53,7 +53,7 @@ KUBE_SERVICE_ADDRESSES="--service-cluster-ip-range=${SERVICE_CLUSTER_IP_RANGE}"
# LimitRanger, AlwaysDeny, SecurityContextDeny, NamespaceExists,
# NamespaceLifecycle, NamespaceAutoProvision,
# AlwaysAdmit, ServiceAccount, ResourceQuota
#KUBE_ADMISSION_CONTROL="--admission-control=\"
${
ADMISSION_CONTROL
}
\"
"
KUBE_ADMISSION_CONTROL="--admission-control=
${
ADMISSION_CONTROL
}
"
# --client-ca-file="": If set, any request presenting a client certificate signed
# by one of the authorities in the client-ca-file is authenticated with an identity
...
...
@@ -78,6 +78,7 @@ KUBE_APISERVER_OPTS=" \${KUBE_LOGTOSTDERR} \\
\$
{MINION_PORT}
\\
\$
{KUBE_ALLOW_PRIV}
\\
\$
{KUBE_SERVICE_ADDRESSES}
\\
\$
{KUBE_ADMISSION_CONTROL}
\\
\$
{KUBE_API_CLIENT_CA_FILE}
\\
\$
{KUBE_API_TLS_CERT_FILE}
\\
\$
{KUBE_API_TLS_PRIVATE_KEY_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