arm 镜像

This commit is contained in:
huanqing.shao
2020-03-26 21:31:11 +08:00
parent b4d33cac54
commit 8a2f9dac49
2 changed files with 15 additions and 0 deletions

View File

@ -70,6 +70,20 @@ kubectl apply -f https://addons.kuboard.cn/metrics-server/0.3.6/metrics-server.y
```
</b-tab>
<b-tab title="Arm版">
基于 Arm CPU 的机器上许多镜像都不能直接使用但是Arm 很可能是未来服务器端发展的一个方向,以华为鲲鹏社区为代表的 arm 服务器已经获得了许多用户的青睐。因此Kuboard 也提供了 arm 版本的镜像。安装 arm 版 Kuboard 之前,请确保您在 arm 上的 Kubernetes 集群已经搭建好,并可以正常工作。
> 于 Kuboard 而言arm 版本与 x86_64 版本的主要区别在于所使用的基础 nginx/openresty 镜像不同Kuboard 所提供的各项功能完全一致。
``` sh
kubectl apply -f https://kuboard.cn/install-script/kuboard-beta.yaml
kubectl apply -f https://addons.kuboard.cn/metrics-server/0.3.6/metrics-server.yaml
```
</b-tab>
</b-tabs>
查看 Kuboard 运行状态:

View File

@ -11,6 +11,7 @@ description: 本文描述了Kuboard_v1.0.x的版本变更说明
* eipwork/kuboard:<span style="font-weight: 800; color: #007af5">latest</span> 当前对应的版本是 kuboard <span style="font-weight: 800; color: #007af5">v1.0.8.2</span>
* eipwork/kuboard:<span style="font-weight: 800; color: #42b983">beta</span> 当前对应的版本是 kuboard <span style="font-weight: 800; color: #42b983">v1.0.9-beta.1</span>
* eipwork/kuboard:<span style="font-weight: 800; color: #42b983">arm</span> 当前对应的版本是 kuboard <span style="font-weight: 800; color: #42b983">v1.0.9-beta.1-arm</span>
Kuboard v1.0.x 的更新说明