remove --tls-ca-file which had no effect

This commit is contained in:
David Eads
2018-01-29 10:29:14 -05:00
parent 6def29e004
commit 114711f77d
3 changed files with 5 additions and 32 deletions

View File

@@ -554,7 +554,6 @@ function start_apiserver {
--secure-port="${API_SECURE_PORT}" \
--tls-cert-file="${CERT_DIR}/serving-kube-apiserver.crt" \
--tls-private-key-file="${CERT_DIR}/serving-kube-apiserver.key" \
--tls-ca-file="${CERT_DIR}/server-ca.crt" \
--insecure-bind-address="${API_HOST_IP}" \
--insecure-port="${API_PORT}" \
--storage-backend=${STORAGE_BACKEND} \