diff --git a/cluster/aws/config-default.sh b/cluster/aws/config-default.sh index 087e4aad31b..320185a2de3 100644 --- a/cluster/aws/config-default.sh +++ b/cluster/aws/config-default.sh @@ -137,7 +137,7 @@ if [[ "${ENABLE_CLUSTER_AUTOSCALER}" == "true" ]]; then fi # 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 incrementing quota usage prematurely. ADMISSION_CONTROL=NamespaceLifecycle,LimitRanger,ServiceAccount,PersistentVolumeLabel,DefaultStorageClass,ResourceQuota # Optional: Enable/disable public IP assignment for minions. diff --git a/cluster/aws/config-test.sh b/cluster/aws/config-test.sh index a288a9d9009..099752d4377 100755 --- a/cluster/aws/config-test.sh +++ b/cluster/aws/config-test.sh @@ -123,7 +123,7 @@ if [[ "${ENABLE_CLUSTER_AUTOSCALER}" == "true" ]]; then fi # 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 incrementing quota usage prematurely. ADMISSION_CONTROL=NamespaceLifecycle,LimitRanger,ServiceAccount,PersistentVolumeLabel,DefaultStorageClass,ResourceQuota # Optional: Enable/disable public IP assignment for minions. diff --git a/cluster/centos/config-default.sh b/cluster/centos/config-default.sh index 2fd596e2e6f..5be180c6ecc 100755 --- a/cluster/centos/config-default.sh +++ b/cluster/centos/config-default.sh @@ -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"} # 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 incrementing quota usage prematurely. export ADMISSION_CONTROL=NamespaceLifecycle,NamespaceExists,LimitRanger,ServiceAccount,SecurityContextDeny,DefaultStorageClass,ResourceQuota # Extra options to set on the Docker command line. diff --git a/cluster/gce/config-default.sh b/cluster/gce/config-default.sh index d270f6af598..3dc31a14b54 100755 --- a/cluster/gce/config-default.sh +++ b/cluster/gce/config-default.sh @@ -138,7 +138,7 @@ fi ENABLE_RESCHEDULER="${KUBE_ENABLE_RESCHEDULER:-true}" # 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 incrementing quota usage prematurely. 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. diff --git a/cluster/gce/config-test.sh b/cluster/gce/config-test.sh index aa3c419f43b..9bb913f9fef 100755 --- a/cluster/gce/config-test.sh +++ b/cluster/gce/config-test.sh @@ -162,7 +162,7 @@ fi # Optional: Enable Rescheduler 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 incrementing quota usage prematurely. 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. diff --git a/cluster/ubuntu/config-default.sh b/cluster/ubuntu/config-default.sh index 34463e205a0..9bf1ce0fb46 100755 --- a/cluster/ubuntu/config-default.sh +++ b/cluster/ubuntu/config-default.sh @@ -67,7 +67,7 @@ export FLANNEL_OTHER_NET_CONFIG FLANNEL_OTHER_NET_CONFIG='' # 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 incrementing quota usage prematurely. export ADMISSION_CONTROL=NamespaceLifecycle,LimitRanger,ServiceAccount,SecurityContextDeny,DefaultStorageClass,ResourceQuota # Path to the config file or directory of files of kubelet diff --git a/cluster/vagrant/config-default.sh b/cluster/vagrant/config-default.sh index 31911e51cec..0d087eb8437 100755 --- a/cluster/vagrant/config-default.sh +++ b/cluster/vagrant/config-default.sh @@ -55,7 +55,7 @@ MASTER_USER="${MASTER_USER:-vagrant}" MASTER_PASSWD="${MASTER_PASSWD:-vagrant}" # 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 incrementing quota usage prematurely. ADMISSION_CONTROL=NamespaceLifecycle,LimitRanger,ServiceAccount,DefaultStorageClass,ResourceQuota # Optional: Enable node logging.