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
a6dfaffe
Commit
a6dfaffe
authored
Sep 24, 2016
by
Justin Santa Barbara
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix typo: incremeting -> incrementing
parent
9c5bf904
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
7 additions
and
7 deletions
+7
-7
config-default.sh
cluster/aws/config-default.sh
+1
-1
config-test.sh
cluster/aws/config-test.sh
+1
-1
config-default.sh
cluster/centos/config-default.sh
+1
-1
config-default.sh
cluster/gce/config-default.sh
+1
-1
config-test.sh
cluster/gce/config-test.sh
+1
-1
config-default.sh
cluster/ubuntu/config-default.sh
+1
-1
config-default.sh
cluster/vagrant/config-default.sh
+1
-1
No files found.
cluster/aws/config-default.sh
View file @
a6dfaffe
...
@@ -137,7 +137,7 @@ if [[ "${ENABLE_CLUSTER_AUTOSCALER}" == "true" ]]; then
...
@@ -137,7 +137,7 @@ if [[ "${ENABLE_CLUSTER_AUTOSCALER}" == "true" ]]; then
fi
fi
# Admission Controllers to invoke prior to persisting objects in cluster
# Admission Controllers to invoke prior to persisting objects in cluster
# If we included ResourceQuota, we should keep it at the end of the list to prevent incremeting quota usage prematurely.
# If we included ResourceQuota, we should keep it at the end of the list to prevent increme
n
ting quota usage prematurely.
ADMISSION_CONTROL
=
NamespaceLifecycle,LimitRanger,ServiceAccount,PersistentVolumeLabel,DefaultStorageClass,ResourceQuota
ADMISSION_CONTROL
=
NamespaceLifecycle,LimitRanger,ServiceAccount,PersistentVolumeLabel,DefaultStorageClass,ResourceQuota
# Optional: Enable/disable public IP assignment for minions.
# Optional: Enable/disable public IP assignment for minions.
...
...
cluster/aws/config-test.sh
View file @
a6dfaffe
...
@@ -123,7 +123,7 @@ if [[ "${ENABLE_CLUSTER_AUTOSCALER}" == "true" ]]; then
...
@@ -123,7 +123,7 @@ if [[ "${ENABLE_CLUSTER_AUTOSCALER}" == "true" ]]; then
fi
fi
# Admission Controllers to invoke prior to persisting objects in cluster
# Admission Controllers to invoke prior to persisting objects in cluster
# If we included ResourceQuota, we should keep it at the end of the list to prevent incremeting quota usage prematurely.
# If we included ResourceQuota, we should keep it at the end of the list to prevent increme
n
ting quota usage prematurely.
ADMISSION_CONTROL
=
NamespaceLifecycle,LimitRanger,ServiceAccount,PersistentVolumeLabel,DefaultStorageClass,ResourceQuota
ADMISSION_CONTROL
=
NamespaceLifecycle,LimitRanger,ServiceAccount,PersistentVolumeLabel,DefaultStorageClass,ResourceQuota
# Optional: Enable/disable public IP assignment for minions.
# Optional: Enable/disable public IP assignment for minions.
...
...
cluster/centos/config-default.sh
View file @
a6dfaffe
...
@@ -41,7 +41,7 @@ export SERVICE_CLUSTER_IP_RANGE=${SERVICE_CLUSTER_IP_RANGE:-"192.168.3.0/24"}
...
@@ -41,7 +41,7 @@ export SERVICE_CLUSTER_IP_RANGE=${SERVICE_CLUSTER_IP_RANGE:-"192.168.3.0/24"}
export
FLANNEL_NET
=
${
FLANNEL_NET
:-
"172.16.0.0/16"
}
export
FLANNEL_NET
=
${
FLANNEL_NET
:-
"172.16.0.0/16"
}
# Admission Controllers to invoke prior to persisting objects in cluster
# Admission Controllers to invoke prior to persisting objects in cluster
# If we included ResourceQuota, we should keep it at the end of the list to prevent incremeting quota usage prematurely.
# If we included ResourceQuota, we should keep it at the end of the list to prevent increme
n
ting quota usage prematurely.
export
ADMISSION_CONTROL
=
NamespaceLifecycle,NamespaceExists,LimitRanger,ServiceAccount,SecurityContextDeny,DefaultStorageClass,ResourceQuota
export
ADMISSION_CONTROL
=
NamespaceLifecycle,NamespaceExists,LimitRanger,ServiceAccount,SecurityContextDeny,DefaultStorageClass,ResourceQuota
# Extra options to set on the Docker command line.
# Extra options to set on the Docker command line.
...
...
cluster/gce/config-default.sh
View file @
a6dfaffe
...
@@ -138,7 +138,7 @@ fi
...
@@ -138,7 +138,7 @@ fi
ENABLE_RESCHEDULER
=
"
${
KUBE_ENABLE_RESCHEDULER
:-
true
}
"
ENABLE_RESCHEDULER
=
"
${
KUBE_ENABLE_RESCHEDULER
:-
true
}
"
# Admission Controllers to invoke prior to persisting objects in cluster
# Admission Controllers to invoke prior to persisting objects in cluster
# If we included ResourceQuota, we should keep it at the end of the list to prevent incremeting quota usage prematurely.
# If we included ResourceQuota, we should keep it at the end of the list to prevent increme
n
ting quota usage prematurely.
ADMISSION_CONTROL
=
NamespaceLifecycle,LimitRanger,ServiceAccount,PersistentVolumeLabel,DefaultStorageClass,ResourceQuota
ADMISSION_CONTROL
=
NamespaceLifecycle,LimitRanger,ServiceAccount,PersistentVolumeLabel,DefaultStorageClass,ResourceQuota
# Optional: if set to true kube-up will automatically check for existing resources and clean them up.
# Optional: if set to true kube-up will automatically check for existing resources and clean them up.
...
...
cluster/gce/config-test.sh
View file @
a6dfaffe
...
@@ -162,7 +162,7 @@ fi
...
@@ -162,7 +162,7 @@ fi
# Optional: Enable Rescheduler
# Optional: Enable Rescheduler
ENABLE_RESCHEDULER
=
"
${
KUBE_ENABLE_RESCHEDULER
:-
true
}
"
ENABLE_RESCHEDULER
=
"
${
KUBE_ENABLE_RESCHEDULER
:-
true
}
"
# If we included ResourceQuota, we should keep it at the end of the list to prevent incremeting quota usage prematurely.
# If we included ResourceQuota, we should keep it at the end of the list to prevent increme
n
ting quota usage prematurely.
ADMISSION_CONTROL
=
"
${
KUBE_ADMISSION_CONTROL
:-
NamespaceLifecycle
,LimitRanger,ServiceAccount,PersistentVolumeLabel,DefaultStorageClass,ResourceQuota
}
"
ADMISSION_CONTROL
=
"
${
KUBE_ADMISSION_CONTROL
:-
NamespaceLifecycle
,LimitRanger,ServiceAccount,PersistentVolumeLabel,DefaultStorageClass,ResourceQuota
}
"
# Optional: if set to true kube-up will automatically check for existing resources and clean them up.
# Optional: if set to true kube-up will automatically check for existing resources and clean them up.
...
...
cluster/ubuntu/config-default.sh
View file @
a6dfaffe
...
@@ -67,7 +67,7 @@ export FLANNEL_OTHER_NET_CONFIG
...
@@ -67,7 +67,7 @@ export FLANNEL_OTHER_NET_CONFIG
FLANNEL_OTHER_NET_CONFIG
=
''
FLANNEL_OTHER_NET_CONFIG
=
''
# Admission Controllers to invoke prior to persisting objects in cluster
# Admission Controllers to invoke prior to persisting objects in cluster
# If we included ResourceQuota, we should keep it at the end of the list to prevent incremeting quota usage prematurely.
# If we included ResourceQuota, we should keep it at the end of the list to prevent increme
n
ting quota usage prematurely.
export
ADMISSION_CONTROL
=
NamespaceLifecycle,LimitRanger,ServiceAccount,SecurityContextDeny,DefaultStorageClass,ResourceQuota
export
ADMISSION_CONTROL
=
NamespaceLifecycle,LimitRanger,ServiceAccount,SecurityContextDeny,DefaultStorageClass,ResourceQuota
# Path to the config file or directory of files of kubelet
# Path to the config file or directory of files of kubelet
...
...
cluster/vagrant/config-default.sh
View file @
a6dfaffe
...
@@ -55,7 +55,7 @@ MASTER_USER="${MASTER_USER:-vagrant}"
...
@@ -55,7 +55,7 @@ MASTER_USER="${MASTER_USER:-vagrant}"
MASTER_PASSWD
=
"
${
MASTER_PASSWD
:-
vagrant
}
"
MASTER_PASSWD
=
"
${
MASTER_PASSWD
:-
vagrant
}
"
# Admission Controllers to invoke prior to persisting objects in cluster
# Admission Controllers to invoke prior to persisting objects in cluster
# If we included ResourceQuota, we should keep it at the end of the list to prevent incremeting quota usage prematurely.
# If we included ResourceQuota, we should keep it at the end of the list to prevent increme
n
ting quota usage prematurely.
ADMISSION_CONTROL
=
NamespaceLifecycle,LimitRanger,ServiceAccount,DefaultStorageClass,ResourceQuota
ADMISSION_CONTROL
=
NamespaceLifecycle,LimitRanger,ServiceAccount,DefaultStorageClass,ResourceQuota
# Optional: Enable node logging.
# Optional: Enable node logging.
...
...
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