Files
kuboard-press/support/known-issue.md
huanqing.shao 7bb6c3464e v3.0.0-alpha.2
2020-11-11 00:05:55 +08:00

24 lines
800 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

---
vssueId: 188
description: 本文描述了 Kuboard 的一些已知问题
---
# 已知问题
## SSE4.2 compatible
Kuboard 自 v1.0.7 开始,使用 [OpenResty](https://hub.docker.com/r/openresty/openresty) 提供的基础镜像该镜像存在的一个问题是CPU 必须兼容 SSE4.2。这意味着,一部分 2007 年以前的 CPU 可能无法兼容。请参考 [https://github.com/openresty/docker-openresty/issues/39](https://github.com/openresty/docker-openresty/issues/39)
> Kuboard v3.0.x 不再使用 OpenResty因此也不存在此问题。
出现此问题时,通过 kubectl 命令查看 Kuboard 日志
``` sh
kubectl logs -f -l k8s.eip.work/name=kuboard -n kube-system
```
错误提示如下所示:
```
Illegal instruction (core dumped) nginx -g "daemon off;"
```