From 0fe2eb606003001ba97185f56a42ec809c4c89e6 Mon Sep 17 00:00:00 2001 From: Jimmy Song Date: Fri, 17 Nov 2017 11:13:01 +0800 Subject: [PATCH] etcd url https --- practice/etcd-cluster-installation.md | 2 +- practice/install-kbernetes1.6-on-centos.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/practice/etcd-cluster-installation.md b/practice/etcd-cluster-installation.md index 80557e168..538ab47e3 100644 --- a/practice/etcd-cluster-installation.md +++ b/practice/etcd-cluster-installation.md @@ -52,7 +52,7 @@ ExecStart=/usr/local/bin/etcd \ --peer-trusted-ca-file=/etc/kubernetes/ssl/ca.pem \ --initial-advertise-peer-urls ${ETCD_INITIAL_ADVERTISE_PEER_URLS} \ --listen-peer-urls ${ETCD_LISTEN_PEER_URLS} \ - --listen-client-urls ${ETCD_LISTEN_CLIENT_URLS},http://127.0.0.1:2379 \ + --listen-client-urls ${ETCD_LISTEN_CLIENT_URLS},https://127.0.0.1:2379 \ --advertise-client-urls ${ETCD_ADVERTISE_CLIENT_URLS} \ --initial-cluster-token ${ETCD_INITIAL_CLUSTER_TOKEN} \ --initial-cluster infra1=https://172.20.0.113:2380,infra2=https://172.20.0.114:2380,infra3=https://172.20.0.115:2380 \ diff --git a/practice/install-kbernetes1.6-on-centos.md b/practice/install-kbernetes1.6-on-centos.md index 7cce75664..379781ed7 100644 --- a/practice/install-kbernetes1.6-on-centos.md +++ b/practice/install-kbernetes1.6-on-centos.md @@ -69,4 +69,4 @@ 2. 部署过程中需要有很多证书的操作,请大家耐心操作,不明白的操作可以参考本书中的其他章节的解释。 3. 该部署操作仅是搭建成了一个可用 kubernetes 集群,而很多地方还需要进行优化,heapster 插件、EFK 插件不一定会用于真实的生产环境中,但是通过部署这些插件,可以让大家了解到如何部署应用到集群上。 -**注:本安装文档参考 [opsnull 跟我一步步部署 kubernetes 集群](https://github.com/opsnull/follow-me-install-kubernetes-cluster/)** \ No newline at end of file +**注:本安装文档参考了 [opsnull 跟我一步步部署 kubernetes 集群](https://github.com/opsnull/follow-me-install-kubernetes-cluster/)** \ No newline at end of file