优化关键字

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

@ -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] }

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
```
**操作系统兼容性**