forked from eip-work/kuboard-press
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
24 additions
and
27 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -637,6 +637,7 @@ module.exports = { | |
collapsable: false, | ||
children: [ | ||
'change-log/v1.0.x', | ||
'known-issue', | ||
] | ||
} | ||
], | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
--- | ||
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) | ||
|
||
出现此问题时,通过 kubectl 命令查看 Kuboard 日志 | ||
``` sh | ||
kubectl logs -f -l k8s.eip.work/name=kuboard -n kube-system | ||
``` | ||
|
||
|
||
错误提示如下所示: | ||
``` | ||
Illegal instruction (core dumped) nginx -g "daemon off;" | ||
``` |