From ccd6790a61303d6db27578b3670a1549b406e3e3 Mon Sep 17 00:00:00 2001 From: Jimmy Song Date: Mon, 24 Jul 2017 18:12:39 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E9=93=BE=E6=8E=A5=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- practice/etcd-cluster-installation.md | 2 +- practice/heapster-addon-installation.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/practice/etcd-cluster-installation.md b/practice/etcd-cluster-installation.md index 6d0a31f17..39b291311 100644 --- a/practice/etcd-cluster-installation.md +++ b/practice/etcd-cluster-installation.md @@ -71,7 +71,7 @@ WantedBy=multi-user.target + 创建 `kubernetes.pem` 证书时使用的 `kubernetes-csr.json` 文件的 `hosts` 字段**包含所有 etcd 节点的IP**,否则证书校验会出错; + `--initial-cluster-state` 值为 `new` 时,`--name` 的参数值必须位于 `--initial-cluster` 列表中; -完整 unit 文件见:[etcd.service](./systemd/etcd.service) +完整 unit 文件见:[etcd.service](../systemd/etcd.service) 环境变量配置文件`/etc/etcd/etcd.conf`。 diff --git a/practice/heapster-addon-installation.md b/practice/heapster-addon-installation.md index 72e3bba12..c3ee6d877 100644 --- a/practice/heapster-addon-installation.md +++ b/practice/heapster-addon-installation.md @@ -18,7 +18,7 @@ grafana-deployment.yaml grafana-service.yaml heapster-deployment.yaml heapste 我们自己创建了heapster的rbac配置`heapster-rbac.yaml`。 -已经修改好的 yaml 文件见:[heapster](./manifests/heapster) +已经修改好的 yaml 文件见:[heapster](../manifests/heapster/) ## 配置 grafana-deployment