From 6f2a6c9170a197d8abf80ea8172b1a891ebb3a72 Mon Sep 17 00:00:00 2001 From: "huanqing.shao" Date: Sun, 25 Aug 2019 11:47:28 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=8D=E8=83=BD=E4=BD=BF=E7=94=A8=20localhos?= =?UTF-8?q?t=20=E4=BD=9C=E4=B8=BA=E8=8A=82=E7=82=B9=E5=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- install/install-k8s.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/install/install-k8s.md b/install/install-k8s.md index aef1ab2..7f6807c 100644 --- a/install/install-k8s.md +++ b/install/install-k8s.md @@ -10,7 +10,7 @@ * **持续不断地更新和完善** * 始终有最新的 Kubernetes 稳定版安装文档,当前版本 v1.15.2 - * 当前已更新了 3 次 , [查看更新历史](https://github.com/eip-work/kuboard-press/commits/master/install/install-k8s.md) + * 当前已更新了 37 次 , [查看更新历史](https://github.com/eip-work/kuboard-press/commits/master/install/install-k8s.md) ![image-20190806070341727](./install-k8s.assets/image-20190806070341727.png) @@ -58,6 +58,7 @@ cat /etc/redhat-release # 此处 hostname 的输出将会是该机器在 Kubernetes 集群中的节点名字 +# 不能使用 localhost 作为节点的名字 hostname ```