mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-29 14:37:00 +00:00
Merge pull request #96073 from masap/local_up_cluster3
local-up-cluster.sh: Remove ineffective parameters
This commit is contained in:
commit
b00665c61b
@ -576,8 +576,6 @@ EOF
|
|||||||
--secure-port="${API_SECURE_PORT}" \
|
--secure-port="${API_SECURE_PORT}" \
|
||||||
--tls-cert-file="${CERT_DIR}/serving-kube-apiserver.crt" \
|
--tls-cert-file="${CERT_DIR}/serving-kube-apiserver.crt" \
|
||||||
--tls-private-key-file="${CERT_DIR}/serving-kube-apiserver.key" \
|
--tls-private-key-file="${CERT_DIR}/serving-kube-apiserver.key" \
|
||||||
--insecure-bind-address="${API_HOST_IP}" \
|
|
||||||
--insecure-port="${API_PORT}" \
|
|
||||||
--storage-backend="${STORAGE_BACKEND}" \
|
--storage-backend="${STORAGE_BACKEND}" \
|
||||||
--storage-media-type="${STORAGE_MEDIA_TYPE}" \
|
--storage-media-type="${STORAGE_MEDIA_TYPE}" \
|
||||||
--etcd-servers="http://${ETCD_HOST}:${ETCD_PORT}" \
|
--etcd-servers="http://${ETCD_HOST}:${ETCD_PORT}" \
|
||||||
|
Loading…
Reference in New Issue
Block a user