remove --tls-ca-file which had no effect
This commit is contained in:
@@ -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} \
|
||||
|
Reference in New Issue
Block a user