From f17a20d0794941d62155aeff1c90b09cbcb0c972 Mon Sep 17 00:00:00 2001 From: jmgao Date: Tue, 28 Nov 2017 21:35:40 +0800 Subject: [PATCH] =?UTF-8?q?fix=E4=B8=80=E6=AD=A5=E5=AE=89=E8=A3=85?= =?UTF-8?q?=E8=84=9A=E6=9C=AC90.setup.yml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 90.setup.yml | 4 ++-- docs/quickStart.md | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/90.setup.yml b/90.setup.yml index 522d7fc..99c5798 100644 --- a/90.setup.yml +++ b/90.setup.yml @@ -6,8 +6,8 @@ # 集群节点的公共配置任务 - hosts: - kube-cluster + - deploy - etcd - - lb roles: - prepare @@ -22,7 +22,7 @@ - hosts: - kube-cluster - - lb + - deploy roles: - kubectl diff --git a/docs/quickStart.md b/docs/quickStart.md index 9720a11..1e8834c 100644 --- a/docs/quickStart.md +++ b/docs/quickStart.md @@ -56,6 +56,7 @@ kubectl clusterinfo # 可以看到kubernetes master(apiserver)组件 running kubectl get node # 可以看到单 node Ready状态 kubectl get pod --all-namespaces # 可以查看所有集群pod状态 kubectl get svc --all-namespaces # 可以查看所有集群服务状态 +calicoctl node status # 可以在master或者node节点上查看calico网络状态 ``` ### 5.安装主要组件 ``` bash