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