From e287d7140c9ea8bd3227c87a78552a1a0debd7d2 Mon Sep 17 00:00:00 2001 From: "huanqing.shao" Date: Sun, 25 Aug 2019 17:49:57 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E5=85=B3=E9=94=AE=E5=AD=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .vuepress/config.js | 2 +- install/install-k8s.md | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/.vuepress/config.js b/.vuepress/config.js index 78493a5..6a8e078 100644 --- a/.vuepress/config.js +++ b/.vuepress/config.js @@ -4,7 +4,7 @@ module.exports = { title: 'Kuboard - Kubernetes 安装文档/教程/实践/管理界面', description: '一个非常 cool 的 Kubernetes Dashboard,简化 Kubernetes 的学习和使用,帮助您1天落地 Kubernetes;同时提供 Spring Cloud 微服务部署教程,DevOps教程', head: [ - ['meta', {name: 'keywords', content: 'Kubernetes, Docker, Dashboard, Kuboard, Linux, K8S, Spring Cloud, micro service, DevOps, Rancher, 微服务, 持续构建集成, 容器, 教程, 实践, 安装文档'}] + ['meta', {name: 'keywords', content: 'Kubernetes, Docker, Dashboard, Kuboard, K8S, Spring Cloud, micro service, DevOps, 微服务, 持续构建集成, 容器, Kuboard 教程, 微服务实践, Kubernetes 安装文档'}] ], markdown: { toc: { includeLevel: [2, 3] } diff --git a/install/install-k8s.md b/install/install-k8s.md index 7f6807c..2ff9a83 100644 --- a/install/install-k8s.md +++ b/install/install-k8s.md @@ -60,6 +60,11 @@ cat /etc/redhat-release # 此处 hostname 的输出将会是该机器在 Kubernetes 集群中的节点名字 # 不能使用 localhost 作为节点的名字 hostname + +# 请使用 lscpu 命令,核对 CPU 信息 +# Architecture: x86_64 本安装文档不支持 arm 架构 +# CPU(s): 2 CPU 内核数量不能低于 2 +lscpu ``` **操作系统兼容性**