Merge pull request #72972 from liggitt/remove-alpha-initializers

Remove use of alpha initializers
This commit is contained in:
Kubernetes Prow Robot
2019-01-24 14:54:52 -08:00
committed by GitHub
204 changed files with 503 additions and 10572 deletions

View File

@@ -522,13 +522,6 @@ function start_apiserver {
priv_arg="--allow-privileged=${ALLOW_PRIVILEGED} "
fi
if [[ ${ENABLE_ADMISSION_PLUGINS} == *"Initializers"* ]]; then
if [[ -n "${RUNTIME_CONFIG}" ]]; then
RUNTIME_CONFIG+=","
fi
RUNTIME_CONFIG+="admissionregistration.k8s.io/v1alpha1"
fi
runtime_config=""
if [[ -n "${RUNTIME_CONFIG}" ]]; then
runtime_config="--runtime-config=${RUNTIME_CONFIG}"