[cluster/centos] fix https
This commit is contained in:
parent
9a7800f7d2
commit
6aa5cae063
@ -16,7 +16,7 @@
|
|||||||
|
|
||||||
|
|
||||||
MASTER_ADDRESS=${1:-"8.8.8.18"}
|
MASTER_ADDRESS=${1:-"8.8.8.18"}
|
||||||
ETCD_SERVERS=${2:-"http://8.8.8.18:2379"}
|
ETCD_SERVERS=${2:-"https://8.8.8.18:2379"}
|
||||||
SERVICE_CLUSTER_IP_RANGE=${3:-"10.10.10.0/24"}
|
SERVICE_CLUSTER_IP_RANGE=${3:-"10.10.10.0/24"}
|
||||||
ADMISSION_CONTROL=${4:-""}
|
ADMISSION_CONTROL=${4:-""}
|
||||||
|
|
||||||
|
@ -15,7 +15,7 @@
|
|||||||
# limitations under the License.
|
# limitations under the License.
|
||||||
|
|
||||||
|
|
||||||
ETCD_SERVERS=${1:-"http://8.8.8.18:2379"}
|
ETCD_SERVERS=${1:-"https://8.8.8.18:2379"}
|
||||||
FLANNEL_NET=${2:-"172.16.0.0/16"}
|
FLANNEL_NET=${2:-"172.16.0.0/16"}
|
||||||
|
|
||||||
CA_FILE="/srv/kubernetes/etcd/ca.pem"
|
CA_FILE="/srv/kubernetes/etcd/ca.pem"
|
||||||
|
Loading…
Reference in New Issue
Block a user