优化关键字
This commit is contained in:
@ -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] }
|
||||
|
||||
@ -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