Merge branch 'master' into correct-deprecation-errors

This commit is contained in:
Alexander Campbell
2017-05-19 08:55:17 -07:00
110 changed files with 2356 additions and 103 deletions

View File

@@ -26,6 +26,7 @@ cmd/kubectl
cmd/kubelet
cmd/libs/go2idl/client-gen
cmd/libs/go2idl/client-gen/generators
cmd/libs/go2idl/client-gen/path
cmd/libs/go2idl/client-gen/test_apis/testgroup/install
cmd/libs/go2idl/conversion-gen
cmd/libs/go2idl/deepcopy-gen
@@ -86,6 +87,7 @@ pkg/apis/settings/install
pkg/apis/settings/validation
pkg/apis/storage/install
pkg/apis/storage/validation
pkg/auth/nodeidentifier
pkg/bootstrap/api
pkg/client/conditions
pkg/client/informers/informers_generated/externalversions

View File

@@ -25,6 +25,7 @@ DOCKERIZE_KUBELET=${DOCKERIZE_KUBELET:-""}
ALLOW_PRIVILEGED=${ALLOW_PRIVILEGED:-""}
ALLOW_SECURITY_CONTEXT=${ALLOW_SECURITY_CONTEXT:-""}
PSP_ADMISSION=${PSP_ADMISSION:-""}
NODE_ADMISSION=${NODE_ADMISSION:-""}
RUNTIME_CONFIG=${RUNTIME_CONFIG:-""}
KUBELET_AUTHORIZATION_WEBHOOK=${KUBELET_AUTHORIZATION_WEBHOOK:-""}
KUBELET_AUTHENTICATION_WEBHOOK=${KUBELET_AUTHENTICATION_WEBHOOK:-""}
@@ -388,6 +389,9 @@ function start_apiserver {
if [[ -n "${PSP_ADMISSION}" ]]; then
security_admission=",PodSecurityPolicy"
fi
if [[ -n "${NODE_ADMISSION}" ]]; then
security_admission=",NodeRestriction"
fi
# Admission Controllers to invoke prior to persisting objects in cluster
ADMISSION_CONTROL=NamespaceLifecycle,LimitRanger,ServiceAccount${security_admission},ResourceQuota,DefaultStorageClass,DefaultTolerationSeconds

View File

@@ -85,7 +85,6 @@ cgroups-per-qos
chaos-chance
cidr-allocator-type
clean-start
cleanup
cleanup-iptables
client-ca-file
client-certificate
@@ -273,7 +272,6 @@ federation-name
federation-system-namespace
federation-upgrade-target
file-check-frequency
file_content_in_loop
file-suffix
flex-volume-plugin-dir
forward-services
@@ -302,7 +300,6 @@ google-json-key
grace-period
ha-domain
hairpin-mode
hard
hard-pod-affinity-symmetric-weight
healthz-bind-address
healthz-port
@@ -563,7 +560,6 @@ pv-recycler-minimum-timeout-nfs
pv-recycler-pod-template-filepath-hostpath
pv-recycler-pod-template-filepath-nfs
pv-recycler-timeout-increment-hostpath
quiet
read-only-port
really-crash-for-testing
reconcile-cidr
@@ -592,13 +588,11 @@ requestheader-username-headers
required-contexts
require-kubeconfig
resolv-conf
resource
resource-container
resource-name
resource-quota-sync-period
resource-version
results-dir
retry_time
rkt-api-endpoint
rkt-path
rkt-stage1-image
@@ -617,7 +611,6 @@ schedule-pods-here
scheduler-config
scheduler-name
schema-cache-dir
scopes
scrape-timeout
seccomp-profile-root
secondary-node-eviction-rate
@@ -668,7 +661,6 @@ storage-media-type
storage-version
storage-versions
streaming-connection-idle-timeout
subresource
suicide-timeout
sync-frequency
system-cgroups
@@ -712,7 +704,6 @@ use-service-account-credentials
user-whitelist
use-service-account-credentials
use-taint-based-evictions
verb
verify-only
versioned-clientset-package
viper-config