File tree Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -572,11 +572,6 @@ function start_apiserver {
572
572
generate_certs
573
573
fi
574
574
575
- cloud_config_arg=" --cloud-provider=${CLOUD_PROVIDER} --cloud-config=${CLOUD_CONFIG} "
576
- if [[ " ${EXTERNAL_CLOUD_PROVIDER:- } " == " true" ]]; then
577
- cloud_config_arg=" --cloud-provider=external"
578
- fi
579
-
580
575
if [[ -z " ${EGRESS_SELECTOR_CONFIG_FILE:- } " ]]; then
581
576
cat << EOF > "${TMP_DIR} "/kube_egress_selector_configuration.yaml
582
577
apiVersion: apiserver.k8s.io/v1beta1
609
604
APISERVER_LOG=${LOG_DIR} /kube-apiserver.log
610
605
# shellcheck disable=SC2086
611
606
${CONTROLPLANE_SUDO} " ${GO_OUT} /kube-apiserver" " ${authorizer_args[@]} " " ${priv_arg} " ${runtime_config} \
612
- ${cloud_config_arg} \
613
607
" ${advertise_address} " \
614
608
" ${node_port_range} " \
615
609
--v=" ${LOG_LEVEL} " \
You can’t perform that action at this time.
0 commit comments