优化关键字

This commit is contained in:
huanqing.shao
2019-08-25 17:49:57 +08:00
parent 6f2a6c9170
commit e287d7140c
2 changed files with 6 additions and 1 deletions

View File

@ -60,6 +60,11 @@ cat /etc/redhat-release
# 此处 hostname 的输出将会是该机器在 Kubernetes 集群中的节点名字
# 不能使用 localhost 作为节点的名字
hostname
# 请使用 lscpu 命令,核对 CPU 信息
# Architecture: x86_64 本安装文档不支持 arm 架构
# CPU(s): 2 CPU 内核数量不能低于 2
lscpu
```
**操作系统兼容性**